An example LoginModule that authenticates based on a client certificate.
Authentication is provided by the SSL layer supplying the client certificate.
All we check is that it is present.
An example LoginModule that reads a list of credentials and group from a file on disk.
Authentication is provided by the SSL layer supplying the client certificate.
All we check is that it is present.
GeronimoPasswordCredentialLoginModule stores the user name and password in a GeronimoPasswordCredential.
This allows an application to retrieve the subject through jacc or the geronimo specific ContextManager and
find out what the password was.
GeronimoPropertiesFileMappedPasswordCredentialLoginModule adds NamedUsernamePasswordCredentials to the Subject.
The NamedUsernamePasswordCredential are specified in a properties file specified in the options.
Tracks the number of recent login failures for each user, and starts
rejecting login attemps if the number of failures in a certain period for a
particular user gets too high.