Package com.mapr.security.maprsasl
Class MapRSaslImplBase
java.lang.Object
com.mapr.security.maprsasl.MapRSaslImplBase
- Direct Known Subclasses:
MaprSaslClient,MaprSaslServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected intSpecifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.protected intSpecifies the maximum size of the receive buffer in bytes of SaslClient/SaslServer.protected com.mapr.fs.proto.Security.Key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNegotiatedProperty(String propName) booleanbyte[]unwrap(byte[] incoming, int offset, int len) byte[]wrap(byte[] outgoing, int offset, int len)
-
Field Details
-
completed
protected boolean completed -
negotiatedQOPProperty
-
sessionKey
protected com.mapr.fs.proto.Security.Key sessionKey -
rawSendSize
protected int rawSendSizeSpecifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer. -
recvMaxBufSize
protected int recvMaxBufSizeSpecifies the maximum size of the receive buffer in bytes of SaslClient/SaslServer. If configured, its value should be same on both the client and the server.
-
-
Constructor Details
-
MapRSaslImplBase
- Throws:
SaslException
-
-
Method Details
-
getMechanismName
-
isComplete
public boolean isComplete() -
getNegotiatedProperty
-
unwrap
- Throws:
SaslException
-
wrap
- Throws:
SaslException
-