Uses of Interface
com.atlassian.user.repository.RepositoryIdentifier

Packages that use RepositoryIdentifier
com.atlassian.user   
com.atlassian.user.configuration   
com.atlassian.user.impl.cache   
com.atlassian.user.impl.delegation   
com.atlassian.user.impl.delegation.repository   
com.atlassian.user.impl.delegation.security.authentication   
com.atlassian.user.impl.hibernate   
com.atlassian.user.impl.hibernate.search.query   
com.atlassian.user.impl.ldap   
com.atlassian.user.impl.ldap.search.query   
com.atlassian.user.impl.ldap.security.authentication   
com.atlassian.user.impl.memory   
com.atlassian.user.impl.osuser   
com.atlassian.user.impl.osuser.security.authentication   
com.atlassian.user.repository   
com.atlassian.user.search.query   
com.atlassian.user.security.authentication   
 

Uses of RepositoryIdentifier in com.atlassian.user
 

Methods in com.atlassian.user that return RepositoryIdentifier
 RepositoryIdentifier EntityManager.getIdentifier()
           
 RepositoryIdentifier EntityManager.getRepository(Entity entity)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.configuration
 

Methods in com.atlassian.user.configuration that return RepositoryIdentifier
 RepositoryIdentifier RepositoryConfiguration.getIdentifier()
           
 RepositoryIdentifier RepositoryAccessor.getIdentifier()
           
 RepositoryIdentifier DefaultRepositoryConfiguration.getIdentifier()
           
 RepositoryIdentifier DefaultRepositoryAccessor.getIdentifier()
           
 RepositoryIdentifier DefaultDelegationAccessor.getIdentifier()
           
 

Methods in com.atlassian.user.configuration with parameters of type RepositoryIdentifier
 void DefaultRepositoryAccessor.setRepository(RepositoryIdentifier repository)
           
 

Constructors in com.atlassian.user.configuration with parameters of type RepositoryIdentifier
DefaultRepositoryConfiguration(RepositoryIdentifier identifier, RepositoryProcessor processor, java.util.Map components, java.util.Map componentClassNames)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.cache
 

Methods in com.atlassian.user.impl.cache that return RepositoryIdentifier
 RepositoryIdentifier EntityRepositoryCache.get(Entity entity)
          Returns the repository containing the entity if found in the case, or null if this entity is not in the cache.
 RepositoryIdentifier CachingUserManager.getIdentifier()
           
 RepositoryIdentifier CachingUserManager.getRepository(Entity entity)
           
 RepositoryIdentifier CachingGroupManager.getRepository(Entity entity)
           
 RepositoryIdentifier CachingGroupManager.getIdentifier()
           
 

Methods in com.atlassian.user.impl.cache with parameters of type RepositoryIdentifier
 void EntityRepositoryCache.put(Entity entity, RepositoryIdentifier repository)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.delegation
 

Methods in com.atlassian.user.impl.delegation that return RepositoryIdentifier
 RepositoryIdentifier DelegatingUserManager.getIdentifier()
           
 RepositoryIdentifier DelegatingUserManager.getRepository(Entity entity)
           
 RepositoryIdentifier DelegatingGroupManager.getIdentifier()
           
 RepositoryIdentifier DelegatingGroupManager.getRepository(Entity entity)
          Don't use for now.
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.delegation.repository
 

Classes in com.atlassian.user.impl.delegation.repository that implement RepositoryIdentifier
 class DelegatingRepository
           
 

Constructors in com.atlassian.user.impl.delegation.repository with parameters of type RepositoryIdentifier
DelegatingRepository(RepositoryIdentifier repo1, RepositoryIdentifier repo2)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.delegation.security.authentication
 

Methods in com.atlassian.user.impl.delegation.security.authentication that return RepositoryIdentifier
 RepositoryIdentifier DelegatingAuthenticator.getRepository()
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.hibernate
 

Methods in com.atlassian.user.impl.hibernate that return RepositoryIdentifier
 RepositoryIdentifier HibernateUserManager.getIdentifier()
           
 RepositoryIdentifier HibernateUserManager.getRepository(Entity entity)
           
 RepositoryIdentifier HibernateGroupManager.getIdentifier()
           
 RepositoryIdentifier HibernateGroupManager.getRepository(Entity entity)
           
 

Constructors in com.atlassian.user.impl.hibernate with parameters of type RepositoryIdentifier
HibernateUserManager(RepositoryIdentifier identifier, HibernateRepository repository, PasswordEncryptor passwordEncryptor)
           
HibernateGroupManager(RepositoryIdentifier identifier, HibernateRepository repository, UserManager userManager, ExternalEntityDAO externalEntityDao)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.hibernate.search.query
 

Constructors in com.atlassian.user.impl.hibernate.search.query with parameters of type RepositoryIdentifier
HibernateEntityQueryParser(RepositoryIdentifier identifier, HibernateRepository repository)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.ldap
 

Methods in com.atlassian.user.impl.ldap that return RepositoryIdentifier
 RepositoryIdentifier LDAPUserManagerReadOnly.getIdentifier()
           
 RepositoryIdentifier LDAPUserManagerReadOnly.getRepository(Entity entity)
           
 RepositoryIdentifier LDAPGroupManagerReadOnly.getIdentifier()
           
 RepositoryIdentifier LDAPGroupManagerReadOnly.getRepository(Entity entity)
           
 

