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

Serialized Fields

authenticationID

java.lang.String authenticationID
The (authenticated) authentication id to check.

 

authorizationID

java.lang.String authorizationID
The authorization id to check.

 

authorizedID

java.lang.String authorizedID
The id of the authorized entity. If null, the id of the authorized entity is authorizationID.

 

authorized

boolean authorized
A flag indicating whether the authentication id is allowed to act on behalf of the authorization id.

 

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

Serialized Fields

_exception

java.lang.Throwable _exception
The possibly null root cause exception.