Class SaslPlainServer
java.lang.Object
org.apache.storm.security.auth.plain.SaslPlainServer
- All Implemented Interfaces:
SaslServer
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Deprecated.byte[]
evaluateResponse
(byte[] response) Deprecated.Deprecated.Deprecated.getNegotiatedProperty
(String propName) Deprecated.boolean
Deprecated.byte[]
unwrap
(byte[] incoming, int offset, int len) Deprecated.byte[]
wrap
(byte[] outgoing, int offset, int len) Deprecated.
-
Method Details
-
getMechanismName
Deprecated.- Specified by:
getMechanismName
in interfaceSaslServer
-
evaluateResponse
Deprecated.- Specified by:
evaluateResponse
in interfaceSaslServer
- Throws:
SaslException
-
isComplete
public boolean isComplete()Deprecated.- Specified by:
isComplete
in interfaceSaslServer
-
getAuthorizationID
Deprecated.- Specified by:
getAuthorizationID
in interfaceSaslServer
-
getNegotiatedProperty
Deprecated.- Specified by:
getNegotiatedProperty
in interfaceSaslServer
-
wrap
Deprecated.- Specified by:
wrap
in interfaceSaslServer
- Throws:
SaslException
-
unwrap
Deprecated.- Specified by:
unwrap
in interfaceSaslServer
- Throws:
SaslException
-
dispose
Deprecated.- Specified by:
dispose
in interfaceSaslServer
- Throws:
SaslException
-