A B C D E F G H I J K L M N O P R S T U V W

A

abort() - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
AbstractInternalPasswordCredentialInterceptorImpl - Class in org.apache.jetspeed.security.spi.impl
Base class providing default empty behavior for a InternalPasswordCredentialInterceptor implementation.
AbstractInternalPasswordCredentialInterceptorImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl
 
AbstractLdapDao - Class in org.apache.jetspeed.security.spi.impl.ldap
Abstract ldap dao.
AbstractLdapDao() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Default constructor.
AbstractLdapDao(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Initializes the dao.
AbstractSecurityTestcase - Class in org.apache.jetspeed.security.util.test
 
AbstractSecurityTestcase() - Constructor for class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
 
actions - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
ActiveAuthenticationIdentityProviderImpl - Class in org.apache.jetspeed.security.activeauthentication
AuthenticationCacheBeanImpl
ActiveAuthenticationIdentityProviderImpl(JetspeedCache, List) - Constructor for class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
add(Object) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
addAll(Collection) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
addGroup(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
addGroup(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Add a user to a group.
addGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
addGroupToUser(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
addMember(Principal) - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
addPermission(Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
addPermissions(PermissionCollection, PermissionCollection) - Static method in class org.apache.jetspeed.security.SecurityHelper
Adds a collection of permsToAdd to a collection of existing permissions.
addPolicy(PolicyWrapper) - Method in class org.apache.jetspeed.security.SecurityPolicies
Adds a policy to the list of policies to enforces.
addRole(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
addRole(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Add a user to a group.
addRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
addRoleToGroup(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
addRoleToGroup(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Add a role to a group.
addRoleToGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
addRoleToGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
addRoleToUser(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
addRoleToUser(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
addUser(String, String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
addUser(String, String, String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
addUserPrincipal(UserPrincipal, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
addUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
addUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
addUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
addUserToGroup(String, String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
afterAuthenticated(InternalUserPrincipal, String, InternalCredential, boolean) - Method in class org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl
 
afterAuthenticated(InternalUserPrincipal, String, InternalCredential, boolean) - Method in class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
afterAuthenticated(InternalUserPrincipal, String, InternalCredential, boolean) - Method in class org.apache.jetspeed.security.spi.impl.MaxPasswordAuthenticationFailuresInterceptor
Checks the current count of authentication failures when the credential is not expired and authentication failed.
afterAuthenticated(InternalUserPrincipal, String, InternalCredential, boolean) - Method in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
 
afterLoad(PasswordCredentialProvider, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl
 
afterLoad(PasswordCredentialProvider, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.EncodePasswordOnFirstLoadInterceptor
 
afterLoad(PasswordCredentialProvider, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
afterLoad(PasswordCredentialProvider, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
 
afterLoad(PasswordCredentialProvider, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.ValidatePasswordOnLoadInterceptor
 
AggregationHierarchyResolver - Class in org.apache.jetspeed.security.impl
Implementation for "part of" hierarchy.
AggregationHierarchyResolver() - Constructor for class org.apache.jetspeed.security.impl.AggregationHierarchyResolver
 
AlgorithmUpgradePBEPasswordService - Class in org.apache.jetspeed.security.spi.impl
MessageDigestToPBEPasswordUpgradeService allows for migrating from a MessageDigestCredentialPasswordEncoder to the PBEPasswordService
AlgorithmUpgradePBEPasswordService(String, CredentialPasswordEncoder, String) - Constructor for class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
anonymousUser - Variable in class org.apache.jetspeed.security.impl.UserManagerImpl
 
atnProviderProxy - Variable in class org.apache.jetspeed.security.impl.GroupManagerImpl
The authentication provider proxy.
atnProviderProxy - Variable in class org.apache.jetspeed.security.impl.RoleManagerImpl
The authentication provider proxy.
atnProviderProxy - Variable in class org.apache.jetspeed.security.impl.SecurityProviderImpl
The AuthenticationProviderProxy.
atnProviderProxy - Variable in class org.apache.jetspeed.security.impl.UserManagerImpl
The authenticatino provider proxy.
attributes - Variable in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
authenticate(String, String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
authenticate(String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
authenticate(String, String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
authenticate(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
authenticate(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDao
Looks up the user by the UID attribute.
authenticate(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Looks up the user by the UID attribute.
authenticate(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
authenticationFailures - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
authenticationFailures - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The number of authentication failures
AuthenticationProviderImpl - Class in org.apache.jetspeed.security.impl
 
AuthenticationProviderImpl(String, String, CredentialHandler, UserSecurityHandler) - Constructor for class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
Constructor to configure authenticatino user security and credential handlers.
AuthenticationProviderImpl(String, String, String, CredentialHandler, UserSecurityHandler) - Constructor for class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
Constructor configuring the security service with the correct java.security.auth.login.config.
AuthenticationProviderProxyImpl - Class in org.apache.jetspeed.security.impl
 
AuthenticationProviderProxyImpl(List, String) - Constructor for class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
Constructor given a list of AuthenticationProvider.
authenticationProviders - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
The list of AuthenticationProvider.
AuthorizationProviderImpl - Class in org.apache.jetspeed.security.impl
 
AuthorizationProviderImpl(Policy, boolean) - Constructor for class org.apache.jetspeed.security.impl.AuthorizationProviderImpl
Constructor for adding another policy to be enforced.

B

BaseHierarchyResolver - Class in org.apache.jetspeed.security.impl
Base implementation for the hierarchy resolver.
BaseHierarchyResolver() - Constructor for class org.apache.jetspeed.security.impl.BaseHierarchyResolver
 
BasePrincipalImpl - Class in org.apache.jetspeed.security.impl
BasePrincipal interface implementation.
BasePrincipalImpl(String, String, boolean) - Constructor for class org.apache.jetspeed.security.impl.BasePrincipalImpl
Principal constructor given a name and preferences root.
BasePrincipalImpl(String, String, boolean, boolean, boolean) - Constructor for class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
beforeCreate(InternalUserPrincipal, Collection, String, InternalCredential, String) - Method in class org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl
 
beforeCreate(InternalUserPrincipal, Collection, String, InternalCredential, String) - Method in class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
beforeCreate(InternalUserPrincipal, Collection, String, InternalCredential, String) - Method in class org.apache.jetspeed.security.spi.impl.MaxPasswordAuthenticationFailuresInterceptor
Sets the count of invalid authentications to zero (0).
beforeCreate(InternalUserPrincipal, Collection, String, InternalCredential, String) - Method in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
Calculates and sets the default expiration date and the expired flag to false
beforeSetPassword(InternalUserPrincipal, Collection, String, InternalCredential, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.AbstractInternalPasswordCredentialInterceptorImpl
 
beforeSetPassword(InternalUserPrincipal, Collection, String, InternalCredential, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
beforeSetPassword(InternalUserPrincipal, Collection, String, InternalCredential, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.MaxPasswordAuthenticationFailuresInterceptor
Resets the count of invalid authentications to zero (0).
beforeSetPassword(InternalUserPrincipal, Collection, String, InternalCredential, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
Sets a new expiration date if a higher expiration date isn't set already and resets the expired flag
beforeSetPassword(InternalUserPrincipal, Collection, String, InternalCredential, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.PasswordHistoryInterceptor
 
bindToServer(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Binds to the ldap server.
buildPrincipal(Collection, SearchResult) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 

C

cache - Variable in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
callbackHandler - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
A CallbackHandler for communicating with the end user (prompting for usernames and passwords, for example).
ch - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Default Credential Handler.
changePassword(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDao
Updates the password for the specified user.
changePassword(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Updates the password for the specified user.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
 
checkPermission(Subject, Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
 
CIPHER_ALGORITM - Static variable in class org.apache.jetspeed.security.util.PBEPasswordTool
 
classname - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
classname - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
classname - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The class name.
clear() - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
clearPassword() - Method in class org.apache.jetspeed.security.impl.PassiveCallbackHandler
Clears out password state.
closeCtx() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
commit() - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
commitPrincipals(Subject, User) - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
Default setup of the logged on Subject Principals for Tomcat
commitPrincipals(Subject, User) - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule
 
commitSuccess - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
The commit status.
commonQueries - Variable in class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
Common queries.
commonQueries - Variable in class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
Common queries.
commonQueries - Variable in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
Common queries.
completeAuthenticationEvent(String) - Method in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
contains(Object) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
containsAll(Collection) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
context - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
convertPrincipalListToArray(Collection) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Converts a list of principals to an array of principals.
convertRawPassword(Attribute) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
This method converts an ascii password to a char array.
convertUidToLdapAcceptableName(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDao
Converts the uid to an ldap acceptable name.
convertUidToLdapAcceptableName(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
convertUidWithoutSlashes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Returns a well formed uid for LDAP.
create(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
create(String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
create(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDao
Makes a new ldap entry for the specified principal.
create(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
createIdentityToken(String) - Method in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
createIdentityToken() - Method in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
createPrincipalFromFullPath(String) - Static method in class org.apache.jetspeed.security.SecurityHelper
 
createProxy(LdapBindingConfig) - Static method in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
createResolvedGroupPrincipalSet(String, Set, String[], int) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
createResolvedRolePrincipalSet(String, Set, String[], int) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
createSalt(byte[]) - Method in class org.apache.jetspeed.security.util.PBEPasswordTool
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
createSocket(String, int) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
createSubject(String) - Static method in class org.apache.jetspeed.security.SecurityHelper
Utility method to create a subject.
createToken(String) - Method in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
createUser(String, String, String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
creationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
creationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
creationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The creation date.
credentialId - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
credentials - Variable in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
The credentials.
credHandler - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
The CredentialHandler.
ctx - Variable in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Reference to remote server context
ctx - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 

D

debug - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
LoginModule debug mode is turned off by default.
decode(String, String) - Method in class org.apache.jetspeed.security.util.PBEPasswordTool
 
defaultAuthenticationProvider - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
The default authentication provider name.
DefaultCredentialHandler - Class in org.apache.jetspeed.security.spi.impl
 
DefaultCredentialHandler(SecurityAccess, PasswordCredentialProvider, InternalPasswordCredentialInterceptor) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
DefaultCredentialPasswordValidator - Class in org.apache.jetspeed.security.spi.impl
DefaultCredentialPasswordValidator
DefaultCredentialPasswordValidator(String) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
DefaultCredentialPasswordValidator() - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
DefaultGroupSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
DefaultGroupSecurityHandler(SecurityAccess) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
Constructor providing access to the common queries.
DefaultLoginModule - Class in org.apache.jetspeed.security.impl
LoginModule implementation that authenticates a user against a relational database.
DefaultLoginModule() - Constructor for class org.apache.jetspeed.security.impl.DefaultLoginModule
The default login module constructor.
DefaultLoginModule(UserManager, String) - Constructor for class org.apache.jetspeed.security.impl.DefaultLoginModule
Create a new login module that uses the given user manager.
DefaultLoginModule(UserManager) - Constructor for class org.apache.jetspeed.security.impl.DefaultLoginModule
 
DefaultPasswordCredentialImpl - Class in org.apache.jetspeed.security.spi.impl
Default Password credential implementation.
DefaultPasswordCredentialImpl(String, char[]) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
DefaultPasswordCredentialImpl(String, InternalCredential) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
DefaultPasswordCredentialProvider - Class in org.apache.jetspeed.security.spi.impl
DefaultPasswordCredentialProvider
DefaultPasswordCredentialProvider() - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
DefaultPasswordCredentialProvider(CredentialPasswordValidator, CredentialPasswordEncoder) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
defaultPasswordPattern - Static variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
defaultPolicy - Variable in class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
 
defaultPolicy - Variable in class org.apache.jetspeed.security.PolicyWrapper
Whether to use as a default policy.
DefaultRoleSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
DefaultRoleSecurityHandler(SecurityAccess) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
Constructor providing access to the common queries.
defaultSearchBase - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
DefaultSecurityMappingHandler - Class in org.apache.jetspeed.security.spi.impl
 
DefaultSecurityMappingHandler(SecurityAccess) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
Constructor providing access to the common queries.
DefaultSecurityMappingHandler(SecurityAccess, HierarchyResolver, HierarchyResolver) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
Constructor providing access to the common queries and hierarchy resolvers.
DefaultUserSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
DefaultUserSecurityHandler(SecurityAccess) - Constructor for class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
Constructor providing access to the SecurityAccess implementation.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
A template method for defining the attributes for a particular LDAP class.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
A template method for defining the attributes for a particular LDAP class.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
A template method for defining the attributes for a particular LDAP class.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
A template method for defining the attributes for a particular LDAP class.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
A template method for defining the attributes for a particular LDAP class.
defineLdapAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
A template method for defining the attributes for a particular LDAP class.
delete(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDao
Deletes a ldap entry for the specified principal.
delete(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
digester - Variable in class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 

E

enabled - Variable in class org.apache.jetspeed.security.impl.BasePrincipalImpl
is this principal enabled
enabled - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
enabled - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The enabled state.
enabled - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The enabled state.
encode(String, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
encode(String, String) - Method in class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
encode(String, String) - Method in class org.apache.jetspeed.security.util.PBEPasswordTool
 
encoded - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
EncodePasswordOnFirstLoadInterceptor - Class in org.apache.jetspeed.security.spi.impl
Encodes (encrypts) an InternalCredential password using the configured encoder if it is loaded unencoded from the persistent store.
EncodePasswordOnFirstLoadInterceptor() - Constructor for class org.apache.jetspeed.security.spi.impl.EncodePasswordOnFirstLoadInterceptor
 
encoder - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
enumerateOverSearchResults(NamingEnumeration, Collection) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Build the user principal by enumerating through the search results.
env - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
equals(Object) - Method in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
Compares this principal to the specified object.
equals(Object) - Method in class org.apache.jetspeed.security.impl.RolePrincipalImpl
Compares this principal to the specified object.
equals(Object) - Method in class org.apache.jetspeed.security.impl.UserPrincipalImpl
Compares this principal to the specified object.
equals(Object) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
Compares this InternalCredential to the provided credential and check if they are equal.
equals(Object) - Method in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
Compares this InternalGroupPrincipal to the provided group principal and check if they are equal.
equals(Object) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
equals(Object) - Method in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
Compares this InternalRolePrincipal to the provided role principal and check if they are equal.
equals(Object) - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
Compares this InternalUserPrincipal to the provided user principal and check if they are equal.
equals(Object) - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
expirationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
expirationDate - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The expiration date.
expired - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
expired - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The expired state.
extractLdapAttr(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 

F

factory - Variable in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
find(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDao
Search the ldap directory for the principal.
find(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
fullPath - Variable in class org.apache.jetspeed.security.impl.BasePrincipalImpl
The full path.
fullPath - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The full path.

G

GeneralizationHierarchyResolver - Class in org.apache.jetspeed.security.impl
Implementation for "is a" hierarchy.
GeneralizationHierarchyResolver() - Constructor for class org.apache.jetspeed.security.impl.GeneralizationHierarchyResolver
 
getAcceptedIssuers() - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
 
getActions() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getAlgorithm() - Method in class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
getAnonymousUser() - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getAttribute(String) - Method in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
getAttribute(String, Attributes) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getAttribute(String, Attributes) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Get the attribute.
getAttributeNames() - Method in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getAttributes(Attribute) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getAttributes(Attribute, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getAuthenticationFailures() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getAuthenticationFailures() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getAuthenticationProvider(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getAuthenticationProviderByName(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getAuthenticationProviderProxy() - Method in class org.apache.jetspeed.security.impl.SecurityProviderImpl
 
getBestPrincipal(Subject, Class) - Static method in class org.apache.jetspeed.security.SecurityHelper
Given a subject, finds the first principal of the given classe for that subject.
getBestPrincipal(Principal[], Class) - Static method in class org.apache.jetspeed.security.SecurityHelper
Returns the first matching principal of a given type.
getClassname() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getClassname() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getClassname() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getConfigurations() - Method in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
 
getContext() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getCreationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getCreationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getCreationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getCredentialHandler() - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
getCredentialId() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getCredentials() - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
getCtx() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
getDefault() - Static method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
getDefaultAuthenticationProvider() - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getDefaultCipherSuites() - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
getDefaultSearchBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getDnSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getDnSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getDnSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Builds the dn suffix.
getDnSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getDnSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getEncoder() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
A template method that returns the LDAP entry prefix of the concrete DAO.
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getEntryPrefix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getExpirationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getExpirationDate() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getFirstDnForUid(NamingEnumeration) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Gets the first matching user for the given uid.
getFirstUser(NamingEnumeration) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getFirstUser(NamingEnumeration) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Gets the first matching user.
getFullPath() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
getFullPath() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getFullPathFromPrincipalName(String, String, boolean) - Static method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
Gets the principal implementation full path from the principal name.
getFullPathFromPrincipalName(String) - Static method in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
Gets the principal implementation full path from the principal name.
getFullPathFromPrincipalName(String, String) - Static method in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
 
getFullPathFromPrincipalName(String) - Static method in class org.apache.jetspeed.security.impl.RolePrincipalImpl
Gets the principal implementation full path from the principal name.
getFullPathFromPrincipalName(String, String) - Static method in class org.apache.jetspeed.security.impl.RolePrincipalImpl
 
getFullPathFromPrincipalName(String) - Static method in class org.apache.jetspeed.security.impl.UserPrincipalImpl
Gets the principal implementation full path from the principal name.
getFullPathFromPrincipalName(String, String) - Static method in class org.apache.jetspeed.security.impl.UserPrincipalImpl
 
getGroup(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
getGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getGroupAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupDN(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getGroupDN(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getGroupFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getGroupFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getGroupFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupHierarchyResolver() - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getGroupHierarchyResolver() - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getGroupIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupMembershipAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupMembershipAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupMembershipForRoleAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupMembershipForRoleAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getGroupObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupObjectRequiredAttributeClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupObjectRequiredAttributeClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
 
getGroupPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
 
getGroupPrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
getGroupPrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
getGroupPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
 
getGroupPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getGroupPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
 
getGroupPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
This method returns the set of group principals associated with a user.
getGroupPrincipalsInRole(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getGroupPrincipalsInRole(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getGroups(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
getGroupSecurityHandler() - Method in class org.apache.jetspeed.security.impl.SecurityProviderImpl
 
getGroupsForUser(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
getGroupsInRole(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
getGroupUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getGroupUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getGroupUidsForUser(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Return an array of the group principal UIDS that belong to a specific user.
getGroupUidsForUser(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Return the list of group IDs for a particular user
getInitialContextFactory() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getInstance() - Static method in class org.apache.jetspeed.security.SecurityPolicies
Returns the singleton instance for SecurityPolicies.
getInternalGroupPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns the InternalGroupPrincipalfrom the group full path name.
getInternalGroupPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
 
getInternalPermission(Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
Returns the InternalPermission from a Permission.
getInternalPrincipal(String) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
Returns the InternalPrincipalfrom the full path.
getInternalRolePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns the InternalRolePrincipalfrom the role full path name.
getInternalRolePrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
 
getInternalUserPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns the InternalUserPrincipal from the user name.
getInternalUserPrincipal(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns the InternalUserPrincipal from the user name.
getInternalUserPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns a collection of Principalgiven the filter.
getKnownAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getKnownAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLastAuthenticationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getLastAuthenticationDate() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getLdapScheme() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLdapSecurityLevel() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLdapSecurityProtocol() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLdapServerName() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLdapServerPort() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getLdapSocketFactory() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getMemberShipSearchScope() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getModifiedDate() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getModifiedDate() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getModifiedDate() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getName() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
getName() - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
getName() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getObjectClass() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getOtherPoliciesPermissions(CodeSource) - Method in class org.apache.jetspeed.security.impl.RdbmsPolicy
Gets all the permissions that should be enforced through the other policies configured.
getPassword() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getPassword(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDao
 
getPassword(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getPassword(NamingEnumeration, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Get the password.
getPasswordCredential(Subject) - Static method in class org.apache.jetspeed.security.SecurityHelper
Given a subject, find the (first) PasswordCredential from the private credentials
getPasswordCredential(InternalUserPrincipal, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
getPasswordCredentialClass() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
getPermissionId() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getPermissions(CodeSource) - Method in class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
 
getPermissions(Principal) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
getPermissions(Collection) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
getPermissions() - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
getPermissions(String, String) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
getPermissions(ProtectionDomain) - Method in class org.apache.jetspeed.security.impl.RdbmsPolicy
 
getPermissions(CodeSource) - Method in class org.apache.jetspeed.security.impl.RdbmsPolicy
The RdbmsPolicy does not protect code source per say, but will return the protected code source from the other configured policies.
getPermissions() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getPolicies() - Method in class org.apache.jetspeed.security.impl.AuthorizationProviderImpl
 
getPolicies() - Method in class org.apache.jetspeed.security.SecurityPolicies
Returns the security policies to enforce as list of Policy.
getPolicy() - Method in class org.apache.jetspeed.security.PolicyWrapper
 
getPortalUserRole() - Method in class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
 
getPreferences() - Method in class org.apache.jetspeed.security.impl.GroupImpl
 
getPreferences() - Method in class org.apache.jetspeed.security.impl.RoleImpl
 
getPreferences() - Method in class org.apache.jetspeed.security.impl.UserImpl
 
getPreferencesFullPath(Principal) - Static method in class org.apache.jetspeed.security.SecurityHelper
Utility method used to retrieve the Preferences API absolute/full path from a given principal.
getPreviousAuthenticationDate() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getPreviousAuthenticationDate() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getPrincipal() - Method in class org.apache.jetspeed.security.impl.GroupImpl
 
getPrincipal() - Method in class org.apache.jetspeed.security.impl.RoleImpl
 
getPrincipal(Subject, Class) - Static method in class org.apache.jetspeed.security.SecurityHelper
Given a subject, finds the first principal of the given classe for that subject.
getPrincipalId() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getPrincipalId() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
getPrincipalNameFromFullPath(String, String, boolean) - Static method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
Gets the principal name from the principal implementation full path.
getPrincipalNameFromFullPath(String) - Static method in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
Gets the principal name from the principal implementation full path.
getPrincipalNameFromFullPath(String) - Static method in class org.apache.jetspeed.security.impl.RolePrincipalImpl
Gets the principal name from the principal implementation full path.
getPrincipalNameFromFullPath(String) - Static method in class org.apache.jetspeed.security.impl.UserPrincipalImpl
Gets the principal name from the principal implementation full path.
getPrincipals(Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
getPrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
getPrincipals(Subject, Class) - Static method in class org.apache.jetspeed.security.SecurityHelper
Given a subject, finds all principals of the given classe for that subject.
getPrincipals(Subject, Class) - Method in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
Returns subject's principals of type claz
getPrincipalsFullPath(Collection) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
Get the full path for the Principalin the collection.
getPrivateCredentials(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getPrivateCredentials(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
getPrivateCredentials(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
getProviderDescription() - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
getProviderName() - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
getPublicCredentials(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getPublicCredentials(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
getPublicCredentials(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
getRole(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
getRole(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getRoleAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleDN(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getRoleDN(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getRoleFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getRoleFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getRoleFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleGroupMembershipForRoleAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleGroupMembershipForRoleAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleHierarchyResolver() - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getRoleHierarchyResolver() - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getRoleIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleMembershipAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleMembershipAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getRoleObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleObjectRequiredAttributeClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleObjectRequiredAttributeClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRolePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
 
getRolePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
 
getRolePrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
getRolePrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
getRolePrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
 
getRolePrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getRolePrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
 
getRolePrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getRolePrincipalsInGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getRolePrincipalsInGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getRoles(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
getRoleSecurityHandler() - Method in class org.apache.jetspeed.security.impl.SecurityProviderImpl
 
getRolesForGroup(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Return an array of the role principal UIDS that belong to a specific group.
getRolesForGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Return an array of the roles that belong to a group.
getRolesForUser(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
getRolesInGroup(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
getRoleUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getRoleUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRoleUidsForUser(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Return an array of the role principal UIDS that belong to a specific user.
getRoleUidsForUser(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Returns the role IDs for a particular user Looks up the user, and extracts the rolemembership attr (ex : uniquemember)
getRootContext() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the root context.
getRootContext() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRootDn() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getRootPassword() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
The domain in wich to perform a search
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getSearchDomain() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getSearchScope() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
A template method that returns the LDAP entry prefix of the concrete DAO.
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
 
getSearchSuffix() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getSecurityMappingHandler() - Method in class org.apache.jetspeed.security.impl.SecurityProviderImpl
 
getSecurityPermissions(Collection) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
Iterate through a collection of InternalPermissionand build a unique collection of Permission.
getSessionAttributeNames() - Method in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
getSubcontextName(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Gets the sub context name.
getSubject() - Method in class org.apache.jetspeed.security.impl.UserImpl
 
getSubject() - Method in class org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
 
getSupportedCipherSuites() - Method in class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
getToken() - Method in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
getType() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUidAttributeForPrincipal() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
 
getUidAttributeForPrincipal() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
getUidAttributeForPrincipal() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Builds the dn suffix.
getUidAttributeForPrincipal() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
 
getUidAttributeForPrincipal() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
getUsedPolicies() - Method in class org.apache.jetspeed.security.SecurityPolicies
Returns the security policies to be enforced as list of Policy.
getUser(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getUser(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getUserAttributes() - Method in class org.apache.jetspeed.security.impl.UserImpl
 
getUserAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserDN(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getUserDN(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
getUserFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserFilter() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Returns the default Group suffix dn.
getUserFilterBase() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserGroupMembershipAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserGroupMembershipAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserIdAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserManager() - Method in class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
 
getUserName() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
getUserNames(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getUserObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserObjectClasses() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserPasswordAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserPasswordAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserPrincipal(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getUserPrincipal(User) - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
getUserPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
getUserPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
getUserPrincipals(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
getUserPrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
getUserPrincipals() - Method in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
getUserPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
getUserPrincipals(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
getUserPrincipalsInGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getUserPrincipalsInGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
This method is the analog of the getGroupPrincipals except it returns the set of user principals in a group.
getUserPrincipalsInGroup(Set, String[]) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
Gets the user principals in groups.
getUserPrincipalsInRole(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
getUserPrincipalsInRole(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
getUserPrincipalsInRole(Set, String[]) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
Gets the user principals in groups.
getUserRoleMembershipAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserRoleMembershipAttributes() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserRoles(User) - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
getUsers(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getUserSecurityHandler() - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
getUsersInGroup(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getUsersInRole(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
getUserUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
getUserUidAttribute() - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
getUserUidsForGroup(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Return an array of the user principal uids that belong to a group.
getUserUidsForGroup(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Return an array of the user principal UIDS that belong to a group.
getUserUidsForRole(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Return an array of the user principal uids that belong to a role.
getUserUidsForRole(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Return an array of the user principal UIDS that belong to a group.
getValidator() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
getValue() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
getWrappedPolicies() - Method in class org.apache.jetspeed.security.SecurityPolicies
Returns the security policies to enforce as list of PolicyWrapper.
gms - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
The group manager.
grantPermission(Principal, Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
GROUP_PRINCIPAL_CLASSNAME - Static variable in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
Group principal security class.
groupAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupDao - Variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
groupExists(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
groupFilter - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupFilterBase - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupHierarchyResolver - Variable in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
The group hierarchy resolver.
groupHierarchyResolver - Variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
The group hierarchy resolver.
groupIdAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
GroupImpl - Class in org.apache.jetspeed.security.impl
A group made of a GroupPrincipal and the user Preferences.
GroupImpl() - Constructor for class org.apache.jetspeed.security.impl.GroupImpl
Default constructor.
GroupImpl(Principal, Preferences) - Constructor for class org.apache.jetspeed.security.impl.GroupImpl
Group constructor given a group principal and preferences.
GroupManagerImpl - Class in org.apache.jetspeed.security.impl
Describes the service interface for managing groups.
GroupManagerImpl(SecurityProvider) - Constructor for class org.apache.jetspeed.security.impl.GroupManagerImpl
 
groupMembershipAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupMembershipForRoleAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupObjectClasses - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupObjectRequiredAttributeClasses - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
groupPrincipal - Variable in class org.apache.jetspeed.security.impl.GroupImpl
 
GroupPrincipalImpl - Class in org.apache.jetspeed.security.impl
GroupPrincipal interface implementation.
GroupPrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.impl.GroupPrincipalImpl
The group principal constructor.
GroupPrincipalImpl(String, boolean, boolean) - Constructor for class org.apache.jetspeed.security.impl.GroupPrincipalImpl
 
groupPrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
groupPrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
The group principals.
groupSecurityHandler - Variable in class org.apache.jetspeed.security.impl.GroupManagerImpl
The group security handler.
groupSecurityHandler - Variable in class org.apache.jetspeed.security.impl.SecurityProviderImpl
The GroupSecurityHandler.
groupUidAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
gsh - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Default Group Security Handler.
guest - Variable in class org.apache.jetspeed.security.impl.UserManagerImpl
 
GullibleSSLSocketFactory - Class in org.apache.jetspeed.security.util
Socket Factory for SSL connections which do not provide an authentication This is used to connect to servers where we are just interested in an encypted tunnel, and not to verify that both parties trust each other.
GullibleSSLSocketFactory() - Constructor for class org.apache.jetspeed.security.util.GullibleSSLSocketFactory
 
GullibleSSLSocketFactory.GullibleTrustManager - Class in org.apache.jetspeed.security.util
 
GullibleSSLSocketFactory.GullibleTrustManager() - Constructor for class org.apache.jetspeed.security.util.GullibleSSLSocketFactory.GullibleTrustManager
 

H

handle(Callback[]) - Method in class org.apache.jetspeed.security.impl.PassiveCallbackHandler
Handles the specified set of Callbacks.
hashCode() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
hashCode() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
hiearchicalNames - Static variable in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
 
hiearchicalNames - Static variable in class org.apache.jetspeed.security.impl.RolePrincipalImpl
 
hiearchicalNames - Static variable in class org.apache.jetspeed.security.impl.UserPrincipalImpl
 
HISTORICAL_PASSWORD_CREDENTIAL - Static variable in class org.apache.jetspeed.security.spi.impl.PasswordHistoryInterceptor
Value used for InternalCredential.getClassname() to distinguish from current password credentials
historySize - Variable in class org.apache.jetspeed.security.spi.impl.PasswordHistoryInterceptor
 

I

IdentityTokenImpl - Class in org.apache.jetspeed.security.activeauthentication
IdentityTokenImpl
IdentityTokenImpl(String) - Constructor for class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
implies(ProtectionDomain, Permission) - Method in class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
 
implies(ProtectionDomain, Permission) - Method in class org.apache.jetspeed.security.impl.RdbmsPolicy
Check that the permission is implied for the protection domain.
importPassword(String, String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
importPassword(String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
importPassword(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
importPassword(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
importUser(String, String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
importUser(String, String, String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
initialContextFactory - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
InitLdapSchema - Class in org.apache.jetspeed.security.spi.impl.ldap
 
InitLdapSchema() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
Default constructor.
InitLdapSchema(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
Initializes the LDAP schema.
initOu(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
Inits a given ou.
initOu(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.InitLdapSchema
 
instance - Static variable in class org.apache.jetspeed.security.SecurityPolicies
The singleton instance.
interceptors - Variable in class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
internalCredentialCreationDateComparator - Static variable in class org.apache.jetspeed.security.spi.impl.PasswordHistoryInterceptor
 
InternalCredentialImpl - Class in org.apache.jetspeed.security.om.impl
InternalCredential interface implementation.
InternalCredentialImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
InternalCredential implementation default constructor.
InternalCredentialImpl(long, String, int, String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
InternalCredentialImpl constructor given a value, type and classname.
InternalCredentialImpl(InternalCredential, String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
InternalCredentialImpl copy constructor given another InternalCredential and overriding classname
InternalGroupPrincipalImpl - Class in org.apache.jetspeed.security.om.impl
InternalGroupPrincipal interface implementation.
InternalGroupPrincipalImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
Group principal implementation default constructor.
InternalGroupPrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
Constructor to create a new group principal.
InternalPasswordCredentialInterceptorsProxy - Class in org.apache.jetspeed.security.spi.impl
Provides a wrapper around a list of interceptors so multiple interceptors can be used with the DefaultCredentialHandler.
InternalPasswordCredentialInterceptorsProxy(List) - Constructor for class org.apache.jetspeed.security.spi.impl.InternalPasswordCredentialInterceptorsProxy
 
InternalPermissionImpl - Class in org.apache.jetspeed.security.om.impl
InternalPermission interface implementation.
InternalPermissionImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
InternalPermission implementation default constructor.
InternalPermissionImpl(String, String, String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
InternalPermission constructor.
InternalPrincipalImpl - Class in org.apache.jetspeed.security.om.impl
InternalPrincipalinterface implementation.
InternalPrincipalImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
InternalPrincipal implementation default constructor.
InternalPrincipalImpl(String, String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
InternalPrincipal constructor given a classname and name.
InternalRolePrincipalImpl - Class in org.apache.jetspeed.security.om.impl
InternalRolePrincipal interface implementation.
InternalRolePrincipalImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
Role principal implementation default constructor.
InternalRolePrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
Constructor to create a new role principal.
InternalUserPrincipalImpl - Class in org.apache.jetspeed.security.om.impl
InternalUserPrincipal interface implementation.
InternalUserPrincipalImpl() - Constructor for class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
InternalUserPrincipal implementation default constructor.
InternalUserPrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
Constructor to create a new user principal and its credential given a username and password.
invoke(Object, Method, Object[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
ipcInterceptor - Variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
isDefaultPolicy() - Method in class org.apache.jetspeed.security.PolicyWrapper
 
isEmpty() - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
isEnabled() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
isEnabled() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
isEnabled() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
isEnabled() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
isEncoded() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
isExpired() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
isExpired() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
isGroupInRole(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
isKnownUser(String) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Returns if a Internal UserPrincipal is defined for the user name.
isMapping - Variable in class org.apache.jetspeed.security.impl.BasePrincipalImpl
is this principal a mapping
isMapping() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
isMappingOnly - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The is mapping only.
isMappingOnly() - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
isMember(Principal) - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
isUpdateRequired() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
isUpdateRequired() - Method in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
 
isUseAsPolicy() - Method in class org.apache.jetspeed.security.PolicyWrapper
 
isUserInGroup(String, String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
isUserInRole(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
isUserPrincipal(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
isUserPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
isUserPrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
Lookup the user by his UID attribute on the Ldap Server.
iterator() - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 

J

j2Policy - Variable in class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
 
JaasPolicyCoordinator - Class in org.apache.jetspeed.security.impl
Provide coordination between the default policy and Jetspeed custom policy.
JaasPolicyCoordinator(Policy, Policy) - Constructor for class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
Constructor for coordinating the policies.
JBossLoginModule - Class in org.apache.jetspeed.security.impl.ext
Configures Subject principals for JBoss JAAS implementation
JBossLoginModule() - Constructor for class org.apache.jetspeed.security.impl.ext.JBossLoginModule
Create a new JBoss login module
JBossLoginModule(UserManager) - Constructor for class org.apache.jetspeed.security.impl.ext.JBossLoginModule
Create a new JBoss login module that uses the given user manager.
JBossLoginModule.JBossGroup - Class in org.apache.jetspeed.security.impl.ext
 
JBossLoginModule.JBossGroup(String, List) - Constructor for class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 

K

knownAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 

L

lastAuthenticationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
lastAuthenticationDate - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The last authentication in date
ldap - Variable in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
The LdapUserCredentialDao.
ldap - Variable in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
The LdapPrincipalDao.
ldap - Variable in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
The LdapPrincipalDao.
ldap - Variable in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
The LdapPrincipalDao.
ldapBindingConfig - Variable in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
The ldap binding configuration.
LdapBindingConfig - Class in org.apache.jetspeed.security.spi.impl.ldap
Holds the configuration for ldap binding.
LdapBindingConfig() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
LdapBindingConfig(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
LdapBindingConfig(String) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
Default constructor.
LdapContextProxy - Class in org.apache.jetspeed.security.spi.impl.ldap
Proxy providing recoverable LdapContext connections.
LdapContextProxy(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapContextProxy
 
LdapCredentialHandler - Class in org.apache.jetspeed.security.spi.impl
 
LdapCredentialHandler() - Constructor for class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
Default constructor.
LdapCredentialHandler(LdapUserCredentialDao) - Constructor for class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
Constructor given a LdapUserCredentialDao.
LdapGroupDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
DAO for handling group objects.
LdapGroupDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
Default constructor.
LdapGroupDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
Initializes the dao.
LdapGroupSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
LdapGroupSecurityHandler(LdapPrincipalDao) - Constructor for class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
 
LdapGroupSecurityHandler() - Constructor for class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
Default constructor.
LdapMembershipDao - Interface in org.apache.jetspeed.security.spi.impl.ldap
 
LdapMemberShipDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
 
LdapMemberShipDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
LdapMemberShipDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
LdapPrincipalDao - Interface in org.apache.jetspeed.security.spi.impl.ldap
Generic DAO interface for LDAP principals.
LdapPrincipalDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
 
LdapPrincipalDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Default constructor.
LdapPrincipalDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
Initializes the dao.
LdapReadOnlyPrincipalDao - Interface in org.apache.jetspeed.security.spi.impl.ldap
Interface for read only principals.
LdapRoleDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
DAO for handling group objects.
LdapRoleDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
Default constructor.
LdapRoleDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
Initializes the dao.
LdapRoleSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
LdapRoleSecurityHandler(LdapPrincipalDao) - Constructor for class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
 
LdapRoleSecurityHandler() - Constructor for class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
Default constructor.
ldapScheme - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
ldapSecurityLevel - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
LdapSecurityMappingHandler - Class in org.apache.jetspeed.security.spi.impl
 
LdapSecurityMappingHandler(LdapUserPrincipalDao, LdapPrincipalDao, LdapPrincipalDao) - Constructor for class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
LdapSecurityMappingHandler() - Constructor for class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
ldapSecurityProtocol - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
ldapServerName - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
ldapServerPort - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
ldapSocketFactory - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
LdapUserCredentialDao - Interface in org.apache.jetspeed.security.spi.impl.ldap
User credential dao.
LdapUserCredentialDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
 
LdapUserCredentialDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Default constructor.
LdapUserCredentialDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Initializes the dao.
LdapUserPrincipalDao - Interface in org.apache.jetspeed.security.spi.impl.ldap
The ldap user principal DAO.
LdapUserPrincipalDaoImpl - Class in org.apache.jetspeed.security.spi.impl.ldap
 
LdapUserPrincipalDaoImpl() - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Default constructor.
LdapUserPrincipalDaoImpl(LdapBindingConfig) - Constructor for class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Initializes the dao.
LdapUserSecurityHandler - Class in org.apache.jetspeed.security.spi.impl
 
LdapUserSecurityHandler(LdapPrincipalDao) - Constructor for class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
LdapUserSecurityHandler() - Constructor for class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
Default constructor.
log - Static variable in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
The logger.
log - Static variable in class org.apache.jetspeed.security.impl.BaseHierarchyResolver
The logger.
log - Static variable in class org.apache.jetspeed.security.impl.GroupManagerImpl
The logger.
log - Static variable in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
log - Static variable in class org.apache.jetspeed.security.impl.RdbmsPolicy
 
log - Static variable in class org.apache.jetspeed.security.impl.RoleManagerImpl
The logger.
log - Static variable in class org.apache.jetspeed.security.impl.UserManagerImpl
 
log - Static variable in class org.apache.jetspeed.security.SecurityHelper
 
log - Static variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
LOG - Static variable in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
The logger.
LOG - Static variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
The logger.
log - Static variable in class org.apache.jetspeed.security.spi.impl.ValidatePasswordOnLoadInterceptor
 
logger - Static variable in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
logger - Static variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
The logger.
logger - Static variable in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
The logger.
login() - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
loginModuleProxy - Static variable in class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
The LoginModuleProxyinstance.
LoginModuleProxyImpl - Class in org.apache.jetspeed.security.impl
 
LoginModuleProxyImpl(UserManager, String) - Constructor for class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
Constructor providing a bridge between the login module and the user manager.
LoginModuleProxyImpl(UserManager) - Constructor for class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
 
logout() - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
logSecurityException(SecurityException, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
logSecurityException(SecurityException, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
Log the security exception.
logSecurityException(SecurityException, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
Log the security exception.
logSecurityException(SecurityException, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
lookupByUid(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Searches the LDAP server for the user with the specified userid (uid attribute).
lookupByUid(String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapReadOnlyPrincipalDao
Searches the LDAP server for the user with the specified principal id (uid attribute).

M

main(String[]) - Static method in class org.apache.jetspeed.security.util.PBEPasswordTool
 
makePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapGroupDaoImpl
Creates a GroupPrincipal object.
makePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
Creates a GroupPrincipal object.
makePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
A template method for creating a concrete principal object.
makePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapRoleDaoImpl
Creates a GroupPrincipal object.
makePrincipal(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Creates a GroupPrincipal object.
maxLifeSpanInMillis - Variable in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
 
maxNumberOfAuthenticationFailures - Variable in class org.apache.jetspeed.security.spi.impl.MaxPasswordAuthenticationFailuresInterceptor
 
MaxPasswordAuthenticationFailuresInterceptor - Class in org.apache.jetspeed.security.spi.impl
Enforces a maximum number of times a user may provide an invalid password.
MaxPasswordAuthenticationFailuresInterceptor(int) - Constructor for class org.apache.jetspeed.security.spi.impl.MaxPasswordAuthenticationFailuresInterceptor
Configure the maximum number of invalid authentications allowed in a row.
members - Variable in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
members() - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
membership - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
memberShipSearchScope - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
MessageDigestCredentialPasswordEncoder - Class in org.apache.jetspeed.security.spi.impl
MessageDigestCredentialPasswordEncoder
MessageDigestCredentialPasswordEncoder() - Constructor for class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
MessageDigestCredentialPasswordEncoder(boolean) - Constructor for class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
MessageDigestCredentialPasswordEncoder(String) - Constructor for class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
MessageDigestCredentialPasswordEncoder(String, boolean) - Constructor for class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
minNumberOfDigits - Variable in class org.apache.jetspeed.security.spi.impl.SimpleCredentialPasswordValidator
 
minPasswordLength - Variable in class org.apache.jetspeed.security.spi.impl.SimpleCredentialPasswordValidator
 
modifiedDate - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
modifiedDate - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
modifiedDate - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The modified date.
modifyRoleGroupByGroup(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the user group attribute.
modifyRoleGroupByRole(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the user group attribute.
modifyUserGroupByGroup(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the user group attribute.
modifyUserGroupByUser(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the user group attribute.
modifyUserRoleByRole(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the role attribute.
modifyUserRoleByUser(String, String, int) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
Replace or delete the role attribute.

N

name - Variable in class org.apache.jetspeed.security.impl.BasePrincipalImpl
The principal name.
name - Variable in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
name - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 

O

ojbConcreteClass - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The special attribute telling OJB the object's concrete type.
oldEncoder - Variable in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
options - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
Options specified in the login Configuration for this particular LoginModule.
org.apache.jetspeed.security - package org.apache.jetspeed.security
 
org.apache.jetspeed.security.activeauthentication - package org.apache.jetspeed.security.activeauthentication
 
org.apache.jetspeed.security.impl - package org.apache.jetspeed.security.impl
Jetspeed security service implementation including Jetspeed JAAS providers.
org.apache.jetspeed.security.impl.ext - package org.apache.jetspeed.security.impl.ext
 
org.apache.jetspeed.security.om.impl - package org.apache.jetspeed.security.om.impl
Implementation of the object model for Jetspeed security service and JAAS providers implementation.
org.apache.jetspeed.security.spi.impl - package org.apache.jetspeed.security.spi.impl
 
org.apache.jetspeed.security.spi.impl.ldap - package org.apache.jetspeed.security.spi.impl.ldap
 
org.apache.jetspeed.security.util - package org.apache.jetspeed.security.util
 
org.apache.jetspeed.security.util.test - package org.apache.jetspeed.security.util.test
 

P

parseAttr(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapPrincipalDaoImpl
 
PassiveCallbackHandler - Class in org.apache.jetspeed.security.impl
PassiveCallbackHandler has constructor that takes a username and password so its handle() method does not have to prompt the user for input.
PassiveCallbackHandler(String, String) - Constructor for class org.apache.jetspeed.security.impl.PassiveCallbackHandler
Creates a callback handler with the give username and password.
password - Variable in class org.apache.jetspeed.security.impl.PassiveCallbackHandler
 
password - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The password.
PasswordExpirationInterceptor - Class in org.apache.jetspeed.security.spi.impl
Enforces a maximum lifespan for a password credential.
PasswordExpirationInterceptor(int) - Constructor for class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
 
PasswordHistoryInterceptor - Class in org.apache.jetspeed.security.spi.impl
Maintains a configurable FIFO stack of used password credentials for a principal.
PasswordHistoryInterceptor(int) - Constructor for class org.apache.jetspeed.security.spi.impl.PasswordHistoryInterceptor
 
passwordPattern - Variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
pbeKey - Variable in class org.apache.jetspeed.security.util.PBEPasswordTool
 
PBEPasswordService - Class in org.apache.jetspeed.security.spi.impl
PBEPasswordService provides an PBE based PasswordEncodingService, allowing decoding of user passwords
PBEPasswordService(String) - Constructor for class org.apache.jetspeed.security.spi.impl.PBEPasswordService
 
PBEPasswordTool - Class in org.apache.jetspeed.security.util
PBEPasswordTool encodes and decodes user passwords using Password Based encryptionl
PBEPasswordTool(String) - Constructor for class org.apache.jetspeed.security.util.PBEPasswordTool
 
pcProvider - Variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
permissionExists(Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
permissionId - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
PermissionManagerImpl - Class in org.apache.jetspeed.security.impl
Implementation for managing Permissionand permission association to Principal.
PermissionManagerImpl() - Constructor for class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
permissions - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The collection of permissions.
permissionsCache - Static variable in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
PKCS_5_BASE_SALT - Static variable in class org.apache.jetspeed.security.util.PBEPasswordTool
 
PKCS_5_ITERATIONCOUNT - Static variable in class org.apache.jetspeed.security.util.PBEPasswordTool
 
pms - Variable in class org.apache.jetspeed.security.impl.RdbmsPolicy
InternalPermission Manager Service.
pms - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
The permission manager.
policies - Variable in class org.apache.jetspeed.security.SecurityPolicies
The list of policies.
policy - Variable in class org.apache.jetspeed.security.PolicyWrapper
The policy.
PolicyWrapper - Class in org.apache.jetspeed.security
Simple wrapper for security policy providing the ability to add attribute on Policy and how they should be used by the application.
PolicyWrapper(Policy, boolean, boolean) - Constructor for class org.apache.jetspeed.security.PolicyWrapper
 
portalUserRole - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
The portal user role.
portalUserRole - Variable in class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
The portal user role.
preferences - Variable in class org.apache.jetspeed.security.impl.GroupImpl
 
preferences - Variable in class org.apache.jetspeed.security.impl.RoleImpl
 
preferences - Variable in class org.apache.jetspeed.security.impl.UserImpl
 
previousAuthenticationDate - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
previousAuthenticationDate - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The previous authentication in date
principalId - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
principalId - Variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The principal id.
principals - Variable in class org.apache.jetspeed.security.impl.PrincipalsSet
 
principals - Variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
PrincipalsSet - Class in org.apache.jetspeed.security.impl
PrincipalsSet - provides an ordered 'set' of principals required for some profiling rules that are dependent on order of insert.
PrincipalsSet() - Constructor for class org.apache.jetspeed.security.impl.PrincipalsSet
 
processPreferences(Preferences, List) - Method in class org.apache.jetspeed.security.impl.BaseHierarchyResolver
Recursively processes the preferences.
props - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
providerDescription - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
The provider description.
providerName - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
The provider name.

R

RdbmsPolicy - Class in org.apache.jetspeed.security.impl
Policy implementation using a relational database as persistent datastore.
RdbmsPolicy(PermissionManager) - Constructor for class org.apache.jetspeed.security.impl.RdbmsPolicy
Default constructor.
recodeIfNeeded(String, String, InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
refresh() - Method in class org.apache.jetspeed.security.impl.JaasPolicyCoordinator
 
refresh() - Method in class org.apache.jetspeed.security.impl.RdbmsPolicy
 
refreshProxy() - Method in class org.apache.jetspeed.security.impl.DefaultLoginModule
 
remove(Object) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
removeAll(Collection) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
removeGroup(String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
removeGroup(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Remove a user from a group.
removeGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
removeGroupPrincipal(GroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
 
removeGroupPrincipal(GroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
 
removeInternalGroupPrincipal(InternalGroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Remove the given InternalGroupPrincipal.
removeInternalRolePrincipal(InternalRolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Remove the given InternalRolePrincipal.
removeInternalUserPrincipal(InternalUserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Remove the given InternalUserPrincipal.
removeMember(Principal) - Method in class org.apache.jetspeed.security.impl.ext.JBossLoginModule.JBossGroup
 
removePermission(Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
removePermissions(Principal) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
removePolicy(PolicyWrapper) - Method in class org.apache.jetspeed.security.SecurityPolicies
Removes a policy from the list of policies to enforces.
removeRole(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
removeRole(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Remove a user from a group.
removeRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
removeRoleFromGroup(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
removeRoleFromGroup(String, String) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDao
Remove a role from a group.
removeRoleFromGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserPrincipalDaoImpl
 
removeRoleFromGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
removeRoleFromUser(String, String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
removeRolePrincipal(RolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
 
removeRolePrincipal(RolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
 
removeRolePrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
removeRolePrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
removeUser(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
removeUserFromGroup(String, String) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
removeUserFromGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
removeUserFromRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
removeUserPrincipal(UserPrincipal, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
removeUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
removeUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
removeUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
removeUserPrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
removeUserPrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
removeUserPrincipalInRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
removeUserPrincipalInRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
resolve(Preferences) - Method in class org.apache.jetspeed.security.impl.AggregationHierarchyResolver
 
resolve(Preferences) - Method in class org.apache.jetspeed.security.impl.GeneralizationHierarchyResolver
 
resolveChildren(Preferences) - Method in class org.apache.jetspeed.security.impl.BaseHierarchyResolver
 
retainAll(Collection) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
revokePermission(Principal, Permission) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
rms - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
The role manager.
ROLE_PRINCIPAL_CLASSNAME - Static variable in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
Role principal security class.
roleAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleDao - Variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
roleExists(String) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
roleFilter - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleFilterBase - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleGroupMembershipForRoleAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleHierarchyResolver - Variable in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
The role hierarchy resolver.
roleHierarchyResolver - Variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
The role hierarchy resolver.
roleIdAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
RoleImpl - Class in org.apache.jetspeed.security.impl
A role made of a Principal and the user Preferences.
RoleImpl() - Constructor for class org.apache.jetspeed.security.impl.RoleImpl
Default constructor.
RoleImpl(Principal, Preferences) - Constructor for class org.apache.jetspeed.security.impl.RoleImpl
Role constructor given a role principal and preferences.
RoleManagerImpl - Class in org.apache.jetspeed.security.impl
Implementation for managing roles.
RoleManagerImpl(SecurityProvider) - Constructor for class org.apache.jetspeed.security.impl.RoleManagerImpl
 
roleMembershipAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleObjectClasses - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
roleObjectRequiredAttributeClasses - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
rolePrincipal - Variable in class org.apache.jetspeed.security.impl.RoleImpl
 
RolePrincipalImpl - Class in org.apache.jetspeed.security.impl
RolePrincipal interface implementation.
RolePrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.impl.RolePrincipalImpl
The role principal constructor.
RolePrincipalImpl(String, boolean, boolean) - Constructor for class org.apache.jetspeed.security.impl.RolePrincipalImpl
 
rolePrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
rolePrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
The role principals.
roleSecurityHandler - Variable in class org.apache.jetspeed.security.impl.RoleManagerImpl
The role security handler.
roleSecurityHandler - Variable in class org.apache.jetspeed.security.impl.SecurityProviderImpl
The RoleSecurityHandler.
rolesInheritableViaGroups - Variable in class org.apache.jetspeed.security.impl.UserManagerImpl
Flag whether the principals's user group matches the user group to which the role has been mapped.
roleUidAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
rootContext - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
rootDn - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
rootPassword - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
rsh - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Default Role Security Handler.

S

searchByWildcardedUid(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Search uid by wild card.
searchGroupByWildcardedUid(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Search uid by wild card.
searchGroupMemberShipByGroup(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchGroupMemberShipByGroup(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchGroupMemberShipByUser(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchGroupMemberShipByUser(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchRoleByWildcardedUid(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Search uid by wild card.
searchRoleMemberShipByRole(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchRoleMemberShipByRole(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchRoleMemberShipByUser(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchRoleMemberShipByUser(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchRolesFromGroupByGroup(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchRolesFromGroupByGroup(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchRolesFromGroupByRole(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
 
searchRolesFromGroupByRole(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchUsersFromGroupByGroup(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
Search user by group using the GroupMembershipAttribute.
searchUsersFromGroupByGroup(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchUsersFromGroupByUser(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
Search user by group using the UserGroupMembershipAttribute.
searchUsersFromGroupByUser(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchUsersFromRoleByRole(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
Search user by role using the RoleMembershipAttribute.
searchUsersFromRoleByRole(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
searchUsersFromRoleByUser(String, SearchControls) - Method in interface org.apache.jetspeed.security.spi.impl.ldap.LdapMembershipDao
Search user by role using the UserRoleMembershipAttribute.
searchUsersFromRoleByUser(String, SearchControls) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapMemberShipDaoImpl
 
securityAccess - Variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
securityAccess - Variable in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
SecurityAccess.
securityAccess - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Common Queries.
SecurityAccessImpl - Class in org.apache.jetspeed.security.spi.impl
Provides a utility class for common SPI queries.
SecurityAccessImpl(String) - Constructor for class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
 
SecurityHelper - Class in org.apache.jetspeed.security
Security helper.
SecurityHelper() - Constructor for class org.apache.jetspeed.security.SecurityHelper
 
securityMappingHandler - Variable in class org.apache.jetspeed.security.impl.GroupManagerImpl
The security mapping handler.
securityMappingHandler - Variable in class org.apache.jetspeed.security.impl.RoleManagerImpl
The security mapping handler.
securityMappingHandler - Variable in class org.apache.jetspeed.security.impl.SecurityProviderImpl
The SecurityMappingHandler.
securityMappingHandler - Variable in class org.apache.jetspeed.security.impl.UserManagerImpl
The security mapping handler.
SecurityPolicies - Class in org.apache.jetspeed.security
This class is used to hold the security that will be used when applying security policies.
SecurityPolicies() - Constructor for class org.apache.jetspeed.security.SecurityPolicies
Default contructor.
securityProvider - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
The security provider.
SecurityProviderImpl - Class in org.apache.jetspeed.security.impl
 
SecurityProviderImpl(AuthenticationProviderProxy, RoleSecurityHandler, GroupSecurityHandler, SecurityMappingHandler) - Constructor for class org.apache.jetspeed.security.impl.SecurityProviderImpl
Constructor configuring the security services with the correct security handlers.
serialVersionUID - Static variable in class org.apache.jetspeed.security.impl.BasePrincipalImpl
The version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.impl.RolePrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.impl.UserPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.PolicyWrapper
The serial version uid.
serialVersionUID - Static variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The default uid.
sessionAttributes - Variable in class org.apache.jetspeed.security.activeauthentication.ActiveAuthenticationIdentityProviderImpl
 
set - Variable in class org.apache.jetspeed.security.impl.PrincipalsSet
 
setActions(String) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setAttribute(String, Object) - Method in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
setAuthenticationFailures(int) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setClassname(String) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setClassname(String) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setClassname(String) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setContext(LdapContext) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setCreationDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setCreationDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setCreationDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setCredentialHandler(CredentialHandler) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
setCredentialId(long) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setCredentials(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
setDefaultPolicy(boolean) - Method in class org.apache.jetspeed.security.PolicyWrapper
 
setDefaultSearchBase(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setEnabled(boolean) - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
 
setEnabled(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setEnabled(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setEncoded(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setExpiration(InternalCredential) - Method in class org.apache.jetspeed.security.spi.impl.PasswordExpirationInterceptor
 
setExpirationDate(Date) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setExpired(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setFullPath(String) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setGroupAttributes(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupEnabled(String, boolean) - Method in class org.apache.jetspeed.security.impl.GroupManagerImpl
 
setGroupFilter(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupFilterBase(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupHierarchyResolver(HierarchyResolver) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
setGroupHierarchyResolver(HierarchyResolver) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
setGroupIdAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupMembershipAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupMembershipForRoleAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupObjectClasses(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupObjectRequiredAttributeClasses(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setGroupPrincipal(GroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultGroupSecurityHandler
 
setGroupPrincipal(GroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
 
setGroupPrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
setGroupPrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
setGroupUidAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setInitialContextFactory(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setInternalGroupPrincipal(InternalGroupPrincipal, boolean) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Sets the given InternalGroupPrincipal.
setInternalRolePrincipal(InternalRolePrincipal, boolean) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Sets the given InternalRolePrincipal.
setInternalUserPrincipal(InternalUserPrincipal, boolean) - Method in class org.apache.jetspeed.security.spi.impl.SecurityAccessImpl
Sets the given InternalUserPrincipal.
setKnownAttributes(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLastAuthenticationDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setLdapScheme(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLdapSecurityLevel(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLdapSecurityProtocol(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLdapServerName(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLdapServerPort(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setLdapSocketFactory(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setMappingOnly(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setMemberShipSearchScope(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setModifiedDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setModifiedDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setModifiedDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setName(String) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setPassword(String, String, String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPassword(String, String, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPassword(String, String, String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setPassword(String, String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
setPassword(String, String, String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
setPassword(String, String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapUserCredentialDaoImpl
Set the user's password.
setPassword(String, String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
Adds or updates a private password credential.
setPasswordEnabled(String, boolean, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordEnabled(String, boolean) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordEnabled(String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setPasswordEnabled(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
setPasswordEnabled(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
setPasswordExpiration(String, Date, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordExpiration(String, Date) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordExpiration(String, Date) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setPasswordExpiration(String, Date) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
setPasswordExpiration(String, Date) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
setPasswordUpdateRequired(String, boolean, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordUpdateRequired(String, boolean) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
setPasswordUpdateRequired(String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setPasswordUpdateRequired(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialHandler
 
setPasswordUpdateRequired(String, boolean) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
 
setPermissionId(long) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setPermissions(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setPolicy(Policy) - Method in class org.apache.jetspeed.security.PolicyWrapper
 
setPreferences(Preferences) - Method in class org.apache.jetspeed.security.impl.GroupImpl
 
setPreferences(Preferences) - Method in class org.apache.jetspeed.security.impl.RoleImpl
 
setPreferences(Preferences) - Method in class org.apache.jetspeed.security.impl.UserImpl
 
setPreviousAuthenticationDate(Timestamp) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setPrincipal(Principal) - Method in class org.apache.jetspeed.security.impl.GroupImpl
 
setPrincipal(Principal) - Method in class org.apache.jetspeed.security.impl.RoleImpl
 
setPrincipalId(long) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setPrincipalId(long) - Method in class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl
 
setPrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalPermissionImpl
 
setProviderDescription(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
setProviderName(String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
setRoleAttributes(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleEnabled(String, boolean) - Method in class org.apache.jetspeed.security.impl.RoleManagerImpl
 
setRoleFilter(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleFilterBase(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleGroupMembershipForRoleAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleHierarchyResolver(HierarchyResolver) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
setRoleHierarchyResolver(HierarchyResolver) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
setRoleIdAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleMembershipAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleObjectClasses(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRoleObjectRequiredAttributeClasses(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRolePrincipal(RolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultRoleSecurityHandler
 
setRolePrincipal(RolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
 
setRolePrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
setRolePrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
setRolePrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
setRolePrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
 
setRolesInheritableViaGroups(boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setRoleUidAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRootContext(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRootDn(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setRootPassword(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setSearchControls() - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
 
setSubject(Subject) - Method in class org.apache.jetspeed.security.impl.UserImpl
 
setSubject(Subject) - Method in class org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
 
setType(int) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setUidAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUp() - Method in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
 
setUpdateRequired(boolean) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
setUseAsPolicy(boolean) - Method in class org.apache.jetspeed.security.PolicyWrapper
 
setUserAttributes(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserEnabled(String, boolean) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
setUserFilter(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserFilterBase(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserGroupMembershipAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserIdAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserObjectClasses(String[]) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserPasswordAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserPrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
setUserPrincipalInGroup(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
setUserPrincipalInRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultSecurityMappingHandler
 
setUserPrincipalInRole(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
setUserPrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
setUserPrincipals(Collection) - Method in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
setUserRoleMembershipAttributes(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setUserSecurityHandler(UserSecurityHandler) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
 
setUserUidAttribute(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
setValue(String) - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
sharedState - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
State shared with other configured LoginModules.
SimpleCredentialPasswordValidator - Class in org.apache.jetspeed.security.spi.impl
SimpleCredentialPasswordValidator
SimpleCredentialPasswordValidator(int, int) - Constructor for class org.apache.jetspeed.security.spi.impl.SimpleCredentialPasswordValidator
 
simpleEncryption - Variable in class org.apache.jetspeed.security.spi.impl.MessageDigestCredentialPasswordEncoder
 
size() - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
smh - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Default Security Mapping Handler.
startPBEPasswordEncoding - Variable in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
strictPassword - Variable in class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
subject - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
The Subject to be authenticated.
subject - Variable in class org.apache.jetspeed.security.impl.UserImpl
 
subject - Variable in class org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
 
success - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
The authentication status.

T

toArray() - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
toArray(Object[]) - Method in class org.apache.jetspeed.security.impl.PrincipalsSet
 
token - Variable in class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl
 
toString() - Method in class org.apache.jetspeed.security.impl.BasePrincipalImpl
Returns a string representation of this principal.
toString() - Method in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
Convert Node to string.
type - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 

U

uidAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
ums - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
InternalUserPrincipal manager service.
ums - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
The user manager.
updatePermission(Permission, Collection) - Method in class org.apache.jetspeed.security.impl.PermissionManagerImpl
 
updateRequired - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
updateRequired - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The update required state
updateUserPrincipal(UserPrincipal, String) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
updateUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.impl.AuthenticationProviderProxyImpl
 
updateUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.DefaultUserSecurityHandler
 
updateUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 
useAsPolicy - Variable in class org.apache.jetspeed.security.PolicyWrapper
Whether to use as a policy.
useDefaultPolicy(boolean) - Method in class org.apache.jetspeed.security.impl.AuthorizationProviderImpl
 
usedPolicies - Variable in class org.apache.jetspeed.security.SecurityPolicies
The list of used policies.
useHierarchicalNames(boolean) - Static method in class org.apache.jetspeed.security.impl.GroupPrincipalImpl
 
useHierarchicalNames(boolean) - Static method in class org.apache.jetspeed.security.impl.RolePrincipalImpl
 
useHierarchicalNames(boolean) - Static method in class org.apache.jetspeed.security.impl.UserPrincipalImpl
 
USER_PRINCIPAL_CLASSNAME - Static variable in class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl
User principal security class.
userAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userDao - Variable in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
userExists(String) - Method in class org.apache.jetspeed.security.impl.UserManagerImpl
 
userFilter - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userFilterBase - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userGroupMembershipAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userIdAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
UserImpl - Class in org.apache.jetspeed.security.impl
A user made of a Subject and the user Preferences.
UserImpl() - Constructor for class org.apache.jetspeed.security.impl.UserImpl
Default constructor.
UserImpl(Subject, Preferences) - Constructor for class org.apache.jetspeed.security.impl.UserImpl
User constructor given a subject and preferences.
UserManagerImpl - Class in org.apache.jetspeed.security.impl
Implementation for managing users and provides access to the User.
UserManagerImpl(SecurityProvider) - Constructor for class org.apache.jetspeed.security.impl.UserManagerImpl
 
UserManagerImpl(SecurityProvider, String) - Constructor for class org.apache.jetspeed.security.impl.UserManagerImpl
 
UserManagerImpl(SecurityProvider, HierarchyResolver, HierarchyResolver) - Constructor for class org.apache.jetspeed.security.impl.UserManagerImpl
 
UserManagerImpl(SecurityProvider, HierarchyResolver, HierarchyResolver, String) - Constructor for class org.apache.jetspeed.security.impl.UserManagerImpl
 
userMgr - Variable in class org.apache.jetspeed.security.impl.LoginModuleProxyImpl
The UserManager.
username - Variable in class org.apache.jetspeed.security.impl.DefaultLoginModule
The user name.
username - Variable in class org.apache.jetspeed.security.impl.PassiveCallbackHandler
 
userName - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl
The user name.
userObjectClasses - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userPasswordAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
UserPrincipalImpl - Class in org.apache.jetspeed.security.impl
UserPrincipal interface implementation.
UserPrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.impl.UserPrincipalImpl
The user principal constructor.
UserPrincipalImpl(String, boolean) - Constructor for class org.apache.jetspeed.security.impl.UserPrincipalImpl
 
UserPrincipalImpl(String, boolean, boolean) - Constructor for class org.apache.jetspeed.security.impl.UserPrincipalImpl
 
userPrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
 
userPrincipals - Variable in class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl
 
userRoleMembershipAttributes - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
userSecurityHandler - Variable in class org.apache.jetspeed.security.impl.AuthenticationProviderImpl
The UserSecurityHandler.
UserSubjectPrincipalImpl - Class in org.apache.jetspeed.security.impl
UserPrincipal interface implementation.
UserSubjectPrincipalImpl(String) - Constructor for class org.apache.jetspeed.security.impl.UserSubjectPrincipalImpl
The user principal constructor.
userUidAttribute - Variable in class org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig
 
usesOldEncodingAlgorithm(PasswordCredential) - Method in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
usesOldEncodingAlgorithm(boolean, Timestamp, Timestamp) - Method in class org.apache.jetspeed.security.spi.impl.AlgorithmUpgradePBEPasswordService
 
ush - Variable in class org.apache.jetspeed.security.util.test.AbstractSecurityTestcase
SPI Default User Security Handler.

V

validate(String) - Method in class org.apache.jetspeed.security.spi.impl.DefaultCredentialPasswordValidator
 
validate(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapCredentialHandler
Validates the uid.
validate(String) - Method in class org.apache.jetspeed.security.spi.impl.SimpleCredentialPasswordValidator
 
validateDn(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Validate the domain name.
validatePassword(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Valiate the users password.
ValidatePasswordOnLoadInterceptor - Class in org.apache.jetspeed.security.spi.impl
Checks if a (pre)set password in the persitent store is valid according to the configured validator when loaded from the persistent store.
ValidatePasswordOnLoadInterceptor() - Constructor for class org.apache.jetspeed.security.spi.impl.ValidatePasswordOnLoadInterceptor
 
validateUid(String) - Method in class org.apache.jetspeed.security.spi.impl.ldap.AbstractLdapDao
Validate the uid.
validator - Variable in class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialProvider
 
value - Variable in class org.apache.jetspeed.security.om.impl.InternalCredentialImpl
 
verifyGroupAndRoleExist(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
verifyGroupId(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
Verify that the group uid is valid.
verifyGroupPrincipal(GroupPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapGroupSecurityHandler
Verify that the group principal is valid.
verifyRoleId(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
Verify that the group uid is valid.
verifyRolePrincipal(RolePrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapRoleSecurityHandler
Verify that the group principal is valid.
verifyUid(String) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
Verify the uid.
verifyUserAndGroupExist(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
verifyUserAndRoleExist(String, String) - Method in class org.apache.jetspeed.security.spi.impl.LdapSecurityMappingHandler
 
verifyUserPrincipal(UserPrincipal) - Method in class org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler
 

W

wrappedPolicies - Variable in class org.apache.jetspeed.security.SecurityPolicies
The list of wrapped policies.

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.