|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.ServerMechanism gnu.crypto.sasl.plain.PlainServer
The PLAIN SASL server-side mechanism.
Field Summary |
Fields inherited from class gnu.crypto.sasl.ServerMechanism |
authenticator, authorizationID, complete, handler, mechanism, properties, protocol, serverName, state |
Constructor Summary | |
PlainServer()
|
Method Summary | |
byte[] |
evaluateResponse(byte[] response)
|
protected java.lang.String |
getNegotiatedQOP()
|
protected void |
initMechanism()
|
protected void |
resetMechanism()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.security.sasl.SaslServer |
dispose, getAuthorizationID, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrap |
Constructor Detail |
public PlainServer()
Method Detail |
protected void initMechanism() throws javax.security.sasl.SaslException
initMechanism
in class ServerMechanism
javax.security.sasl.SaslException
protected void resetMechanism() throws javax.security.sasl.SaslException
resetMechanism
in class ServerMechanism
javax.security.sasl.SaslException
public byte[] evaluateResponse(byte[] response) throws javax.security.sasl.SaslException
evaluateResponse
in interface javax.security.sasl.SaslServer
evaluateResponse
in class ServerMechanism
javax.security.sasl.SaslException
protected java.lang.String getNegotiatedQOP()
getNegotiatedQOP
in class ServerMechanism
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |