public class MapRSaslImplBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
completed |
protected java.lang.String |
negotiatedQOPProperty |
protected int |
rawSendSize
Specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
|
protected int |
recvMaxBufSize
Specifies the maximum size of the receive buffer in bytes of SaslClient/SaslServer.
|
protected com.mapr.fs.proto.Security.Key |
sessionKey |
| Constructor and Description |
|---|
MapRSaslImplBase(java.util.Map<java.lang.String,?> props) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMechanismName() |
java.lang.Object |
getNegotiatedProperty(java.lang.String propName) |
boolean |
isComplete() |
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
protected boolean completed
protected java.lang.String negotiatedQOPProperty
protected com.mapr.fs.proto.Security.Key sessionKey
protected int rawSendSize
protected int recvMaxBufSize
public MapRSaslImplBase(java.util.Map<java.lang.String,?> props)
throws javax.security.sasl.SaslException
javax.security.sasl.SaslExceptionpublic java.lang.String getMechanismName()
public boolean isComplete()
public java.lang.Object getNegotiatedProperty(java.lang.String propName)
public byte[] unwrap(byte[] incoming,
int offset,
int len)
throws javax.security.sasl.SaslException
javax.security.sasl.SaslExceptionpublic byte[] wrap(byte[] outgoing,
int offset,
int len)
throws javax.security.sasl.SaslException
javax.security.sasl.SaslException