Example usage for Java javax.security.sasl AuthorizeCallback fields, constructors, methods, implement or subclass
The text is from its open source code.
AuthorizeCallback(String authnID, String authzID) Constructs an instance of AuthorizeCallback . |
String | getAuthenticationID() Returns the authentication id to check. |
String | getAuthorizationID() Returns the authorization id to check. |
String | getAuthorizedID() Returns the id of the authorized user. |
boolean | isAuthorized() Determines whether the authentication id is allowed to act on behalf of the authorization id. |
void | setAuthorized(boolean ok) Sets whether the authorization is allowed. |