Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.geronimo.security Classes and Interfaces - 100 results found.
NameDescriptionTypePackageFramework
ApplicationPolicyConfigurationManagerClassorg.apache.geronimo.security.jaccApache Geronimo
ApplicationPrincipalRoleConfigurationManagerClassorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
CallersClassorg.apache.geronimo.securityApache Geronimo
CertificateCallbackSee Also:Serialized FormConstructor SummaryCertificateCallback()Classorg.apache.geronimo.security.realm.providersApache Geronimo
CertificateCallbackHandlerClassorg.apache.geronimo.security.realm.providersApache Geronimo
CertificateChainCallbackSee Also:Serialized FormConstructor SummaryCertificateChainCallback()Classorg.apache.geronimo.security.realm.providersApache Geronimo
CertificateChainCallbackHandlerClassorg.apache.geronimo.security.realm.providersApache Geronimo
CertificateChainLoginModuleAn example LoginModule that authenticates based on a client certificate.Classorg.apache.geronimo.security.realm.providersApache Geronimo
CertificatePropertiesFileLoginModuleAn example LoginModule that reads a list of credentials and group from a file on disk.Classorg.apache.geronimo.security.realm.providersApache Geronimo
ClassOptionLoginModuleThis provides a workaround to the problem of the LoginContext not knowing what classloader to use for creating LoginModules.Classorg.apache.geronimo.security.jaasApache Geronimo
ClearableCallbackHandlerMethods inherited from interface javax.Interfaceorg.apache.geronimo.security.realm.providersApache Geronimo
ComponentPermissionsClassorg.apache.geronimo.security.jaccApache Geronimo
ConfigurationEntryFactoryA factory interface used by GeronimoLoginConfiguration to obtain AppConfigurationEntry[]s from GBean configuration entries.Interfaceorg.apache.geronimo.security.jaasApache Geronimo
ConfigurationUtilA collection of utility functions that assist with the configuration of PolicyConfigurations.Classorg.apache.geronimo.security.utilApache Geronimo
ConfiguredIdentityNamedUsernamePasswordLoginModuleConfiguredIdentityNamedUsernamePasswordLoginModule adds a geronimo-specific NamedUsernamePasswordCredential to the subject constructed from the configured username, password, and credential name.Classorg.apache.geronimo.security.jaasApache Geronimo
ConstantLoginModuleConstantLoginModule allows a single user and multiple group principals to be added to an authenticated Subject viaClassorg.apache.geronimo.security.realm.providersApache Geronimo
ContextManagerClassorg.apache.geronimo.securityApache Geronimo
CredentialStoreInterfaceorg.apache.geronimo.security.credentialstoreApache Geronimo
CredentialStoreBuilderClassorg.apache.geronimo.security.deploymentApache Geronimo
DirectConfigurationCredentialStoreImplHopefully this will only be used for tests where you need to set up a simple credential store but don't want to set up a login configurationClassorg.apache.geronimo.security.credentialstoreApache Geronimo
DirectConfigurationEntryExposes a LoginModule directly to JAAS clients, without any particular wrapping by Geronimo.Classorg.apache.geronimo.security.jaasApache Geronimo
DistinguishedNameClassorg.apache.geronimo.security.deployApache Geronimo
DomainPrincipalRepresents a principal in an realm.Classorg.apache.geronimo.securityApache Geronimo
FileAuditLoginModuleWrites audit records to a file for all authentication activity.Classorg.apache.geronimo.security.realm.providersApache Geronimo
FileCertificateRequestStoreA certificate request store implementation using disk files.Classorg.apache.geronimo.security.caApache Geronimo
FileCertificateStoreA certificate store implementation using disk files.Classorg.apache.geronimo.security.caApache Geronimo
FileKeystoreInstance local filesystem, identified by the file's name (the last component of the name only, not the full path).Classorg.apache.geronimo.security.keystoreApache Geronimo
FileKeystoreManagerAn implementation of KeystoreManager that assumes every file in a specified directory is a keystore.Classorg.apache.geronimo.security.keystoreApache Geronimo
GenericSecurityRealmA security realm that can be configured for one or more login modules.Classorg.apache.geronimo.security.realmApache Geronimo
GeronimoCallerPrincipalThis is a marker interface used to indicate that a particular principal should be returned from getCallerPrincipal().Interfaceorg.apache.geronimo.security.realm.providersApache Geronimo
GeronimoCertificationAuthorityA Certification Authority implementation using KeystoreInstance to store CA's private key, CertificateStore to store issued certificates and CertificateRequestStore to store certificate requestsClassorg.apache.geronimo.security.caApache Geronimo
GeronimoGroupPrincipalA principal that represents a group for the login modules distributed with Geronimo.Classorg.apache.geronimo.security.realm.providersApache Geronimo
GeronimoLoginConfigurationA JAAS configuration mechanism (associating JAAS configuration names with specific LoginModule configurations).Classorg.apache.geronimo.security.jaasApache Geronimo
GeronimoPasswordCredentialClassorg.apache.geronimo.security.realm.providersApache Geronimo
GeronimoPasswordCredentialLoginModuleGeronimoPasswordCredentialLoginModule stores the user name and password in a GeronimoPasswordCredential.Classorg.apache.geronimo.security.realm.providersApache Geronimo
GeronimoPolicyClassorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
GeronimoPolicyConfigurationInterfaceorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
GeronimoPolicyConfigurationFactoryClassorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
GeronimoPropertiesFileMappedPasswordCredentialLoginModuleGeronimoPropertiesFileMappedPasswordCredentialLoginModule adds NamedUsernamePasswordCredentials to the Subject.Classorg.apache.geronimo.security.realm.providersApache Geronimo
GeronimoSecurityBuilderImplClassorg.apache.geronimo.security.deploymentApache Geronimo
GeronimoSecurityPermissionClassorg.apache.geronimo.securityApache Geronimo
GeronimoUserPrincipalA principal that represents a user for the login modules distributed with Geronimo.Classorg.apache.geronimo.security.realm.providersApache Geronimo
HTTPMethodsTracks sets of HTTP actions for use while computing permissions during web deployment.Classorg.apache.geronimo.security.utilApache Geronimo
IdentificationPrincipalClassorg.apache.geronimo.securityApache Geronimo
JaasLoginModuleChainInterfaceorg.apache.geronimo.security.jaasApache Geronimo
JaasLoginModuleUseHolds a reference to a login module and the control flag.Classorg.apache.geronimo.security.jaasApache Geronimo
LDAPLoginModuleLDAPLoginModule is a login module using ldap as an authentication store.Classorg.apache.geronimo.security.realm.providersApache Geronimo
LoginConfigBuilderClassorg.apache.geronimo.security.deploymentApache Geronimo
LoginDomainSee Also:Serialized FormConstructor SummaryLoginDomain()Classorg.apache.geronimo.security.deployApache Geronimo
LoginDomainPrincipalInfoClassorg.apache.geronimo.security.deployApache Geronimo
LoginDomainPrincipalInfo .LoginDomainPrincipalEditorConstructor SummaryLoginDomainPrincipalInfo.Classorg.apache.geronimo.security.deploy.LoginDomainPrincipalInfoApache Geronimo
LoginModuleControlFlagA wrapper for the JAAS login module control flag that is Serializable.Classorg.apache.geronimo.security.jaasApache Geronimo
LoginModuleControlFlagEditorA property editor for login module flags.Classorg.apache.geronimo.security.jaasApache Geronimo
LoginModuleGBeanA GBean that wraps a LoginModule, plus options to configure the LoginModule.Classorg.apache.geronimo.security.jaasApache Geronimo
LoginModuleSettingsInterfaceorg.apache.geronimo.security.jaasApache Geronimo
MapOfSetsClassorg.apache.geronimo.security.deployApache Geronimo
MapOfSets .MapOfSetsEditorConstructor SummaryMapOfSets.Classorg.apache.geronimo.security.deploy.MapOfSetsApache Geronimo
NameCallbackHandlerClassorg.apache.geronimo.security.credentialstoreApache Geronimo
NamedUPCredentialLoginModuleInserts named Username/Password credential into private credentials of Subject.Classorg.apache.geronimo.security.jaasApache Geronimo
NamedUsernamePasswordCredentialClassorg.apache.geronimo.security.jaasApache Geronimo
NamedUsernamePasswordCredentialLoginModuleInserts named Username/Password credential into private credentials of Subject.Classorg.apache.geronimo.security.realm.providersApache Geronimo
PasswordCallbackHandlerClassorg.apache.geronimo.security.credentialstoreApache Geronimo
PasswordCallbackHandlerClassorg.apache.geronimo.security.realm.providersApache Geronimo
PolicyConfigurationGenericClassorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
PolicyContextHandlerContainerSubjectContainer Subject Policy Context HandlerSee Also:"JACC v1.Classorg.apache.geronimo.security.jaccApache Geronimo
PolicyContextHandlerHttpServletRequestClassorg.apache.geronimo.security.jaccApache Geronimo
PolicyContextHandlerSOAPMessageClassorg.apache.geronimo.security.jaccApache Geronimo
PrimaryDomainPrincipalClassorg.apache.geronimo.securityApache Geronimo
PrimaryPrincipalClassorg.apache.geronimo.securityApache Geronimo
PrimaryRealmPrincipalClassorg.apache.geronimo.securityApache Geronimo
PrincipalInfoClassorg.apache.geronimo.security.deployApache Geronimo
PrincipalInfo .PrincipalEditorConstructor SummaryPrincipalInfo.Classorg.apache.geronimo.security.deploy.PrincipalInfoApache Geronimo
PrincipalRoleConfigurationInterfaceorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
PrincipalRoleConfigurationFactoryAn implementation of this interface, when instantiated, must register with the static ApplicationPrincipalRoleConfigurationManager.Interfaceorg.apache.geronimo.security.jacc.mappingproviderApache Geronimo
PrincipalRoleMapperInterfaceorg.apache.geronimo.security.jaccApache Geronimo
PropertiesFileLoginModuleA LoginModule that reads a list of credentials and group from files on disk.Classorg.apache.geronimo.security.realm.providersApache Geronimo
RealmSee Also:Serialized FormConstructor SummaryRealm()Classorg.apache.geronimo.security.deployApache Geronimo
RealmPrincipalRepresents a principal in an realm.Classorg.apache.geronimo.securityApache Geronimo
RealmPrincipalInfoClassorg.apache.geronimo.security.deployApache Geronimo
RealmPrincipalInfo .RealmPrincipalEditorConstructor SummaryRealmPrincipalInfo.Classorg.apache.geronimo.security.deploy.RealmPrincipalInfoApache Geronimo
RepeatedFailureLockoutLoginModuleTracks the number of recent login failures for each user, and starts rejecting login attemps if the number of failures in a certain period for aClassorg.apache.geronimo.security.realm.providersApache Geronimo
RoleSee Also:Serialized FormConstructor SummaryRole()Classorg.apache.geronimo.security.deployApache Geronimo
RoleDesignateSourceInterfaceorg.apache.geronimo.security.jaccApache Geronimo
RunAsSourceInterfaceorg.apache.geronimo.security.jaccApache Geronimo
SecuritySee Also:Serialized FormConstructor SummarySecurity()Classorg.apache.geronimo.security.deployApache Geronimo
SecurityConfigurationClassorg.apache.geronimo.security.deploymentApache Geronimo
SecurityRealmInterfaceorg.apache.geronimo.security.realmApache Geronimo
SecurityServiceInterfaceorg.apache.geronimo.securityApache Geronimo
SecurityServiceImplAn MBean that registers the JACC factory and handlers.Classorg.apache.geronimo.securityApache Geronimo
SimpleCredentialStoreImplClassorg.apache.geronimo.security.credentialstoreApache Geronimo
SingleCallbackHandlerInterfaceorg.apache.geronimo.security.credentialstoreApache Geronimo
SQLLoginModuleA login module that loads security information from a SQL database.Classorg.apache.geronimo.security.realm.providersApache Geronimo
SubjectIdClassorg.apache.geronimo.securityApache Geronimo
SubjectInfoClassorg.apache.geronimo.security.deployApache Geronimo
UPCredentialLoginModuleInserts Username/Password credential into private credentials of Subject.Classorg.apache.geronimo.security.jaasApache Geronimo
URLPatternUtility class for ModuleConfiguration.Classorg.apache.geronimo.security.utilApache Geronimo
URLPatternCheckClassorg.apache.geronimo.security.utilApache Geronimo
UsernamePasswordCallbackConvenience callback handler.Classorg.apache.geronimo.security.jaasApache Geronimo
UsernamePasswordCredentialA username/password credential.Classorg.apache.geronimo.security.jaasApache Geronimo
WrappingLoginModuleClassorg.apache.geronimo.security.jaasApache Geronimo