Class AuthorizeCallback

java.lang.Object
javax.security.sasl.AuthorizeCallback
All Implemented Interfaces:
Serializable, Callback

public class AuthorizeCallback
extends Object
implements Callback, Serializable
This callback is used by SaslServer to determine whether one entity (identified by an authenticated authentication id) can act on behalf of another entity (identified by an authorization id).
Since:
1.5
See Also:
Serialized Form