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

java.lang.Object
  extended by com.ericdaugherty.mail.server.auth.PlainServerMode.FinalizeAuthentication
      extended by com.ericdaugherty.mail.server.auth.PlainServerMode.FinalizeAuthenticationSMTP
Enclosing class:
PlainServerMode

protected class PlainServerMode.FinalizeAuthenticationSMTP
extends PlainServerMode.FinalizeAuthentication


Constructor Summary
protected PlainServerMode.FinalizeAuthenticationSMTP()
           
 
Method Summary
 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.FinalizeAuthenticationSMTP

protected PlainServerMode.FinalizeAuthenticationSMTP()
Method Detail

finalize

public byte[] finalize(java.lang.String username,
                       java.lang.String password)
                throws javax.security.sasl.SaslException
Specified by:
finalize in class PlainServerMode.FinalizeAuthentication
Throws:
javax.security.sasl.SaslException