Package org.jboss.security.auth.callback

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