gnu.crypto.sasl.plain
Class PlainServer
- SaslServer
public class PlainServer
implements SaslServer
The PLAIN SASL server-side mechanism.
Version:
dispose , engineUnwrap , engineWrap , evaluateResponse , getAuthorizationID , getMechanismName , getNegotiatedMaxBuffer , getNegotiatedPolicyForwardSecrecy , getNegotiatedPolicyNoActive , getNegotiatedPolicyNoAnonymous , getNegotiatedPolicyNoDictionary , getNegotiatedPolicyNoPlainText , getNegotiatedPolicyPassCredentials , getNegotiatedProperty , getNegotiatedQOP , getNegotiatedRawSendSize , getNegotiatedServerAuth , getNegotiatedStrength , getReuse , init , initMechanism , isComplete , reset , resetMechanism , unwrap , wrap |
PlainServer
public PlainServer()
evaluateResponse
public byte[] evaluateResponse(byte[] response)
throws SaslException
- evaluateResponse in interface ServerMechanism
getNegotiatedQOP
protected String getNegotiatedQOP()
- getNegotiatedQOP in interface ServerMechanism
initMechanism
protected void initMechanism()
throws SaslException
- initMechanism in interface ServerMechanism
resetMechanism
protected void resetMechanism()
throws SaslException
- resetMechanism in interface ServerMechanism
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.