Package org.apache.geronimo.security.realm.providers

Interface Summary
ClearableCallbackHandler  
GeronimoCallerPrincipal This is a marker interface used to indicate that a particular principal should be returned from getCallerPrincipal().
 

Class Summary
CertificateCallback  
CertificateCallbackHandler  
CertificateChainCallback  
CertificateChainCallbackHandler  
CertificateChainLoginModule An example LoginModule that reads a list of users and group from a file on disk.
CertificatePropertiesFileLoginModule An example LoginModule that reads a list of users and group from a file on disk.
FileAuditLoginModule Writes audit records to a file for all authentication activity.
GeronimoGroupPrincipal A principal that represents a group for the login modules distributed with Geronimo.
GeronimoPasswordCredential  
GeronimoPasswordCredentialLoginModule  
GeronimoUserPrincipal A principal that represents a user for the login modules distributed with Geronimo.
LDAPLoginModule  
PasswordCallbackHandler  
PropertiesFileLoginModule A LoginModule that reads a list of users and group from files on disk.
RepeatedFailureLockoutLoginModule 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.
SQLLoginModule A login module that loads security information from a SQL database.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.