Serialized Form
Package javax.security.sasl
- Class javax.security.sasl.AuthenticationException extends SaslException implements Serializable serialVersionUID: -3579708765071815007L
- Class javax.security.sasl.AuthorizeCallback extends java.lang.Object implements Serializable serialVersionUID: -2353344186490470805L
- java.lang.String authenticationID
- java.lang.String authorizationID
- java.lang.String authorizedID
- boolean authorized
- Class javax.security.sasl.RealmCallback extends javax.security.auth.callback.TextInputCallback implements Serializable serialVersionUID: -4342673378785456908L
- Class javax.security.sasl.RealmChoiceCallback extends javax.security.auth.callback.ChoiceCallback implements Serializable serialVersionUID: -8588141348846281332L
- Class javax.security.sasl.SaslException extends java.io.IOException implements Serializable serialVersionUID: 4579784287983423626L
- java.lang.Throwable _exception
Serialized Fields
authenticationID
The (authenticated) authentication id to check.
authorizationID
The authorization id to check.
authorizedID
The id of the authorized entity. If null, the id of
the authorized entity is authorizationID.
authorized
A flag indicating whether the authentication id is allowed to
act on behalf of the authorization id.
Serialized Fields
_exception
The possibly null root cause exception.