|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ericdaugherty.mail.server.auth.PlainServerMode
com.ericdaugherty.mail.server.auth.LoginServerMode
public class LoginServerMode
Verify client authentication using LOGIN.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ericdaugherty.mail.server.auth.PlainServerMode |
---|
PlainServerMode.FinalizeAuthentication, PlainServerMode.FinalizeAuthenticationPOP3, PlainServerMode.FinalizeAuthenticationSMTP |
Field Summary |
---|
Fields inherited from class com.ericdaugherty.mail.server.auth.PlainServerMode |
---|
clientIp, domainNeeded, finalizeAuthentication, user, userMBLocked |
Constructor Summary | |
---|---|
LoginServerMode(boolean isSMTP)
|
Method Summary | |
---|---|
void |
conclude()
|
byte[] |
evaluateResponse(byte[] responseBytes)
|
Methods inherited from class com.ericdaugherty.mail.server.auth.PlainServerMode |
---|
dispose, getAuthorizationID, getMechanismName, getNegotiatedProperty, getUser, isComplete, isDomainNeeded, isUserMBLocked, setClientIp, unwrap, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginServerMode(boolean isSMTP)
Method Detail |
---|
public byte[] evaluateResponse(byte[] responseBytes) throws javax.security.sasl.SaslException
evaluateResponse
in interface javax.security.sasl.SaslServer
evaluateResponse
in class PlainServerMode
javax.security.sasl.SaslException
public void conclude()
conclude
in interface AuthServerMode
conclude
in class PlainServerMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |