gnu.crypto.sasl.anonymous

Class AnonymousServer

Implemented Interfaces:
SaslServer

public class AnonymousServer
extends ServerMechanism
implements SaslServer

The ANONYMOUS server-side mechanism.

Version:
$Revision: 1.2 $

Field Summary

Fields inherited from class gnu.crypto.sasl.ServerMechanism

authenticator, authorizationID, channelBinding, complete, handler, mechanism, properties, protocol, serverName, state

Constructor Summary

AnonymousServer()

Method Summary

byte[]
evaluateResponse(byte[] response)
protected void
initMechanism()
protected void
resetMechanism()

Methods inherited from class gnu.crypto.sasl.ServerMechanism

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

Constructor Details

AnonymousServer

public AnonymousServer()

Method Details

evaluateResponse

public byte[] evaluateResponse(byte[] response)
            throws SaslException
Overrides:
evaluateResponse in interface ServerMechanism


initMechanism

protected void initMechanism()
            throws SaslException
Overrides:
initMechanism in interface ServerMechanism


resetMechanism

protected void resetMechanism()
            throws SaslException
Overrides:
resetMechanism in interface ServerMechanism


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.