Class AnonymousSaslServer
java.lang.Object
org.wildfly.security.sasl.util.AbstractSaslParticipant
org.wildfly.security.sasl.util.AbstractSaslServer
org.wildfly.security.sasl.anonymous.AnonymousSaslServer
- All Implemented Interfaces:
SaslServer,SaslWrapper
A server implementation of the RFC 4505
ANONYMOUS mechanism.- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from class org.wildfly.security.sasl.util.AbstractSaslParticipant
COMPLETE_STATE, FAILED_STATE, NO_BYTESFields inherited from interface org.wildfly.security.sasl.util.SaslWrapper
IDENTITY -
Method Summary
Methods inherited from class org.wildfly.security.sasl.util.AbstractSaslServer
evaluateResponseMethods inherited from class org.wildfly.security.sasl.util.AbstractSaslParticipant
assertComplete, dispose, evaluateMessage, getCallbackHandler, getIntProperty, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getStringProperty, getWrapper, handleCallbacks, init, isComplete, negotiationComplete, setNegotiationState, setWrapper, tryHandleCallbacks, unwrap, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.sasl.SaslServer
dispose, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrap
-
Method Details
-
getAuthorizationID
-
evaluateMessage
- Specified by:
evaluateMessagein classAbstractSaslParticipant- Throws:
SaslException
-