Java javax.security.sasl AuthorizeCallback fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl AuthorizeCallback fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl AuthorizeCallback.

The text is from its open source code.

Constructor

AuthorizeCallback(String authnID, String authzID)
Constructs an instance of AuthorizeCallback .

Method

StringgetAuthenticationID()
Returns the authentication id to check.
StringgetAuthorizationID()
Returns the authorization id to check.
StringgetAuthorizedID()
Returns the id of the authorized user.
booleanisAuthorized()
Determines whether the authentication id is allowed to act on behalf of the authorization id.
voidsetAuthorized(boolean ok)
Sets whether the authorization is allowed.