Constructors in com.atlassian.user.impl.ldap with parameters of type RepositoryIdentifier
LDAPUserManagerReadOnly(RepositoryIdentifier repositoryIdentifier, LdapContextFactory repository, LdapSearchProperties searchProperties, LdapFilterFactory filterFactory)
           
LDAPGroupManagerReadOnly(RepositoryIdentifier repositoryIdentifier, LDAPGroupAdaptor groupAdaptor)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.ldap.search.query
 

Constructors in com.atlassian.user.impl.ldap.search.query with parameters of type RepositoryIdentifier
LDAPEntityQueryParser(LdapContextFactory repository, LDAPGroupAdaptor groupAdaptor, RepositoryIdentifier repositoryIdentifier, LDAPUserFactory userFactory, LdapSearchProperties searchProperties, LdapMembershipProperties membershipProperties, LdapFilterFactory filterFactory)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.ldap.security.authentication
 

Methods in com.atlassian.user.impl.ldap.security.authentication that return RepositoryIdentifier
 RepositoryIdentifier DefaultLDAPAuthenticator.getRepository()
          Gets the repository which the authenticator belongs to
 

Constructors in com.atlassian.user.impl.ldap.security.authentication with parameters of type RepositoryIdentifier
DefaultLDAPAuthenticator(RepositoryIdentifier repositoryIdentifier, LdapContextFactory contextFactory, LdapSearchProperties searchProperties, LdapConnectionProperties connectionProperties, LdapFilterFactory filterFactory)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.memory
 

Methods in com.atlassian.user.impl.memory that return RepositoryIdentifier
 RepositoryIdentifier MemoryUserManagerReadOnly.getIdentifier()
           
 RepositoryIdentifier MemoryUserManagerReadOnly.getRepository(Entity entity)
           
 RepositoryIdentifier MemoryUserManager.getIdentifier()
           
 RepositoryIdentifier MemoryUserManager.getRepository(Entity entity)
           
 RepositoryIdentifier MemoryGroupManagerReadOnly.getIdentifier()
           
 RepositoryIdentifier MemoryGroupManagerReadOnly.getRepository(Entity entity)
           
 RepositoryIdentifier MemoryGroupManager.getConfiguration()
           
 RepositoryIdentifier MemoryGroupManager.getIdentifier()
           
 RepositoryIdentifier MemoryGroupManager.getRepository(Entity entity)
           
 

Constructors in com.atlassian.user.impl.memory with parameters of type RepositoryIdentifier
MemoryUserManagerReadOnly(RepositoryIdentifier repository, MemoryProvider provider, PasswordEncryptor passwordEncryptor)
           
MemoryUserManager(RepositoryIdentifier repository, MemoryProvider provider, PasswordEncryptor passwordEncryptor)
           
MemoryGroupManagerReadOnly(RepositoryIdentifier config, MemoryProvider provider)
           
MemoryGroupManager(RepositoryIdentifier repository, MemoryProvider provider)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.osuser
 

Fields in com.atlassian.user.impl.osuser declared as RepositoryIdentifier
protected  RepositoryIdentifier OSUEntityManager.repository
           
 

Methods in com.atlassian.user.impl.osuser that return RepositoryIdentifier
 RepositoryIdentifier OSUUserManager.getRepository(Entity entity)
           
 RepositoryIdentifier OSUGroupManager.getIdentifier()
           
 RepositoryIdentifier OSUGroupManager.getRepository(Entity entity)
           
 RepositoryIdentifier OSUEntityManager.getConfiguration()
           
 RepositoryIdentifier OSUEntityManager.getIdentifier()
           
 

Constructors in com.atlassian.user.impl.osuser with parameters of type RepositoryIdentifier
OSUUserManager(RepositoryIdentifier repository, OSUAccessor accessor)
           
OSUGroupManager(RepositoryIdentifier repository, OSUAccessor accessor)
           
OSUEntityManager(RepositoryIdentifier repo)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.impl.osuser.security.authentication
 

Methods in com.atlassian.user.impl.osuser.security.authentication that return RepositoryIdentifier
 RepositoryIdentifier OSUListOfCredentialProvidersAuthenticator.getRepository()
           
 RepositoryIdentifier OSUAuthenticator.getRepository()
           
 

Constructors in com.atlassian.user.impl.osuser.security.authentication with parameters of type RepositoryIdentifier
OSUListOfCredentialProvidersAuthenticator(RepositoryIdentifier repository, java.util.List credentialProviders)
           
OSUAuthenticator(RepositoryIdentifier repository, com.opensymphony.user.provider.CredentialsProvider credentialsProvider)
           
OSUAuthenticator(RepositoryIdentifier repository, com.opensymphony.user.authenticator.Authenticator osuserAuthenticator)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.repository
 

Classes in com.atlassian.user.repository that implement RepositoryIdentifier
 class DefaultRepositoryIdentifier
          Default identifier class for a repository.
 

Uses of RepositoryIdentifier in com.atlassian.user.search.query
 

Fields in com.atlassian.user.search.query declared as RepositoryIdentifier
protected  RepositoryIdentifier DefaultEntityQueryParser.repository
           
 

Constructors in com.atlassian.user.search.query with parameters of type RepositoryIdentifier
DefaultEntityQueryParser(RepositoryIdentifier repo, UserManager userManager, GroupManager groupManager)
           
 

Uses of RepositoryIdentifier in com.atlassian.user.security.authentication
 

Methods in com.atlassian.user.security.authentication that return RepositoryIdentifier
 RepositoryIdentifier DefaultAuthenticator.getRepository()
           
 RepositoryIdentifier Authenticator.getRepository()
           
 



Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.