org.jboss.security.auth.callback |
|
Java Source File Name | Type | Comment |
AppCallbackHandler.java | Class | JBAS-3109:AppCallbackHandler as the default CallbackHandler in the
security module
An implementation of the JAAS CallbackHandler interface that
handles NameCallbacks, PasswordCallback, TextInputCallback
and the JBoss ByteArrayCallback. |
ByteArrayCallback.java | Class | An implementation of Callback that obtains a binary parameter as a byte[]. |
CallbackHandlerPolicyContextHandler.java | Class | A PolicyContextHandler implementation that allows a dynamic CallbackHandler to
be associated with the current context for use with authentication. |
ConsoleInputHandler.java | Class | An implementation of CallbackHandler that obtains the values for
NameCallback and PasswordCallback from the console. |
MapCallback.java | Class | An implementation of Callback that simply allows for a map of information
to be exchanged. |
ObjectCallback.java | Class | An implementation of Callback that simply obtains an Object to be used
as the authentication credential. |
SecurityActions.java | Class | |
SecurityAssociationCallback.java | Class | An implementation of Callback useful on the server side for
propagating the request Principal and credentials to LoginModules. |
SecurityAssociationHandler.java | Class | An implementation of CallbackHandler is assigned a Principal, and
opaque Object credential as values passed to the constructor. |
UsernamePasswordHandler.java | Class | A simple implementation of CallbackHandler that sets a username and
password in the handle(Callback[]) method to that passed in to
the constructor. |