Example usage for Java javax.security.sasl SaslServer fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | evaluateResponse(byte[] response) Evaluates the response data and generates a challenge. |
String | getAuthorizationID() Reports the authorization ID in effect for the client of this session. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMechanismName() Returns the IANA-registered mechanism name of this SASL server. |
Object | getNegotiatedProperty(String propName) Retrieves the negotiated property. |
boolean | isComplete() Determines whether the authentication exchange has completed. |