Package com.mapr.security.simplesasl
Class SimpleSaslClient
java.lang.Object
com.mapr.security.simplesasl.SimpleSaslClient
- All Implemented Interfaces:
SaslClient
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()byte[]evaluateChallenge(byte[] challenge) getNegotiatedProperty(String propName) booleanbooleanbyte[]unwrap(byte[] incoming, int offset, int len) byte[]wrap(byte[] outgoing, int offset, int len)
-
Constructor Details
-
SimpleSaslClient
public SimpleSaslClient()
-
-
Method Details
-
dispose
- Specified by:
disposein interfaceSaslClient- Throws:
SaslException
-
evaluateChallenge
- Specified by:
evaluateChallengein interfaceSaslClient- Throws:
SaslException
-
getMechanismName
- Specified by:
getMechanismNamein interfaceSaslClient
-
getNegotiatedProperty
- Specified by:
getNegotiatedPropertyin interfaceSaslClient
-
hasInitialResponse
public boolean hasInitialResponse()- Specified by:
hasInitialResponsein interfaceSaslClient
-
isComplete
public boolean isComplete()- Specified by:
isCompletein interfaceSaslClient
-
unwrap
- Specified by:
unwrapin interfaceSaslClient- Throws:
SaslException
-
wrap
- Specified by:
wrapin interfaceSaslClient- Throws:
SaslException
-