Class SaslPlainServer
java.lang.Object
org.apache.storm.security.auth.plain.SaslPlainServer
- All Implemented Interfaces:
- SaslServer
Deprecated.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispose()Deprecated.byte[]evaluateResponse(byte[] response) Deprecated.Deprecated.Deprecated.getNegotiatedProperty(String propName) Deprecated.booleanDeprecated.byte[]unwrap(byte[] incoming, int offset, int len) Deprecated.byte[]wrap(byte[] outgoing, int offset, int len) Deprecated.
- 
Method Details- 
getMechanismNameDeprecated.- Specified by:
- getMechanismNamein interface- SaslServer
 
- 
evaluateResponseDeprecated.- Specified by:
- evaluateResponsein interface- SaslServer
- Throws:
- SaslException
 
- 
isCompletepublic boolean isComplete()Deprecated.- Specified by:
- isCompletein interface- SaslServer
 
- 
getAuthorizationIDDeprecated.- Specified by:
- getAuthorizationIDin interface- SaslServer
 
- 
getNegotiatedPropertyDeprecated.- Specified by:
- getNegotiatedPropertyin interface- SaslServer
 
- 
wrapDeprecated.- Specified by:
- wrapin interface- SaslServer
- Throws:
- SaslException
 
- 
unwrapDeprecated.- Specified by:
- unwrapin interface- SaslServer
- Throws:
- SaslException
 
- 
disposeDeprecated.- Specified by:
- disposein interface- SaslServer
- Throws:
- SaslException
 
 
-