gnu.crypto.sasl.anonymous
Class AnonymousServer
- SaslServer
public class AnonymousServer
implements SaslServer
The ANONYMOUS 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 |
AnonymousServer
public AnonymousServer()
evaluateResponse
public byte[] evaluateResponse(byte[] response)
throws SaslException- evaluateResponse 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.