com.ericdaugherty.mail.server.auth
Class PlainServerMode.FinalizeAuthentication

java.lang.Object
  extended by com.ericdaugherty.mail.server.auth.PlainServerMode.FinalizeAuthentication
Direct Known Subclasses:
PlainServerMode.FinalizeAuthenticationPOP3, PlainServerMode.FinalizeAuthenticationSMTP
Enclosing class:
PlainServerMode

protected abstract class PlainServerMode.FinalizeAuthentication
extends java.lang.Object


Constructor Summary
protected PlainServerMode.FinalizeAuthentication()
           
 
Method Summary
abstract  byte[] finalize(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainServerMode.FinalizeAuthentication

protected PlainServerMode.FinalizeAuthentication()
Method Detail

finalize

public abstract byte[] finalize(java.lang.String username,
                                java.lang.String password)
                         throws javax.security.sasl.SaslException
Throws:
javax.security.sasl.SaslException