Class LocalUserClient
java.lang.Object
org.wildfly.security.sasl.util.AbstractSaslParticipant
org.wildfly.security.sasl.util.AbstractSaslClient
org.wildfly.security.sasl.localuser.LocalUserClient
- All Implemented Interfaces:
SaslClient,SaslWrapper
- Author:
- David M. Lloyd
-
Field Summary
FieldsFields 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
Modifier and TypeMethodDescriptionprotected byte[]evaluateMessage(int state, byte[] message) voidinit()Methods inherited from class org.wildfly.security.sasl.util.AbstractSaslClient
evaluateChallenge, getAuthorizationId, hasInitialResponseMethods inherited from class org.wildfly.security.sasl.util.AbstractSaslParticipant
assertComplete, dispose, evaluateMessage, getCallbackHandler, getIntProperty, getMechanismName, getNegotiatedProperty, getProtocol, getServerName, getStringProperty, getWrapper, handleCallbacks, 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.SaslClient
dispose, getMechanismName, getNegotiatedProperty, isComplete, unwrap, wrap
-
Field Details
-
QUIET_AUTH
- See Also:
-
LEGACY_QUIET_AUTH
- See Also:
-
-
Method Details
-
init
public void init()- Overrides:
initin classAbstractSaslParticipant
-
evaluateMessage
- Specified by:
evaluateMessagein classAbstractSaslParticipant- Throws:
SaslException
-