Class SaslPlainServer
- java.lang.Object
-
- org.apache.storm.security.auth.plain.SaslPlainServer
-
- All Implemented Interfaces:
SaslServer
@Deprecated public class SaslPlainServer extends Object implements SaslServer
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SaslPlainServer.SaslPlainServerFactory
Deprecated.static class
SaslPlainServer.SecurityProvider
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
dispose()
Deprecated.byte[]
evaluateResponse(byte[] response)
Deprecated.String
getAuthorizationID()
Deprecated.String
getMechanismName()
Deprecated.Object
getNegotiatedProperty(String propName)
Deprecated.boolean
isComplete()
Deprecated.byte[]
unwrap(byte[] incoming, int offset, int len)
Deprecated.byte[]
wrap(byte[] outgoing, int offset, int len)
Deprecated.
-
-
-
Method Detail
-
getMechanismName
public String getMechanismName()
Deprecated.- Specified by:
getMechanismName
in interfaceSaslServer
-
evaluateResponse
public byte[] evaluateResponse(byte[] response) throws SaslException
Deprecated.- Specified by:
evaluateResponse
in interfaceSaslServer
- Throws:
SaslException
-
isComplete
public boolean isComplete()
Deprecated.- Specified by:
isComplete
in interfaceSaslServer
-
getAuthorizationID
public String getAuthorizationID()
Deprecated.- Specified by:
getAuthorizationID
in interfaceSaslServer
-
getNegotiatedProperty
public Object getNegotiatedProperty(String propName)
Deprecated.- Specified by:
getNegotiatedProperty
in interfaceSaslServer
-
wrap
public byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException
Deprecated.- Specified by:
wrap
in interfaceSaslServer
- Throws:
SaslException
-
unwrap
public byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException
Deprecated.- Specified by:
unwrap
in interfaceSaslServer
- Throws:
SaslException
-
dispose
public void dispose() throws SaslException
Deprecated.- Specified by:
dispose
in interfaceSaslServer
- Throws:
SaslException
-
-