Class | Description |
---|---|
AbstractCallbackHandler |
Base class for data store driven
CallbackHandler |
AppCallbackHandler |
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 |
An implementation of Callback that obtains a binary parameter as a byte[].
|
CallbackHandlerPolicyContextHandler |
A PolicyContextHandler implementation that allows a dynamic CallbackHandler to
be associated with the current context for use with authentication.
|
ConsoleInputHandler |
An implementation of CallbackHandler that obtains the values for
NameCallback and PasswordCallback from the console.
|
DatabaseCallbackHandler |
A
CallbackHandler that uses a DB. |
DigestCallbackHandler |
A CallbackHandler that is used to pass the RFC2617 parameters to the login module DigestCallback.
|
JASPICallbackHandler |
CallbackHandler with the JASPI callbacks |
JBossCallbackHandler |
Serializable Callback Handler
|
LdapCallbackHandler |
A
CallbackHandler using the LDAP to match the passed password. |
MapCallback |
An implementation of Callback that simply allows for a map of information
to be exchanged.
|
ObjectCallback |
An implementation of Callback that simply obtains an Object to be used
as the authentication credential.
|
RFC2617Digest |
An implementation of the DigestCallback that support the http digest auth as
described in RFC2617 (http://www.ietf.org/rfc/rfc2617.txt).
|
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.
|
VerifyPasswordCallback |
A
Callback that indicates that the enclosing
value needs to be checked against the value stored in
the data store such as a DB or LDAP |
Copyright © 2017 JBoss by Red Hat. All rights reserved.