Class Summary |
ConfiguredIdentityNamedUsernamePasswordLoginModule |
|
DirectConfigurationEntry |
Exposes a LoginModule directly to JAAS clients, without any particular
wrapping by Geronimo. |
GeronimoLoginConfiguration |
A JAAS configuration mechanism (associating JAAS configuration names with
specific LoginModule configurations). |
JaasLoginModuleUse |
Holds a reference to a login module and the control flag. |
LoginModuleControlFlag |
A wrapper for the JAAS login module control flag that is Serializable. |
LoginModuleControlFlagEditor |
A property editor for login module flags. |
LoginModuleGBean |
A GBean that wraps a LoginModule, plus options to configure the LoginModule. |
LoginUtils |
Helper class the computes the login result across a number of separate
login modules. |
NamedUPCredentialLoginModule |
Inserts named Username/Password credential into private credentials of Subject. |
NamedUsernamePasswordCredential |
|
ServerRealmConfigurationEntry |
Creates a LoginModule configuration that will connect a server-side
component to a security realm. |
UPCredentialLoginModule |
Inserts Username/Password credential into private credentials of Subject. |
UsernamePasswordCallback |
Convenience callback handler. |
UsernamePasswordCredential |
A username/password credential. |