Class Summary |
ByteArrayCallback |
An implementation of Callback that obtains a binary parameter as a byte[]. |
ConsoleInputHandler |
An implementation of CallbackHandler that obtains the values for
NameCallback and PasswordCallback from the console. |
ObjectCallback |
An implementation of Callback that simply obtains an Object to be used
as the authentication credential. |
SecurityAssociationCallback |
An implementation of Callback useful on the server side for
propagating the request Principal and credentials to LoginModules. |
SecurityAssociationHandler |
An implementation of CallbackHandler is assigned a Principal, and
opaque Object credential as values passed to the constructor. |
UsernamePasswordHandler |
A simple implementation of CallbackHandler that sets a username and
password in the handle(Callback[]) method to that passed in to
the constructor. |