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

A

AbstractBooleanQuery - Class in com.atlassian.user.search.query
 
AbstractBooleanQuery(boolean) - Constructor for class com.atlassian.user.search.query.AbstractBooleanQuery
 
AbstractBooleanQuery(String) - Constructor for class com.atlassian.user.search.query.AbstractBooleanQuery
 
AbstractEntityQueryParser - Class in com.atlassian.user.search.query
 
AbstractEntityQueryParser() - Constructor for class com.atlassian.user.search.query.AbstractEntityQueryParser
 
AbstractLDAPGroupAdaptor - Class in com.atlassian.user.impl.ldap.adaptor
 
AbstractLDAPGroupAdaptor(LdapContextFactory, LdapSearchProperties, LDAPGroupFactory, LdapFilterFactory) - Constructor for class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
AbstractLDAPPager<T> - Class in com.atlassian.user.impl.ldap.search.page
 
AbstractLDAPPager(LdapSearchProperties, LdapContextFactory, LDAPPagerInfo) - Constructor for class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
AbstractLDAPPager() - Constructor for class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
AbstractPrefetchingPager<T> - Class in com.atlassian.user.search.page
 
AbstractPrefetchingPager() - Constructor for class com.atlassian.user.search.page.AbstractPrefetchingPager
 
AbstractSearchResult - Class in com.atlassian.user.search
Deprecated. since 2.1. This abstract class is not required.
AbstractSearchResult() - Constructor for class com.atlassian.user.search.AbstractSearchResult
Deprecated.  
AbstractSingleTermQuery - Class in com.atlassian.user.search.query
 
AbstractSingleTermQuery(String) - Constructor for class com.atlassian.user.search.query.AbstractSingleTermQuery
 
AbstractSingleTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.AbstractSingleTermQuery
 
ACCESSOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
addComponent(String, Object) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
addComponent(String, Object) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
addGroup(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
addMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Adds the user to the specified group.
addMembership(Group, User) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
addMembership(Group, User) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
addMembership(Group, User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
addMembership(Group, User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
addMembership(Group, User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
This might have been done at a higher level but it will generally be done at the provider level, for non-memory implementations.
addMembership(Group, User) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
addMembership(Group, User) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
addProvider(String, Properties) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
addProvider(String, Properties) - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
addRepositoryAccessor(RepositoryAccessor) - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
addRepositoryAccessor(RepositoryAccessor) - Method in interface com.atlassian.user.configuration.DelegationAccessor
Adds a RepositoryAccessor to the end of the delegation order.
addRepositoryKey(String) - Method in class com.atlassian.user.search.query.AllRepositoriesQueryContext
 
addRepositoryKey(String) - Method in class com.atlassian.user.search.query.DefaultQueryContext
 
addRepositoryKey(String) - Method in interface com.atlassian.user.search.query.QueryContext
 
addSearchTermToFilter(StringBuffer, String) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
Builds a LDAP getGroupEntries filter matching RFC-2254 by ANDing the getGroupEntries term.
addToResults(String, Pager) - Method in class com.atlassian.user.search.AbstractSearchResult
Deprecated.  
addToResults(String, Pager<T>) - Method in class com.atlassian.user.search.DefaultSearchResult
 
addUser(User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
ALL_REPOSITORIES - Static variable in interface com.atlassian.user.search.query.QueryContext
indicates that the Query Context should search in all delegated repositories.
AllRepositoriesQueryContext - Class in com.atlassian.user.search.query
Convenience class to construct when wanting a QueryContext which will query all contexts.
AllRepositoriesQueryContext() - Constructor for class com.atlassian.user.search.query.AllRepositoriesQueryContext
 
alterPassword(User, String) - Method in class com.atlassian.user.impl.cache.CachingUserManager
Encrypts the plain password, sets it on the user, and saves the user.
alterPassword(User, String) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
Encrypts the plain password, sets it on the user, and saves the user.
alterPassword(User, String) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
Encrypts the plain password, sets it on the user, and saves the user.
alterPassword(User, String) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
Encrypts the plain password, sets it on the user, and saves the user.
alterPassword(User, String) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
Encrypts the plain password, sets it on the user, and saves the user.
alterPassword(User, String) - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
alterPassword(User, String) - Method in interface com.atlassian.user.UserManager
Encrypts the plain password, sets it on the user, and saves the user.
AND - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
AND - Static variable in interface com.atlassian.user.search.query.BooleanQuery
 
anding - Variable in class com.atlassian.user.search.query.AbstractBooleanQuery
 
Assert - Class in com.atlassian.user.util
 
Assert() - Constructor for class com.atlassian.user.util.Assert
 
authenticate(String, String) - Method in class com.atlassian.user.impl.delegation.security.authentication.DelegatingAuthenticator
 
authenticate(String, String) - Method in class com.atlassian.user.impl.ldap.security.authentication.DefaultLDAPAuthenticator
Entering blank password will always fail, regardless of whether the underlying LDAP allows anonymous user connects.
authenticate(String, String) - Method in class com.atlassian.user.impl.osuser.security.authentication.OSUAuthenticator
 
authenticate(String, String) - Method in class com.atlassian.user.impl.osuser.security.authentication.OSUListOfCredentialProvidersAuthenticator
 
authenticate(String, String) - Method in interface com.atlassian.user.security.authentication.Authenticator
 
authenticate(String, String) - Method in class com.atlassian.user.security.authentication.DefaultAuthenticator
 
AUTHENTICATION - Static variable in interface com.atlassian.user.configuration.Configuration
 
AUTHENTICATOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
Authenticator - Interface in com.atlassian.user.security.authentication
Authenticator interface, add to whichever object should be capable of authenticating users.

B

Base64Encoder - Class in com.atlassian.user.util
Copied across from OSUser
Base64Encoder() - Constructor for class com.atlassian.user.util.Base64Encoder
 
BASE_CONTEXT - Static variable in interface com.atlassian.user.configuration.Configuration
 
BASE_GROUP_NAMESPACE - Static variable in interface com.atlassian.user.configuration.Configuration
 
BASE_GROUP_NAMESPACE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
BASE_USER_NAMESPACE - Static variable in interface com.atlassian.user.configuration.Configuration
 
BASE_USER_NAMESPACE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
BATCH_SIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
BATCH_SIZE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
BooleanQuery - Interface in com.atlassian.user.search.query
Allows for the booleanconjuction of Query objects with an AND or OR parameter.

C

CACHE - Static variable in interface com.atlassian.user.configuration.Configuration
 
Cache - Interface in com.atlassian.user.impl.cache
Deprecated. since 1.25, use Cache instead
CacheConfiguration - Interface in com.atlassian.user.configuration
 
CachedPropertySet - Class in com.atlassian.user.impl.cache.properties
CachedPropertySet provides a fast cache of properties read to and written from a decorated PropertySet.
CachedPropertySet() - Constructor for class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
CACHEFACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
cacheFactory - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
CacheFactoryAware - Interface in com.atlassian.user.cache
 
CacheManager - Interface in com.atlassian.user.impl.cache
Deprecated. since 1.25, use CacheManager or CacheFactory instead
CachingExternalEntityDAO - Class in com.atlassian.user.impl.hibernate
 
CachingExternalEntityDAO(SessionFactory, CacheFactory) - Constructor for class com.atlassian.user.impl.hibernate.CachingExternalEntityDAO
 
CachingGroupManager - Class in com.atlassian.user.impl.cache
Uses a generic caching strategy to provide caching for any implementation of GroupManager.
CachingGroupManager(GroupManager, CacheFactory) - Constructor for class com.atlassian.user.impl.cache.CachingGroupManager
 
CachingPropertySetFactory - Class in com.atlassian.user.impl.cache.properties
A PropertySetFactory that wraps another PropertySetFactory and maintains a cache of its PropertySets.
CachingPropertySetFactory(PropertySetFactory, CacheFactory) - Constructor for class com.atlassian.user.impl.cache.properties.CachingPropertySetFactory
 
CachingUserManager - Class in com.atlassian.user.impl.cache
 
CachingUserManager(UserManager, CacheFactory) - Constructor for class com.atlassian.user.impl.cache.CachingUserManager
 
characters(char[], int, int) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationHandler
 
CLASS - Static variable in interface com.atlassian.user.configuration.Configuration
 
CLASSES - Static variable in interface com.atlassian.user.configuration.Configuration
 
ClassLoaderUtils - Class in com.atlassian.user.util
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtils() - Constructor for class com.atlassian.user.util.ClassLoaderUtils
 
CLOSE_PARAN - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
closed - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
com.atlassian.user - package com.atlassian.user
 
com.atlassian.user.cache - package com.atlassian.user.cache
 
com.atlassian.user.configuration - package com.atlassian.user.configuration
 
com.atlassian.user.configuration.util - package com.atlassian.user.configuration.util
 
com.atlassian.user.configuration.xml - package com.atlassian.user.configuration.xml
 
com.atlassian.user.impl - package com.atlassian.user.impl
 
com.atlassian.user.impl.cache - package com.atlassian.user.impl.cache
 
com.atlassian.user.impl.cache.properties - package com.atlassian.user.impl.cache.properties
 
com.atlassian.user.impl.delegation - package com.atlassian.user.impl.delegation
 
com.atlassian.user.impl.delegation.properties - package com.atlassian.user.impl.delegation.properties
 
com.atlassian.user.impl.delegation.repository - package com.atlassian.user.impl.delegation.repository
 
com.atlassian.user.impl.delegation.search.query - package com.atlassian.user.impl.delegation.search.query
 
com.atlassian.user.impl.delegation.security.authentication - package com.atlassian.user.impl.delegation.security.authentication
 
com.atlassian.user.impl.hibernate - package com.atlassian.user.impl.hibernate
 
com.atlassian.user.impl.hibernate.configuration - package com.atlassian.user.impl.hibernate.configuration
 
com.atlassian.user.impl.hibernate.properties - package com.atlassian.user.impl.hibernate.properties
 
com.atlassian.user.impl.hibernate.repository - package com.atlassian.user.impl.hibernate.repository
 
com.atlassian.user.impl.hibernate.search.query - package com.atlassian.user.impl.hibernate.search.query
 
com.atlassian.user.impl.ldap - package com.atlassian.user.impl.ldap
 
com.atlassian.user.impl.ldap.adaptor - package com.atlassian.user.impl.ldap.adaptor
 
com.atlassian.user.impl.ldap.configuration - package com.atlassian.user.impl.ldap.configuration
 
com.atlassian.user.impl.ldap.properties - package com.atlassian.user.impl.ldap.properties
 
com.atlassian.user.impl.ldap.properties.factory - package com.atlassian.user.impl.ldap.properties.factory
 
com.atlassian.user.impl.ldap.repository - package com.atlassian.user.impl.ldap.repository
 
com.atlassian.user.impl.ldap.search - package com.atlassian.user.impl.ldap.search
 
com.atlassian.user.impl.ldap.search.page - package com.atlassian.user.impl.ldap.search.page
 
com.atlassian.user.impl.ldap.search.query - package com.atlassian.user.impl.ldap.search.query
 
com.atlassian.user.impl.ldap.security.authentication - package com.atlassian.user.impl.ldap.security.authentication
 
com.atlassian.user.impl.memory - package com.atlassian.user.impl.memory
 
com.atlassian.user.impl.memory.configuration - package com.atlassian.user.impl.memory.configuration
 
com.atlassian.user.impl.memory.properties - package com.atlassian.user.impl.memory.properties
 
com.atlassian.user.impl.memory.provider - package com.atlassian.user.impl.memory.provider
 
com.atlassian.user.impl.osuser - package com.atlassian.user.impl.osuser
 
com.atlassian.user.impl.osuser.config.xml - package com.atlassian.user.impl.osuser.config.xml
 
com.atlassian.user.impl.osuser.configuration - package com.atlassian.user.impl.osuser.configuration
 
com.atlassian.user.impl.osuser.properties - package com.atlassian.user.impl.osuser.properties
 
com.atlassian.user.impl.osuser.security.authentication - package com.atlassian.user.impl.osuser.security.authentication
 
com.atlassian.user.impl.osuser.security.password - package com.atlassian.user.impl.osuser.security.password
 
com.atlassian.user.properties - package com.atlassian.user.properties
 
com.atlassian.user.repository - package com.atlassian.user.repository
 
com.atlassian.user.search - package com.atlassian.user.search
 
com.atlassian.user.search.page - package com.atlassian.user.search.page
 
com.atlassian.user.search.query - package com.atlassian.user.search.query
 
com.atlassian.user.search.query.match - package com.atlassian.user.search.query.match
 
com.atlassian.user.security.authentication - package com.atlassian.user.security.authentication
 
com.atlassian.user.security.password - package com.atlassian.user.security.password
 
com.atlassian.user.util - package com.atlassian.user.util
 
com.atlassian.user.util.migration - package com.atlassian.user.util.migration
 
compare(Entity, Entity) - Method in class com.atlassian.user.search.EntityNameAlphaComparator
 
Configuration - Interface in com.atlassian.user.configuration
Top level interface representing the Configuration between a client and Atlassian User.
ConfigurationException - Exception in com.atlassian.user.configuration
 
ConfigurationException() - Constructor for exception com.atlassian.user.configuration.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.atlassian.user.configuration.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception com.atlassian.user.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception com.atlassian.user.configuration.ConfigurationException
 
configure() - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
configure() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
configureFromXMLString(String) - Static method in class com.atlassian.user.configuration.xml.XMLConfiguration
 
configureRepository(RepositoryConfiguration) - Method in class com.atlassian.user.configuration.xml.XMLConfiguration
 
CONNECT_TIMEOUT - Static variable in interface com.atlassian.user.configuration.Configuration
 
constructGroupSearchFilter(String) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
constructGroupSearchFilter(String, Filter) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
ContainsIgnoreCaseMatcher - Class in com.atlassian.user.search.query.match
Matches if StringUtils.contains(java.lang.String, char) returns true for the two arguments after they have been converted to lower case.
ContainsIgnoreCaseMatcher() - Constructor for class com.atlassian.user.search.query.match.ContainsIgnoreCaseMatcher
 
copy(InputStream, OutputStream) - Static method in class com.atlassian.user.util.FileUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class com.atlassian.user.util.FileUtils
Copy bytes from an InputStream to an OutputStream.
copyFile(File, File) - Static method in class com.atlassian.user.util.FileUtils
Copy file from source to destination.
copyIntoTemporaryFile(String, String) - Static method in class com.atlassian.user.util.FileUtils
creates a temp file with a given filename from an input stream in the classpath or a file in the filesystem
count(Pager) - Static method in class com.atlassian.user.search.page.PagerUtils
 
createBean(String, RepositoryConfiguration) - Method in class com.atlassian.user.configuration.DefaultRepositoryProcessor
 
createBean(String, RepositoryConfiguration, boolean) - Method in class com.atlassian.user.configuration.DefaultRepositoryProcessor
 
createComponentContext(RepositoryConfiguration) - Method in class com.atlassian.user.configuration.DefaultRepositoryProcessor
Create a Spring bean factory containing the components in the provided map.
created - Variable in class com.atlassian.user.impl.DefaultEntity
 
createExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.CachingExternalEntityDAO
 
createExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
createExternalEntity(String) - Method in interface com.atlassian.user.impl.hibernate.ExternalEntityDAO
 
createGroup(String) - Method in interface com.atlassian.user.GroupManager
Create a new group with the specified name.
createGroup(String) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
createGroup(String) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
createGroup(String) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
createGroup(String) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
createGroup(String) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
createGroup(String) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
createInstance(Properties) - Method in class com.atlassian.user.impl.ldap.properties.factory.LdapConnectionPropertiesFactory
 
createInstance(Properties) - Method in class com.atlassian.user.impl.ldap.properties.factory.LdapMembershipPropertiesFactory
 
createInstance(Properties) - Method in class com.atlassian.user.impl.ldap.properties.factory.LdapSearchPropertiesFactory
 
createSearchControls(String[], boolean, int) - Static method in class com.atlassian.user.util.LDAPUtils
 
createUser(String) - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
createUser(String) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
createUser(String) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
createUser(String) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
createUser(String) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
createUser(String) - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
createUser(String) - Method in interface com.atlassian.user.UserManager
Creates a new user with the username provided.
currentPager - Variable in class com.atlassian.user.search.page.MergedListPager
 

D

DEBUG - Static variable in interface com.atlassian.user.configuration.Configuration
 
decode(byte[]) - Static method in class com.atlassian.user.util.Base64Encoder
 
decode(byte[], int, byte, byte, byte, byte) - Static method in class com.atlassian.user.util.Base64Encoder
 
DEFAULT - Static variable in interface com.atlassian.user.configuration.Configuration
 
DEFAULT_AUTHENTICATION - Static variable in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DEFAULT_BATCH_SIZE - Static variable in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DEFAULT_LDAP_PORT - Static variable in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DEFAULT_READ_TIMEOUT_MILLIS - Static variable in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DefaultAuthenticator - Class in com.atlassian.user.security.authentication
 
DefaultAuthenticator(UserManager, PasswordEncryptor) - Constructor for class com.atlassian.user.security.authentication.DefaultAuthenticator
 
DefaultCacheConfiguration - Class in com.atlassian.user.configuration
 
DefaultCacheConfiguration(Map) - Constructor for class com.atlassian.user.configuration.DefaultCacheConfiguration
 
DefaultDelegationAccessor - Class in com.atlassian.user.configuration
 
DefaultDelegationAccessor() - Constructor for class com.atlassian.user.configuration.DefaultDelegationAccessor
 
DefaultDelegationAccessor(List<RepositoryAccessor>) - Constructor for class com.atlassian.user.configuration.DefaultDelegationAccessor
 
DefaultEntity - Class in com.atlassian.user.impl
 
DefaultEntity() - Constructor for class com.atlassian.user.impl.DefaultEntity
 
DefaultEntity(String) - Constructor for class com.atlassian.user.impl.DefaultEntity
 
DefaultEntity(String, long, Date) - Constructor for class com.atlassian.user.impl.DefaultEntity
 
DefaultEntityQueryParser - Class in com.atlassian.user.search.query
 
DefaultEntityQueryParser(RepositoryIdentifier, UserManager, GroupManager) - Constructor for class com.atlassian.user.search.query.DefaultEntityQueryParser
 
DefaultExternalEntityDAO - Class in com.atlassian.user.impl.hibernate
 
DefaultExternalEntityDAO(SessionFactory) - Constructor for class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
DefaultGroup - Class in com.atlassian.user.impl
 
DefaultGroup() - Constructor for class com.atlassian.user.impl.DefaultGroup
 
DefaultGroup(String) - Constructor for class com.atlassian.user.impl.DefaultGroup
 
DefaultHibernateExternalEntity - Class in com.atlassian.user.impl.hibernate
 
DefaultHibernateExternalEntity() - Constructor for class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
DefaultHibernateGroup - Class in com.atlassian.user.impl.hibernate
A hibernate implementation of a group.
DefaultHibernateGroup() - Constructor for class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
DefaultHibernateGroup(String) - Constructor for class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
DefaultHibernateRepository - Class in com.atlassian.user.impl.hibernate.repository
 
DefaultHibernateRepository(HibernateConfigurationProvider, SessionFactory) - Constructor for class com.atlassian.user.impl.hibernate.repository.DefaultHibernateRepository
 
DefaultHibernateUser - Class in com.atlassian.user.impl.hibernate
A hibernate implementation of a user.
DefaultHibernateUser() - Constructor for class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
DefaultHibernateUser(String) - Constructor for class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
DefaultLDAPAuthenticator - Class in com.atlassian.user.impl.ldap.security.authentication
 
DefaultLDAPAuthenticator(RepositoryIdentifier, LdapContextFactory, LdapSearchProperties, LdapConnectionProperties, LdapFilterFactory) - Constructor for class com.atlassian.user.impl.ldap.security.authentication.DefaultLDAPAuthenticator
 
DefaultLdapConnectionProperties - Class in com.atlassian.user.impl.ldap.properties
 
DefaultLdapConnectionProperties() - Constructor for class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
DefaultLdapContextFactory - Class in com.atlassian.user.impl.ldap.repository
 
DefaultLdapContextFactory(LdapConnectionProperties) - Constructor for class com.atlassian.user.impl.ldap.repository.DefaultLdapContextFactory
 
DefaultLdapFilterFactory - Class in com.atlassian.user.impl.ldap.search
 
DefaultLdapFilterFactory(LdapSearchProperties) - Constructor for class com.atlassian.user.impl.ldap.search.DefaultLdapFilterFactory
 
DefaultLDAPGroup - Class in com.atlassian.user.impl.ldap
 
DefaultLDAPGroup(String, String) - Constructor for class com.atlassian.user.impl.ldap.DefaultLDAPGroup
 
DefaultLDAPGroupFactory - Class in com.atlassian.user.impl.ldap
 
DefaultLDAPGroupFactory(LdapSearchProperties, LdapMembershipProperties) - Constructor for class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
DefaultLdapMembershipProperties - Class in com.atlassian.user.impl.ldap.properties
 
DefaultLdapMembershipProperties() - Constructor for class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
DefaultLdapSearchProperties - Class in com.atlassian.user.impl.ldap.properties
 
DefaultLdapSearchProperties() - Constructor for class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
DefaultLDAPUser - Class in com.atlassian.user.impl.ldap
 
DefaultLDAPUser(String, String) - Constructor for class com.atlassian.user.impl.ldap.DefaultLDAPUser
 
DefaultLDAPUserAdaptor - Class in com.atlassian.user.impl.ldap.search
 
DefaultLDAPUserAdaptor(LdapContextFactory, LdapSearchProperties, LdapFilterFactory) - Constructor for class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
DefaultLDAPUserFactory - Class in com.atlassian.user.impl.ldap
 
DefaultLDAPUserFactory(LdapSearchProperties) - Constructor for class com.atlassian.user.impl.ldap.DefaultLDAPUserFactory
 
DefaultOSUAccessor - Class in com.atlassian.user.impl.osuser
UserManager.OSUAccessor is a gateway that can be passed from the UserManager to any other object that allows priveleged callbacks.
DefaultOSUAccessor() - Constructor for class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
DefaultOSUAccessor(AccessProvider, CredentialsProvider, ProfileProvider) - Constructor for class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
DefaultOSUConfigurationHandler - Class in com.atlassian.user.impl.osuser.config.xml
Used to parse osuser.xml files.
DefaultOSUConfigurationHandler(DefaultOSUConfigurationLoader) - Constructor for class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationHandler
 
DefaultOSUConfigurationLoader - Class in com.atlassian.user.impl.osuser.config.xml
 
DefaultOSUConfigurationLoader() - Constructor for class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
DefaultPager<T> - Class in com.atlassian.user.search.page
 
DefaultPager() - Constructor for class com.atlassian.user.search.page.DefaultPager
Deprecated. since 2.0.3. Use the generic-friendly emptyPager() method
DefaultPager(Collection<T>) - Constructor for class com.atlassian.user.search.page.DefaultPager
 
DefaultQueryContext - Class in com.atlassian.user.search.query
 
DefaultQueryContext() - Constructor for class com.atlassian.user.search.query.DefaultQueryContext
 
DefaultRepositoryAccessor - Class in com.atlassian.user.configuration
 
DefaultRepositoryAccessor() - Constructor for class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
DefaultRepositoryConfiguration - Class in com.atlassian.user.configuration
 
DefaultRepositoryConfiguration(RepositoryIdentifier, RepositoryProcessor, Map<String, String>, Map) - Constructor for class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
DefaultRepositoryIdentifier - Class in com.atlassian.user.repository
Default identifier class for a repository.
DefaultRepositoryIdentifier(String, String) - Constructor for class com.atlassian.user.repository.DefaultRepositoryIdentifier
Create a repository with the specified key.
DefaultRepositoryProcessor - Class in com.atlassian.user.configuration
 
DefaultRepositoryProcessor() - Constructor for class com.atlassian.user.configuration.DefaultRepositoryProcessor
 
DEFAULTS_FILE_NAME - Static variable in class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
DefaultSearchResult<T> - Class in com.atlassian.user.search
 
DefaultSearchResult() - Constructor for class com.atlassian.user.search.DefaultSearchResult
 
DefaultSearchResult(Pager<T>, String) - Constructor for class com.atlassian.user.search.DefaultSearchResult
 
DefaultUser - Class in com.atlassian.user.impl
 
DefaultUser() - Constructor for class com.atlassian.user.impl.DefaultUser
 
DefaultUser(String) - Constructor for class com.atlassian.user.impl.DefaultUser
 
DELEGATING - Static variable in class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
DelegatingAuthenticator - Class in com.atlassian.user.impl.delegation.security.authentication
 
DelegatingAuthenticator(UserManager, List<Authenticator>) - Constructor for class com.atlassian.user.impl.delegation.security.authentication.DelegatingAuthenticator
 
DelegatingEntityQueryParser - Class in com.atlassian.user.impl.delegation.search.query
 
DelegatingEntityQueryParser(List) - Constructor for class com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
 
DelegatingGroupManager - Class in com.atlassian.user.impl.delegation
 
DelegatingGroupManager(List<GroupManager>) - Constructor for class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
DelegatingListGroupManager - Class in com.atlassian.user.impl.delegation
Deprecated. since 2.27 use DelegatingGroupManager
DelegatingListGroupManager(List) - Constructor for class com.atlassian.user.impl.delegation.DelegatingListGroupManager
Deprecated.  
DelegatingListUserManager - Class in com.atlassian.user.impl.delegation
Deprecated. since 1.27 use DelegatingUserManager
DelegatingListUserManager(List<UserManager>) - Constructor for class com.atlassian.user.impl.delegation.DelegatingListUserManager
Deprecated.  
DelegatingPropertySetFactory - Class in com.atlassian.user.impl.delegation.properties
A propertyset factory implementation which delegates out to a number of propertyset factories
DelegatingPropertySetFactory(List<PropertySetFactory>) - Constructor for class com.atlassian.user.impl.delegation.properties.DelegatingPropertySetFactory
 
DelegatingRepository - Class in com.atlassian.user.impl.delegation.repository
 
DelegatingRepository(List<RepositoryIdentifier>) - Constructor for class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
DelegatingUserManager - Class in com.atlassian.user.impl.delegation
 
DelegatingUserManager(List<UserManager>) - Constructor for class com.atlassian.user.impl.delegation.DelegatingUserManager
 
DELEGATION - Static variable in interface com.atlassian.user.configuration.Configuration
 
DelegationAccessor - Interface in com.atlassian.user.configuration
Given to an application to access the delegation of repositories.
delegationAccessor - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
deleteDir(File) - Static method in class com.atlassian.user.util.FileUtils
safely performs a recursive delete on a directory
deleteFilesBeginningWith(String, String) - Static method in class com.atlassian.user.util.FileUtils
 
DESCRIPTION - Static variable in interface com.atlassian.user.configuration.Configuration
 
digest(byte[]) - Static method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
doFinal(byte[], int) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
DuplicateEntityException - Exception in com.atlassian.user.impl
 
DuplicateEntityException() - Constructor for exception com.atlassian.user.impl.DuplicateEntityException
 
DuplicateEntityException(String) - Constructor for exception com.atlassian.user.impl.DuplicateEntityException
 
DuplicateEntityException(Throwable) - Constructor for exception com.atlassian.user.impl.DuplicateEntityException
 
DuplicateEntityException(String, Throwable) - Constructor for exception com.atlassian.user.impl.DuplicateEntityException
 

E

email - Variable in class com.atlassian.user.impl.DefaultUser
 
EMAIL_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
EMAIL_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
emailMethod - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
EmailTermQuery - Class in com.atlassian.user.search.query
 
EmailTermQuery(String) - Constructor for class com.atlassian.user.search.query.EmailTermQuery
 
EmailTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.EmailTermQuery
 
EMPTY_PAGER - Static variable in interface com.atlassian.user.search.page.Pager
 
EMPTY_PAGER - Static variable in class com.atlassian.user.search.page.PagerUtils
 
emptyPager() - Static method in class com.atlassian.user.search.page.DefaultPager
 
encode() - Method in class com.atlassian.user.impl.ldap.LiteralFilter
 
encode(StringBuffer) - Method in class com.atlassian.user.impl.ldap.LiteralFilter
 
encode(byte[]) - Static method in class com.atlassian.user.util.Base64Encoder
 
encrypt(String) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
encrypt(String) - Method in interface com.atlassian.user.security.password.PasswordEncryptor
 
endElement(String, String, String) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationHandler
 
EndsWithIgnoreCaseMatcher - Class in com.atlassian.user.search.query.match
Matches if content.endsWith(searchTerm) returns true after the arguments have been converted to lower case.
EndsWithIgnoreCaseMatcher() - Constructor for class com.atlassian.user.search.query.match.EndsWithIgnoreCaseMatcher
 
Entity - Interface in com.atlassian.user
 
entity - Variable in class com.atlassian.user.impl.osuser.OSUEntity
 
ENTITY_QUERY_PARSER - Static variable in interface com.atlassian.user.configuration.Configuration
 
EntityAuthenticationException - Exception in com.atlassian.user.security.authentication
 
EntityAuthenticationException() - Constructor for exception com.atlassian.user.security.authentication.EntityAuthenticationException
 
EntityAuthenticationException(String) - Constructor for exception com.atlassian.user.security.authentication.EntityAuthenticationException
 
EntityAuthenticationException(Throwable) - Constructor for exception com.atlassian.user.security.authentication.EntityAuthenticationException
 
EntityAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.user.security.authentication.EntityAuthenticationException
 
EntityException - Exception in com.atlassian.user
All checked exceptions eventuating from Atlassian User should extend this one.
EntityException() - Constructor for exception com.atlassian.user.EntityException
 
EntityException(String) - Constructor for exception com.atlassian.user.EntityException
 
EntityException(Throwable) - Constructor for exception com.atlassian.user.EntityException
 
EntityException(String, Throwable) - Constructor for exception com.atlassian.user.EntityException
 
entityFactory - Variable in class com.atlassian.user.impl.ldap.search.page.LDAPEntityPager
 
ENTITYID_FIELD - Static variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
ENTITYID_FIELD - Static variable in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
EntityManager - Interface in com.atlassian.user
 
EntityMigrator - Interface in com.atlassian.user.util.migration
 
EntityMissingException - Exception in com.atlassian.user.impl
 
EntityMissingException() - Constructor for exception com.atlassian.user.impl.EntityMissingException
 
EntityMissingException(String) - Constructor for exception com.atlassian.user.impl.EntityMissingException
 
EntityMissingException(Throwable) - Constructor for exception com.atlassian.user.impl.EntityMissingException
 
EntityMissingException(String, Throwable) - Constructor for exception com.atlassian.user.impl.EntityMissingException
 
EntityNameAlphaComparator - Class in com.atlassian.user.search
Compares two Entity objects using their Entity.getName() methods and a collator (which can be provided to the constructor).
EntityNameAlphaComparator(Collator) - Constructor for class com.atlassian.user.search.EntityNameAlphaComparator
 
EntityNameAlphaComparator() - Constructor for class com.atlassian.user.search.EntityNameAlphaComparator
 
entityNameMethod - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
EntityQueryException - Exception in com.atlassian.user.search.query
 
EntityQueryException() - Constructor for exception com.atlassian.user.search.query.EntityQueryException
 
EntityQueryException(String) - Constructor for exception com.atlassian.user.search.query.EntityQueryException
 
EntityQueryException(Throwable) - Constructor for exception com.atlassian.user.search.query.EntityQueryException
 
EntityQueryException(String, Throwable) - Constructor for exception com.atlassian.user.search.query.EntityQueryException
 
EntityQueryParser - Interface in com.atlassian.user.search.query
Implementations can currently only support one boolean condition
entityRepositoryCache - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
EntityRepositoryCache - Class in com.atlassian.user.impl.cache
The repository cache is a cache where the key is the entity name as a String and the value is the RepositoryIdentifier which contains the entity.
EntityRepositoryCache(CacheFactory, String) - Constructor for class com.atlassian.user.impl.cache.EntityRepositoryCache
 
EntityValidationException - Exception in com.atlassian.user.impl
 
EntityValidationException() - Constructor for exception com.atlassian.user.impl.EntityValidationException
 
EntityValidationException(String) - Constructor for exception com.atlassian.user.impl.EntityValidationException
 
EntityValidationException(Throwable) - Constructor for exception com.atlassian.user.impl.EntityValidationException
 
EntityValidationException(String, Throwable) - Constructor for exception com.atlassian.user.impl.EntityValidationException
 
enume - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
EnumerationAdaptor<T> - Class in com.atlassian.user.util
Wraps an enumeration with an iterator interface
EnumerationAdaptor(Enumeration<T>) - Constructor for class com.atlassian.user.util.EnumerationAdaptor
 
EQ - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
equals(Object) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
equals(Object) - Method in class com.atlassian.user.impl.DefaultEntity
 
equals(Object) - Method in class com.atlassian.user.impl.DefaultUser
 
equals(Object) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
equals(Object) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
equals(Object) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
equals(Object) - Method in class com.atlassian.user.impl.osuser.OSUEntity
 
equals(Object) - Method in class com.atlassian.user.repository.DefaultRepositoryIdentifier
Compares this repository with another repository, using the keys of both.
EqualsIgnoreCaseMatcher - Class in com.atlassian.user.search.query.match
Matches if StringUtils.equalsIgnoreCase(String, String) returns true for the arguments, and content is neither null nor an empty string ("").
EqualsIgnoreCaseMatcher() - Constructor for class com.atlassian.user.search.query.match.EqualsIgnoreCaseMatcher
 
ESCAPEDCOMMA - Static variable in class com.atlassian.user.search.page.PagerUtils
 
exists(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
EXTERNAL_ENTITY - Static variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
EXTERNAL_ENTITY_DAO - Static variable in interface com.atlassian.user.configuration.Configuration
 
EXTERNAL_ENTITY_NAME_FIELD - Static variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
EXTERNAL_ENTITY_PREFIX - Static variable in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
Deprecated. since 1.29
EXTERNAL_ENTITY_TYPE - Static variable in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
EXTERNAL_REPOSITORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
ExternalEntitiesInGroupTwoTermQuery - Class in com.atlassian.user.search.query
Runs a search for names of external members of a group.
ExternalEntitiesInGroupTwoTermQuery(UserNameTermQuery) - Constructor for class com.atlassian.user.search.query.ExternalEntitiesInGroupTwoTermQuery
 
ExternalEntitiesInGroupTwoTermQuery(GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.ExternalEntitiesInGroupTwoTermQuery
 
ExternalEntitiesInGroupTwoTermQuery(UserNameTermQuery, GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.ExternalEntitiesInGroupTwoTermQuery
Defaults anding to true
ExternalEntity - Interface in com.atlassian.user
An entry representing an external user or group.
ExternalEntityDAO - Interface in com.atlassian.user.impl.hibernate
 
externalEntityDao - Variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
externalEntityDAO - Variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
ExternalEntityNameTermQuery - Class in com.atlassian.user.search.query
 
ExternalEntityNameTermQuery(String) - Constructor for class com.atlassian.user.search.query.ExternalEntityNameTermQuery
 
ExternalEntityNameTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.ExternalEntityNameTermQuery
 
extractSearchResultName(String) - Static method in class com.atlassian.user.search.page.PagerUtils
Deprecated. This method will only get the first element of the DN which wont necessarily be username. To get the username from a DN you should look the record up for the DN and query the username attribute.

F

fetch(Object, List<T>) - Method in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
fetch(Object, List<T>) - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
fileName - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
FileUtils - Class in com.atlassian.user.util
 
FileUtils() - Constructor for class com.atlassian.user.util.FileUtils
 
find(Query) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
findAllUserGroups(Map) - Method in class com.atlassian.user.util.migration.OSUserDao
Builds a map that contains the mapping between a username and a list of the group names this user belongs to.
findGroups(Query) - Method in class com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
Generates a SearchResult object for each RepositoryIdentifier the entityQueryParser can search.
findGroups(Query, QueryContext) - Method in class com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
 
findGroups(Query) - Method in class com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
 
findGroups(Query, QueryContext) - Method in class com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
 
findGroups(Query) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
findGroups(Query, QueryContext) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
findGroups(Query) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
findGroups(Query, QueryContext) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
findGroups(Query) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Generates a SearchResult object holding results for each RepositoryIdentifier the the entityQueryParser can access..
findGroups(Query, QueryContext) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Generates a SearchResult object holding results for each RepositoryIdentifier the entityQueryParser has been instructed, via a QueryContext to search.
findMemberNames(Group) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
findMemberNames(Group) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
findMemberNames(Group) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
findMembers(Group) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
findMembers(Group) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
findMembers(Group) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
findUsers(Query) - Method in class com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
Generates a SearchResult object for each RepositoryIdentifier the entityQueryParser can search.
findUsers(Query, QueryContext) - Method in class com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
 
findUsers(Query) - Method in class com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
 
findUsers(Query, QueryContext) - Method in class com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
 
findUsers(Query) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
findUsers(Query, QueryContext) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
findUsers(Query) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
findUsers(Query, QueryContext) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
findUsers(Query) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Generates a SearchResult object holding results for each RepositoryIdentifier the the entityQueryParser can access..
findUsers(Query, QueryContext) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Generates a SearchResult object holding results for each RepositoryIdentifier the entityQueryParser has been instructed, via a QueryContext to search.
finish() - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
FIRSTNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
FIRSTNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
flushCaches() - Method in interface com.atlassian.user.impl.cache.CacheManager
Deprecated. Flush the contents of all caches registered with the cache manager
fullName - Variable in class com.atlassian.user.impl.DefaultUser
 
fullnameMethod - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
FullNameTermQuery - Class in com.atlassian.user.search.query
 
FullNameTermQuery(String) - Constructor for class com.atlassian.user.search.query.FullNameTermQuery
 
FullNameTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.FullNameTermQuery
 

G

GenericCacheWrapper<K,V> - Class in com.atlassian.user.util
Cheat to allow us to treat caches as if they have been genericised.
GenericCacheWrapper(Cache) - Constructor for class com.atlassian.user.util.GenericCacheWrapper
 
get(Object) - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. Retrieve an object from this cache.
get(Entity) - Method in class com.atlassian.user.impl.cache.EntityRepositoryCache
Returns the repository containing the entity if found in the case, or null if this entity is not in the cache.
get(String) - Method in class com.atlassian.user.impl.cache.GroupCache
 
get(User) - Method in class com.atlassian.user.impl.cache.GroupsForUserCache
 
get(User, Group) - Method in class com.atlassian.user.impl.cache.MembershipCache
 
get(K) - Method in class com.atlassian.user.util.GenericCacheWrapper
 
getAccessor() - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
getAccessProvider() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getAccessProvider(String) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
Return appropriate AccessProvider for entity.
getAccessProvider() - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
getAccessProvider() - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
getAllGroupsForUser(User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getApplicationKey() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getAsActualType(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getAuthenticationJndiEnvironment(String, String) - Method in class com.atlassian.user.impl.ldap.repository.DefaultLdapContextFactory
 
getAuthenticationJndiEnvironment(String, String) - Method in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
Returns a JNDI environment suitable for passing to InitialDirContext#InitialContext(Hashtable).
getAuthenticator() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getAuthenticator() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getAuthenticator() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getAuthenticators() - Method in class com.atlassian.user.impl.delegation.security.authentication.DelegatingAuthenticator
 
getBaseGroupNamespace() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getBaseGroupNamespace() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getBaseSearchContext() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
getBaseUserNamespace() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getBaseUserNamespace() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getBoolean(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getCache(String) - Method in interface com.atlassian.user.impl.cache.CacheManager
Deprecated. Retrieve the cache with a particular name
getCacheConfiguration() - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getCacheConfiguration() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns the cache configuration for this repository.
getClassForName(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryProcessor
Gets the specified class using ClassLoaderUtils.loadClass(String,Class).
getComponent(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns the component specified by the name, or null if the component does not exist.
getComponentClassName(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getComponentClassName(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
getComponentNames() - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getComponentNames() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
getConfiguration() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getConfiguration() - Method in class com.atlassian.user.impl.osuser.OSUEntityManager
 
getConnectionPoolProperties() - Static method in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
getConnectionProperties() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getConnectTimeoutMillis() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getConnectTimeoutMillis() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getContextFactory() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getCorrespondingExternalEntity(User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getCreated() - Method in class com.atlassian.user.impl.DefaultEntity
 
getCredentialProviders() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getCredentialProviders() - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
getCredentialsProvider() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getCredentialsProvider(String) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
Return appropriate CredentialsProvider for entity.
getCredentialsProvider() - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
getCredentialsProvider() - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
getCurrentPage() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
getCurrentPage() - Method in class com.atlassian.user.search.page.DefaultPager
 
getCurrentPage() - Method in class com.atlassian.user.search.page.MergedListPager
returns a list of results (up to the limit defined in PRELOAD_LIMIT).
if there is insufficient preloaded results in the first pager, it will go to the next pager and so on, until the preload limit is reached or all pagers have been checked.
getCurrentPage() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
getCurrentPage() - Method in interface com.atlassian.user.search.page.Pager
 
getData(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getDate(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getDefaultClassesConfigForKey(String) - Method in class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
getDefaultParameterConfigForKey(String) - Method in class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
getDelegationAccessor() - Method in interface com.atlassian.user.configuration.Configuration
 
getDelegationAccessor() - Method in class com.atlassian.user.configuration.xml.XMLConfiguration
 
getDescription() - Method in class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
getDigestSize() - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
getDistinguishedName() - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroup
 
getDistinguishedName() - Method in class com.atlassian.user.impl.ldap.DefaultLDAPUser
 
getDistinguishedName() - Method in interface com.atlassian.user.impl.ldap.LDAPEntity
 
getDouble(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getEmail() - Method in class com.atlassian.user.impl.DefaultUser
 
getEmail() - Method in class com.atlassian.user.impl.osuser.OSUUser
 
getEmail() - Method in interface com.atlassian.user.User
 
getEmailAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getEmailAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getEntity(Attributes, String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
getEntity(Attribute, String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
getEntity(Attributes, String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPUserFactory
 
getEntity(Attributes, String) - Method in interface com.atlassian.user.impl.ldap.LDAPEntityFactory
 
getEntityQueryParser() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getEntityQueryParser() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getEntityQueryParser() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.CachingExternalEntityDAO
 
getExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
getExternalEntity(String) - Method in interface com.atlassian.user.impl.hibernate.ExternalEntityDAO
 
getExternalEntityNameTermQuery() - Method in class com.atlassian.user.search.query.GroupsOfExternalEntityTwoTermQuery
 
getExternalMemberNames(Group) - Method in interface com.atlassian.user.GroupManager
Retrieves the names of those members of the specified group which are stored in another repository.
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getExternalMemberNames(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getExternalMembers() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
For Hibernate's use only.
getExternalMembers(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getFirstnameAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getFirstnameAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getFirstPhraseFromDN(String) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
Extracts the username from the first occurrence of the username attribute
For example,

CN=ldapusera,CN=Users,DC=atlassian,DC=private

getFirstQuery() - Method in class com.atlassian.user.search.query.TwoTermBooleanQuery
 
getFullName() - Method in class com.atlassian.user.impl.DefaultUser
 
getFullName() - Method in class com.atlassian.user.impl.osuser.OSUUser
 
getFullName() - Method in interface com.atlassian.user.User
 
getGroup(String) - Method in interface com.atlassian.user.GroupManager
Retrieves the group with the given name.
getGroup(String) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getGroup(String) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getGroup(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getGroup(String) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getGroup(String) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroup(String) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroup(Attributes, String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
getGroup(String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
getGroup(Attribute) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroupFactory
 
getGroup(Attributes, String) - Method in interface com.atlassian.user.impl.ldap.LDAPGroupFactory
 
getGroup(String) - Method in interface com.atlassian.user.impl.ldap.LDAPGroupFactory
 
getGroup(String) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getGroup(String) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getGroup(String) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getGroup(String) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getGroup(String) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getGroupAdaptor() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getGroupDN(String) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupDN(Group) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupDN(Group) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupDN(String) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntries() - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupEntries(String) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupEntries(String[], Filter) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupEntries(String, String[], Filter) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupEntries() - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntries(String) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
If groupName is null, returns all groups.
getGroupEntries(String[], Filter) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntries(String, String[], Filter) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntriesViaMembership(User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
getGroupEntriesViaMembership(String) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
getGroupEntriesViaMembership(String, String[]) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
getGroupEntriesViaMembership(User) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntriesViaMembership(String) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntriesViaMembership(String, String[]) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroupEntriesViaMembership(User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
getGroupEntriesViaMembership(String) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
getGroupEntriesViaMembership(String, String[]) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
getGroupFactory() - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroupFactory() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getGroupFilter() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getGroupFilter() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getGroupManager() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getGroupManager() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getGroupManager() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getGroupManagerClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
getGroupManagerClassName() - Method in class com.atlassian.user.configuration.DefaultCacheConfiguration
 
getGroupManagers() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getGroupnameAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getGroupnameAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getGroupNameTermQuery() - Method in class com.atlassian.user.search.query.ExternalEntitiesInGroupTwoTermQuery
 
getGroupNameTermQuery() - Method in class com.atlassian.user.search.query.GroupsOfExternalEntityTwoTermQuery
 
getGroupNameTermQuery() - Method in class com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
 
getGroupNameTermQuery() - Method in class com.atlassian.user.search.query.UsersInGroupTwoTermQuery
 
getGroups() - Method in interface com.atlassian.user.GroupManager
Retrieves all groups in this repository.
getGroups(User) - Method in interface com.atlassian.user.GroupManager
Retrieves the groups to which the given user belongs.
getGroups(User) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
Caches the list of groups retrieved for a particular user.
getGroups() - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getGroups() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getGroups(User) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getGroups() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
getGroups() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
Provided for Hibernate's use only.
getGroups() - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getGroups(User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getGroups() - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
getGroups(User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
getGroups(User) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroups() - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
getGroups(User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
getGroups() - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getGroups(User) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getGroups() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getGroups(User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getGroups() - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getGroups(User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getGroups() - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getGroups(User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getGroups() - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getGroups(User) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getGroupSearchFilter() - Method in class com.atlassian.user.impl.ldap.search.DefaultLdapFilterFactory
 
getGroupSearchFilter() - Method in interface com.atlassian.user.impl.ldap.search.LdapFilterFactory
LDAP getGroupEntries filter suitable for locating groups entries which will be modelled as Group objects.
getHibernateConfigurationProvider() - Method in class com.atlassian.user.impl.hibernate.repository.DefaultHibernateRepository
 
getHibernateConfigurationProvider() - Method in interface com.atlassian.user.impl.hibernate.repository.HibernateRepository
 
getId() - Method in interface com.atlassian.user.ExternalEntity
 
getId() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
getId() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
getId() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
getIdentifier() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getIdentifier() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getIdentifier() - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getIdentifier() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getIdentifier() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
getIdentifier() - Method in interface com.atlassian.user.EntityManager
 
getIdentifier() - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getIdentifier() - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
getIdentifier() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getIdentifier() - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getIdentifier() - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getIdentifier() - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getIdentifier() - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getIdentifier() - Method in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
getIdentifier() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getIdentifier() - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getIdentifier() - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
getIdentifier() - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getIdentifier() - Method in class com.atlassian.user.impl.osuser.OSUEntityManager
 
getIdentifier() - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getIndex() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
getIndex() - Method in class com.atlassian.user.search.page.DefaultPager
 
getIndex() - Method in class com.atlassian.user.search.page.MergedListPager
 
getIndex() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
getIndex() - Method in interface com.atlassian.user.search.page.Pager
 
getIndexOfFirstItemInCurrentPage() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
getIndexOfFirstItemInCurrentPage() - Method in class com.atlassian.user.search.page.DefaultPager
This pager always has all its items in a single page
getIndexOfFirstItemInCurrentPage() - Method in class com.atlassian.user.search.page.MergedListPager
 
getIndexOfFirstItemInCurrentPage() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
getIndexOfFirstItemInCurrentPage() - Method in interface com.atlassian.user.search.page.Pager
 
getIndexWithinPage() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
getInputStreamTextContent(InputStream) - Static method in class com.atlassian.user.util.FileUtils
 
getInt(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getJNDIEnv() - Method in class com.atlassian.user.impl.ldap.repository.DefaultLdapContextFactory
 
getJNDIEnv() - Method in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
Returns a JNDI environment suitable for passing to InitialDirContext.InitialDirContext(Hashtable).
getJNDIInitialContextFactoryIdentifier() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getJNDIInitialContextFactoryIdentifier() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getKey() - Method in class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
getKey() - Method in class com.atlassian.user.repository.DefaultRepositoryIdentifier
 
getKey() - Method in interface com.atlassian.user.repository.RepositoryIdentifier
String uniquely identifying this repository.
getKeys() - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. this is not supported by all cache implementations and therefore will be removed from this interface in the near future.
getKeys() - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getKeys(int) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getKeys(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getKeys(String, int) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getKeys() - Method in class com.atlassian.user.util.GenericCacheWrapper
 
getLDAPContext() - Method in class com.atlassian.user.impl.ldap.repository.DefaultLdapContextFactory
 
getLDAPContext() - Method in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
Opens a new connection to the LDAP server.
getLDAPQuery() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
getLocalMemberNames(Group) - Method in interface com.atlassian.user.GroupManager
Retrieves the names of those members of the specified group which are also stored in this repository.
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getLocalMemberNames(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getLocalMembers() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
For Hibernate's use only.
getLocalMembers(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getLocalMembers(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getLong(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getMatchingRule() - Method in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
getMatchingRule() - Method in interface com.atlassian.user.search.query.TermQuery
 
getMatchingUserManager(User) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
Helper method to locate the first userManager responsible for the given user, in the delegation.
getMemberNames(Group) - Method in interface com.atlassian.user.GroupManager
Retrieves the names of all members of the specified group.
getMemberNames(Group) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getMemberNames(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getMembershipAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
getMembershipAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapMembershipProperties
 
getMembershipKey(String, Group) - Method in class com.atlassian.user.impl.cache.MembershipCache
 
getMembershipProperties() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getName() - Method in interface com.atlassian.user.Entity
 
getName() - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. The name of the cache uniquely identifies this cache.
getName() - Method in class com.atlassian.user.impl.DefaultEntity
 
getName() - Method in class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
getName() - Method in class com.atlassian.user.impl.osuser.OSUEntity
 
getName() - Method in class com.atlassian.user.repository.DefaultRepositoryIdentifier
 
getName() - Method in interface com.atlassian.user.repository.RepositoryIdentifier
String with a more user-friendly name for the repository.
getName() - Method in class com.atlassian.user.util.GenericCacheWrapper
 
getNamingEnumeration() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
getObject(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getOSUAccessor() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getOSUAccessor() - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
getOSUserConfigurationHandler() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getOSUserConfigurationHandler() - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
getPager(Pager<T>, Pager<T>) - Static method in class com.atlassian.user.search.page.PagerFactory
 
getPager(List<Pager<T>>) - Static method in class com.atlassian.user.search.page.PagerFactory
 
getPassword() - Method in class com.atlassian.user.impl.DefaultUser
 
getPasswordEncryptor() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getPasswordEncryptor(User) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getPasswordEncryptor(User) - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getProfileProvider() - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
getProfileProvider(String) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
Return appropriate ProfileProvider for entity.
getProfileProvider() - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
getProfileProvider() - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
getProperties(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getPropertySet(Entity) - Method in class com.atlassian.user.impl.cache.properties.CachingPropertySetFactory
 
getPropertySet(Entity) - Method in class com.atlassian.user.impl.delegation.properties.DelegatingPropertySetFactory
 
getPropertySet(Entity) - Method in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
getPropertySet(String) - Method in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
Retrieve profile for User with given name.
getPropertySet(HashMap) - Method in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
getPropertySet(Entity) - Method in class com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
 
getPropertySet(Entity) - Method in class com.atlassian.user.impl.osuser.properties.OSUPropertySetFactory
returns a propertyset for the entity passed in as long as it is being managed by osuser.
getPropertySet(Entity) - Method in interface com.atlassian.user.properties.PropertySetFactory
 
getPropertySetFactories() - Method in class com.atlassian.user.impl.delegation.properties.DelegatingPropertySetFactory
 
getPropertySetFactory() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getPropertySetFactory() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getPropertySetFactory() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getPropertySetFactoryClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
getPropertySetFactoryClassName() - Method in class com.atlassian.user.configuration.DefaultCacheConfiguration
 
getProviderURL() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
If the provider URL has been set explicitly by DefaultLdapConnectionProperties.setProviderURL(String) returns that value, otherwise returns a concatenation of protocol, host and port in the form 'ldaps://localhost:389'.
getProviderURL() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getQueries() - Method in class com.atlassian.user.search.query.AbstractBooleanQuery
 
getQueries() - Method in interface com.atlassian.user.search.query.BooleanQuery
 
getQueries() - Method in class com.atlassian.user.search.query.MultiTermBooleanQuery
 
getReadTimeoutMillis() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getReadTimeoutMillis() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getRepositories() - Method in class com.atlassian.user.impl.delegation.repository.DelegatingRepository
 
getRepository(Entity) - Method in interface com.atlassian.user.EntityManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
Don't use for now.
getRepository(Entity) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getRepository() - Method in class com.atlassian.user.impl.delegation.security.authentication.DelegatingAuthenticator
 
getRepository(Entity) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
getRepository(Entity) - Method in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
getRepository() - Method in class com.atlassian.user.impl.ldap.security.authentication.DefaultLDAPAuthenticator
Gets the repository which the authenticator belongs to
getRepository(Entity) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
getRepository(Entity) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getRepository(Entity) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getRepository(Entity) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
getRepository() - Method in class com.atlassian.user.impl.osuser.security.authentication.OSUAuthenticator
 
getRepository() - Method in class com.atlassian.user.impl.osuser.security.authentication.OSUListOfCredentialProvidersAuthenticator
 
getRepository() - Method in interface com.atlassian.user.security.authentication.Authenticator
 
getRepository() - Method in class com.atlassian.user.security.authentication.DefaultAuthenticator
 
getRepositoryAccessor(String) - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getRepositoryAccessor(String) - Method in interface com.atlassian.user.configuration.DelegationAccessor
 
getRepositoryAccessors() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getRepositoryAccessors() - Method in interface com.atlassian.user.configuration.DelegationAccessor
 
getRepositoryConfigurations() - Method in class com.atlassian.user.configuration.xml.XMLConfigurationParser
 
getRepositoryKeys() - Method in class com.atlassian.user.search.query.AllRepositoriesQueryContext
 
getRepositoryKeys() - Method in class com.atlassian.user.search.query.DefaultQueryContext
 
getRepositoryKeys() - Method in interface com.atlassian.user.search.query.QueryContext
 
getResource(String, Class) - Static method in class com.atlassian.user.util.ClassLoaderUtils
Load a given resource.
getResourceAsStream(String, Class) - Static method in class com.atlassian.user.util.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResources(String, Class) - Static method in class com.atlassian.user.util.ClassLoaderUtils
returns all found resources as java.net.URLs.
getReturningAttributes() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
getSchema() - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getSearchBatchSize() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getSearchBatchSize() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getSearchProperties() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getSecondQuery() - Method in class com.atlassian.user.search.query.TwoTermBooleanQuery
 
getSecurityAuthentication() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getSecurityAuthentication() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getSecurityCredential() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getSecurityCredential() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getSecurityPrincipal() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getSecurityPrincipal() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getSecurityProtocol() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
getSecurityProtocol() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
getSessionFactory() - Method in interface com.atlassian.user.impl.hibernate.configuration.HibernateAccessor
 
getSessionFactory() - Method in class com.atlassian.user.impl.hibernate.repository.DefaultHibernateRepository
 
getSessionFactory() - Method in interface com.atlassian.user.impl.hibernate.repository.HibernateRepository
 
getStatus() - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. The idea of status is not supported by all cache implementations and therefore is likely to be moved into another interface. Do not use this.
getString(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getStringComponent(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
getStringComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns the component specified by the name, or null if the component does not exist.
getSurnameAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getSurnameAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getTerm() - Method in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
getTerm() - Method in interface com.atlassian.user.search.query.TermQuery
 
getText(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getTimeLimitMillis() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getTimeLimitMillis() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getTimeToLive() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
getType() - Method in interface com.atlassian.user.ExternalEntity
 
getType(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
getType() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
getUser(String) - Method in class com.atlassian.user.impl.cache.CachingUserManager
Caches users retrieved.
Will also cache the fact that a user could not be found (so that we don't incur the expense of another search when have previously determined that a user doesn't exist) Hence this method will also cache null results.
getUser(String) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getUser(String) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getUser(Attributes, String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPUserFactory
 
getUser(Attributes, String) - Method in interface com.atlassian.user.impl.ldap.LDAPUserFactory
 
getUser(String) - Method in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
getUser(String) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
getUser(String) - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getUser(String) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getUser(String) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
getUser(String) - Method in interface com.atlassian.user.UserManager
 
getUserAdaptor() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getUserAttributes(String, String[]) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
getUserAttributes(String, String[]) - Method in interface com.atlassian.user.impl.ldap.search.LDAPUserAdaptor
 
getUserDN(User) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
getUserDN(String) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
getUserDN(User) - Method in interface com.atlassian.user.impl.ldap.search.LDAPUserAdaptor
 
getUserDN(String) - Method in interface com.atlassian.user.impl.ldap.search.LDAPUserAdaptor
 
getUserFactory() - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
getUserFilter() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getUserFilter() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getUserManager() - Method in class com.atlassian.user.configuration.DefaultDelegationAccessor
 
getUserManager() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
getUserManager() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getUserManager() - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
getUserManagerClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
getUserManagerClassName() - Method in class com.atlassian.user.configuration.DefaultCacheConfiguration
 
getUserManagers() - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getUsernameAttribute() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
getUsernameAttribute() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
 
getUserNames() - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
getUserNames() - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getUserNames() - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getUserNames() - Method in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
getUserNames() - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
getUserNames() - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getUserNames() - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getUserNames() - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
getUserNames() - Method in interface com.atlassian.user.UserManager
 
getUserNameTermQuery() - Method in class com.atlassian.user.search.query.ExternalEntitiesInGroupTwoTermQuery
 
getUserNameTermQuery() - Method in class com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
 
getUserNameTermQuery() - Method in class com.atlassian.user.search.query.UsersInGroupTwoTermQuery
 
getUsers() - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
getUsers() - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
getUsers() - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
getUsers(Enumeration) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPUserFactory
 
getUsers(Enumeration) - Method in interface com.atlassian.user.impl.ldap.LDAPUserFactory
 
getUsers() - Method in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
getUsers() - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
getUsers() - Method in class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
getUsers() - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
getUsers() - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
getUsers() - Method in interface com.atlassian.user.UserManager
 
getUserSearchFilter() - Method in class com.atlassian.user.impl.ldap.search.DefaultLdapFilterFactory
 
getUserSearchFilter() - Method in interface com.atlassian.user.impl.ldap.search.LdapFilterFactory
LDAP getGroupEntries filter suitable for locating user entries which will be modelled as User objects.
getWritableGroups() - Method in interface com.atlassian.user.GroupManager
Gets all editable groups.
getWritableGroups() - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
getWritableGroups() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
getWritableGroups() - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
getWritableGroups() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
getWritableGroups() - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
getWritableGroups() - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
getXML(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
Group - Interface in com.atlassian.user
DefaultGroup interface
GROUP_SEARCH_ALL_DEPTHS - Static variable in interface com.atlassian.user.configuration.Configuration
 
GROUP_SEARCH_ALL_DEPTHS - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
GROUP_SEARCH_FILTER - Static variable in interface com.atlassian.user.configuration.Configuration
 
GROUP_SEARCH_FILTER - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
GROUPADAPTOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
groupCache - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
GroupCache - Class in com.atlassian.user.impl.cache
Caches the groups retrieved from the underlying group manager.
GroupCache(CacheFactory, String) - Constructor for class com.atlassian.user.impl.cache.GroupCache
 
GROUPFACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
groupFactory - Variable in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
GROUPID_FIELD - Static variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
GROUPMANAGER - Static variable in interface com.atlassian.user.configuration.Configuration
 
GroupManager - Interface in com.atlassian.user
A group manager is responsible for all CRUD operations on groups and group memberships in a given repository.
groupManager - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
groupMigrated() - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
groupMigrated() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called on each group migration
groupMigrationComplete() - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
groupMigrationComplete() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when group migration is complete
groupMigrationStarted(int) - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
groupMigrationStarted(int) - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when group migration begins
GROUPNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
GROUPNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
GROUPNAME_FIELD - Static variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
GroupNameTermQuery - Class in com.atlassian.user.search.query
Takes a group name and returns a query suitable for finding it in the underlying implementation.
GroupNameTermQuery(String) - Constructor for class com.atlassian.user.search.query.GroupNameTermQuery
 
GroupNameTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.GroupNameTermQuery
 
GroupQuery - Interface in com.atlassian.user.search.query
Designates that the Query is looking up groups, and will return a Group object for each item of the result.
groupsForUserCache - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
GroupsForUserCache - Class in com.atlassian.user.impl.cache
The groups-for-user cache is a cache where the key is the username as a String and the value is a List of group names as Strings.
GroupsForUserCache(CacheFactory, String) - Constructor for class com.atlassian.user.impl.cache.GroupsForUserCache
 
GroupsOfExternalEntityTwoTermQuery - Class in com.atlassian.user.search.query
Formulates a search on the groups of a specified ExternalEntity.
GroupsOfExternalEntityTwoTermQuery(ExternalEntityNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfExternalEntityTwoTermQuery
 
GroupsOfExternalEntityTwoTermQuery(GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfExternalEntityTwoTermQuery
 
GroupsOfExternalEntityTwoTermQuery(ExternalEntityNameTermQuery, GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfExternalEntityTwoTermQuery
 
GroupsOfUserTwoTermQuery - Class in com.atlassian.user.search.query
Here the term should correspond to a user.
GroupsOfUserTwoTermQuery(UserNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
 
GroupsOfUserTwoTermQuery(GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
 
GroupsOfUserTwoTermQuery(UserNameTermQuery, GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.GroupsOfUserTwoTermQuery
 

H

H1 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H2 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H3 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H4 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H5 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H6 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H7 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
H8 - Variable in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
hasClassForComponent(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
hasClassForComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
hasComponent(String) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
hasComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns true if the component exists and is not null, otherwise false.
hasExternalMembership(DefaultHibernateGroup, User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
hashCode() - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
hashCode() - Method in class com.atlassian.user.impl.DefaultEntity
 
hashCode() - Method in class com.atlassian.user.impl.DefaultUser
 
hashCode() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
hashCode() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
hashCode() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
hashCode() - Method in class com.atlassian.user.impl.osuser.OSUEntity
 
hashCode() - Method in class com.atlassian.user.repository.DefaultRepositoryIdentifier
 
hasLocalMembership(DefaultHibernateGroup, DefaultHibernateUser) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
hasMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Returns true if the user is a member of the specified group.
hasMembership(Group, User) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
Check whether this manager has a record of membership between the argued user and group.
hasMembership(Group, User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
hasMembership(Group, User) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
hasMembership(Group, User) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
hasNext() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
hasNext() - Method in class com.atlassian.user.search.page.DefaultPager
 
hasNext() - Method in class com.atlassian.user.util.EnumerationAdaptor
 
hasStaticGroups() - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
hasStaticGroups() - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
hasStaticGroups() - Method in class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
HIBERNATE - Static variable in interface com.atlassian.user.configuration.Configuration
 
HIBERNATE_CONFIGURATION_PROVIDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
HIBERNATE_PROPERTY_SET - Static variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
HIBERNATE_SESSION_FACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
HibernateAccessor - Interface in com.atlassian.user.impl.hibernate.configuration
 
hibernateConfigProvider - Variable in class com.atlassian.user.impl.hibernate.repository.DefaultHibernateRepository
 
HibernateEntityQueryParser - Class in com.atlassian.user.impl.hibernate.search.query
Handles Query objects on a HibernateRepository.
HibernateEntityQueryParser(RepositoryIdentifier, HibernateRepository) - Constructor for class com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
 
HibernateGroupManager - Class in com.atlassian.user.impl.hibernate
A HibernateGroupManager which handles membership for local and external entities.
HibernateGroupManager(RepositoryIdentifier, HibernateRepository, UserManager, ExternalEntityDAO) - Constructor for class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
HibernatePropertySetFactory - Class in com.atlassian.user.impl.hibernate.properties
 
HibernatePropertySetFactory(UserManager, ExternalEntityDAO, HibernateRepository) - Constructor for class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
HibernateRepository - Interface in com.atlassian.user.impl.hibernate.repository
 
HibernateRepositoryProcessor - Class in com.atlassian.user.impl.hibernate.configuration
 
HibernateRepositoryProcessor() - Constructor for class com.atlassian.user.impl.hibernate.configuration.HibernateRepositoryProcessor
 
HibernateUserManager - Class in com.atlassian.user.impl.hibernate
 
HibernateUserManager(RepositoryIdentifier, HibernateRepository, PasswordEncryptor) - Constructor for class com.atlassian.user.impl.hibernate.HibernateUserManager
 
HOST - Static variable in interface com.atlassian.user.configuration.Configuration
 
HOST - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 

I

identifyDefiningQuery(BooleanQuery) - Method in class com.atlassian.user.search.query.AbstractEntityQueryParser
The 'defining query' lets us know which EntityClass we are querying.
idx - Variable in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
indexOfFirstItemInCurrentPage - Variable in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
init() - Method in interface com.atlassian.user.configuration.Configuration
 
init() - Method in class com.atlassian.user.configuration.xml.XMLConfiguration
 
init(Map, Map) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
Initialise this object's fields.
init(HashMap) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
Deprecated. since 13 March 2007, use constructor instead.
init(HashMap) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
init(HashMap) - Method in interface com.atlassian.user.security.password.PasswordEncryptor
Deprecated. since 13 March 2007, use constructor instead.
INITIAL_CONTEXT_FACTORY_JNDI - Static variable in interface com.atlassian.user.configuration.Configuration
 
InitializationCheck - Class in com.atlassian.user.configuration.util
A helper class to generalize how each init(..) method reports back if it has not been configured with the correct data.
InitializationCheck() - Constructor for class com.atlassian.user.configuration.util.InitializationCheck
 
initialized - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
initializing - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
INITSIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
InvalidPasswordException - Exception in com.atlassian.user.security.authentication
UserManagers can throw this when altering a password fails due to an invalid value
InvalidPasswordException() - Constructor for exception com.atlassian.user.security.authentication.InvalidPasswordException
 
InvalidPasswordException(String) - Constructor for exception com.atlassian.user.security.authentication.InvalidPasswordException
 
InvalidPasswordException(Throwable) - Constructor for exception com.atlassian.user.security.authentication.InvalidPasswordException
 
InvalidPasswordException(String, Throwable) - Constructor for exception com.atlassian.user.security.authentication.InvalidPasswordException
 
isAND() - Method in class com.atlassian.user.search.query.AbstractBooleanQuery
It is impossible for isAND() and isOR() to both return true or false.
isAND() - Method in interface com.atlassian.user.search.query.BooleanQuery
It is impossible for isAND() and isOR() to both return true or false.
isCachingEnabled() - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
isCachingEnabled() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns true if caching is enabled for this repository, or false if caching is disabled.
isCreative() - Method in interface com.atlassian.user.EntityManager
Used to detemine whether an entity can be created (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String).
isCreative() - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
isCreative() - Method in class com.atlassian.user.impl.cache.CachingUserManager
Used to detemine whether an entity can be created (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
Used to detemine whether an entity can be created (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
Used to detemine whether an entity can be created (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
Used to detemine whether an entity can be added (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
Used to detemine whether an entity can be added (eg, can call UserManager.createUser(String) or GroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
isCreative() - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
isCreative() - Method in class com.atlassian.user.impl.osuser.OSUEntityManager
 
isCreative() - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
isCreative() - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
Used to detemine whether an entity can be added (eg, can call UserManager.createUser(String) orGroupManager.createGroup(String)
isCreative() - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
isEmpty() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
isEmpty() - Method in class com.atlassian.user.search.page.DefaultPager
 
isEmpty() - Method in class com.atlassian.user.search.page.MergedListPager
 
isEmpty() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
isEmpty() - Method in interface com.atlassian.user.search.page.Pager
 
isGroupSearchScopeAllDepths() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
isGroupSearchScopeAllDepths() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
Returns true if group searches will scan the entire LDAP tree beneath the DN specified by LdapSearchProperties.getBaseGroupNamespace() (sub-tree scope), or false if only direct children of that DN should be scanned (one-level scope).
isInitialized() - Method in interface com.atlassian.user.configuration.Configuration
 
isInitialized() - Method in class com.atlassian.user.configuration.xml.XMLConfiguration
 
isInstanceOf(Class, Object) - Static method in class com.atlassian.user.util.Assert
Assert that the provided object is an instance of the provided class, throwing an IllegalArgumentException if is it not.
isInstanceOf(Class, Object, String) - Static method in class com.atlassian.user.util.Assert
Assert that the provided object is an instance of the provided class, throwing an IllegalArgumentException if is it not.
isMatchingSubstring() - Method in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
isMatchingSubstring() - Method in interface com.atlassian.user.search.query.TermQuery
 
isMembershipAttributeOnGroup() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
isMembershipAttributeOnGroup() - Method in interface com.atlassian.user.impl.ldap.properties.LdapMembershipProperties
 
isMembershipAttributeUnqualified() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
isMembershipAttributeUnqualified() - Method in interface com.atlassian.user.impl.ldap.properties.LdapMembershipProperties
 
isMigrateMembershipsForExistingUsers() - Method in class com.atlassian.user.util.migration.MigratorConfiguration
 
isOR() - Method in class com.atlassian.user.search.query.AbstractBooleanQuery
 
isOR() - Method in interface com.atlassian.user.search.query.BooleanQuery
 
isPoolingOn() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
isPoolingOn() - Method in interface com.atlassian.user.impl.ldap.properties.LdapConnectionProperties
 
isReadOnly(Group) - Method in interface com.atlassian.user.GroupManager
Returns true if the specified group and membership of the specified group cannot be modified in the repository.
isReadOnly(Group) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
isReadOnly(Group) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
isReadOnly(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
isReadOnly(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
isReadOnly(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
isReadOnly(Group) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
isReadOnly(User) - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
isReadOnly(User) - Method in interface com.atlassian.user.UserManager
 
isSearchAllDepths() - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
isSettable(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
isTrue(boolean, String) - Static method in class com.atlassian.user.util.Assert
Asserts that an expression is true, throwing an IllegalArgumentException if it is false.
isUserExternal(User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
for the time being, lets define an internal user as a hibernate user.
isUserSearchScopeAllDepths() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
isUserSearchScopeAllDepths() - Method in interface com.atlassian.user.impl.ldap.properties.LdapSearchProperties
Returns true if user searches will scan the entire LDAP tree beneath the DN specified by LdapSearchProperties.getBaseUserNamespace() (sub-tree scope), or false if only direct children of that DN should be scanned (one-level scope).
isValidFilter(String) - Static method in class com.atlassian.user.util.LDAPUtils
 
isWrappingCredentialProvider() - Method in class com.atlassian.user.impl.osuser.security.authentication.OSUAuthenticator
 
iterator() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
iterator() - Method in class com.atlassian.user.search.page.DefaultPager
 
iterator() - Method in class com.atlassian.user.search.page.MergedListPager
 
iterator() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
iterator() - Method in interface com.atlassian.user.search.page.Pager
Use this if you want a typical iterator over the entire data.

J

JNDI_INITIAL_CONTEXT_FACTORY - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 

K

KEY - Static variable in interface com.atlassian.user.configuration.Configuration
 

L

lastPage - Variable in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
LDAP - Static variable in interface com.atlassian.user.configuration.Configuration
 
LDAP_CONNECTION_POOL_PROPERTIES - Static variable in interface com.atlassian.user.configuration.Configuration
 
LDAP_SCHEMA_MAPPINGS_PROPERTIES - Static variable in interface com.atlassian.user.configuration.Configuration
 
LDAPConfigurationBuilder - Class in com.atlassian.user.util
 
LDAPConfigurationBuilder() - Constructor for class com.atlassian.user.util.LDAPConfigurationBuilder
 
LdapConnectionFailedException - Exception in com.atlassian.user.impl.ldap.repository
 
LdapConnectionFailedException() - Constructor for exception com.atlassian.user.impl.ldap.repository.LdapConnectionFailedException
 
LdapConnectionFailedException(String) - Constructor for exception com.atlassian.user.impl.ldap.repository.LdapConnectionFailedException
 
LdapConnectionFailedException(Throwable) - Constructor for exception com.atlassian.user.impl.ldap.repository.LdapConnectionFailedException
 
LdapConnectionFailedException(String, Throwable) - Constructor for exception com.atlassian.user.impl.ldap.repository.LdapConnectionFailedException
 
LDAPConnectionPoolUtils - Class in com.atlassian.user.util
 
LDAPConnectionPoolUtils() - Constructor for class com.atlassian.user.util.LDAPConnectionPoolUtils
 
LdapConnectionProperties - Interface in com.atlassian.user.impl.ldap.properties
An interface for providing connection properties for connecting to an LDAP server via JNDI
LdapConnectionPropertiesFactory - Class in com.atlassian.user.impl.ldap.properties.factory
 
LdapConnectionPropertiesFactory() - Constructor for class com.atlassian.user.impl.ldap.properties.factory.LdapConnectionPropertiesFactory
 
LdapContextFactory - Interface in com.atlassian.user.impl.ldap.repository
This interface hold all information needed for the Atlassian user implementation to connect to different LDAP systems.
LDAPDynamicGroupAdaptor - Class in com.atlassian.user.impl.ldap.adaptor
Dynamic groups, in 'LDAP speak', express their membership via user entries (you need to examine the user entry to discover what groups the user belongs to).
LDAPDynamicGroupAdaptor(LdapContextFactory, LdapSearchProperties, LDAPGroupFactory, LdapFilterFactory, LDAPUserFactory, LdapMembershipProperties) - Constructor for class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
Deprecated. userFactory no longer required
LDAPDynamicGroupAdaptor(LdapContextFactory, LdapSearchProperties, LDAPGroupFactory, LdapFilterFactory, LdapMembershipProperties) - Constructor for class com.atlassian.user.impl.ldap.adaptor.LDAPDynamicGroupAdaptor
 
LDAPEntity - Interface in com.atlassian.user.impl.ldap
 
LDAPEntityFactory<T extends Entity> - Interface in com.atlassian.user.impl.ldap
 
LDAPEntityPager<T extends Entity> - Class in com.atlassian.user.impl.ldap.search.page
 
LDAPEntityPager(LdapSearchProperties, LdapContextFactory, LDAPEntityFactory<? extends T>, LDAPPagerInfo) - Constructor for class com.atlassian.user.impl.ldap.search.page.LDAPEntityPager
 
LDAPEntityQueryParser - Class in com.atlassian.user.impl.ldap.search.query
 
LDAPEntityQueryParser(LdapContextFactory, LDAPGroupAdaptor, RepositoryIdentifier, LDAPUserFactory, LdapSearchProperties, LdapMembershipProperties, LdapFilterFactory) - Constructor for class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
LdapFilterFactory - Interface in com.atlassian.user.impl.ldap.search
 
LDAPGroupAdaptor - Interface in com.atlassian.user.impl.ldap.adaptor
 
LDAPGroupFactory - Interface in com.atlassian.user.impl.ldap
 
LDAPGroupManagerReadOnly - Class in com.atlassian.user.impl.ldap
 
LDAPGroupManagerReadOnly(RepositoryIdentifier, LDAPGroupAdaptor) - Constructor for class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
LDAPListOfGroupsPager - Class in com.atlassian.user.impl.ldap.search.page
 
LDAPListOfGroupsPager(LdapSearchProperties, LdapContextFactory, LDAPEntityFactory<? extends Group>, LDAPPagerInfo) - Constructor for class com.atlassian.user.impl.ldap.search.page.LDAPListOfGroupsPager
 
LdapMembershipProperties - Interface in com.atlassian.user.impl.ldap.properties
 
LdapMembershipPropertiesFactory - Class in com.atlassian.user.impl.ldap.properties.factory
 
LdapMembershipPropertiesFactory() - Constructor for class com.atlassian.user.impl.ldap.properties.factory.LdapMembershipPropertiesFactory
 
LDAPMembershipToUsernamePager - Class in com.atlassian.user.impl.ldap.search.page
 
LDAPMembershipToUsernamePager(LdapSearchProperties, LdapContextFactory, LDAPPagerInfo) - Constructor for class com.atlassian.user.impl.ldap.search.page.LDAPMembershipToUsernamePager
 
LDAPPagerInfo - Class in com.atlassian.user.impl.ldap.search
A util class which holds a NamingEnumeration and a String representing the initial ldap search query.
LDAPPagerInfo(NamingEnumeration<SearchResult>, Filter, String, boolean, String[], int) - Constructor for class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
LdapRepositoryAccessor - Class in com.atlassian.user.impl.ldap
Includes all the additional objects for accessing an LDAP repository.
LdapRepositoryAccessor() - Constructor for class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
LdapRepositoryProcessor - Class in com.atlassian.user.impl.ldap.configuration
 
LdapRepositoryProcessor() - Constructor for class com.atlassian.user.impl.ldap.configuration.LdapRepositoryProcessor
 
LdapSearchProperties - Interface in com.atlassian.user.impl.ldap.properties
Properties which map an LDAP data structure to users and groups for searching an LDAP repository.
LdapSearchPropertiesFactory - Class in com.atlassian.user.impl.ldap.properties.factory
 
LdapSearchPropertiesFactory() - Constructor for class com.atlassian.user.impl.ldap.properties.factory.LdapSearchPropertiesFactory
 
LDAPSingleStringPager - Class in com.atlassian.user.impl.ldap.search.page
 
LDAPSingleStringPager(LdapSearchProperties, LdapContextFactory, LDAPPagerInfo) - Constructor for class com.atlassian.user.impl.ldap.search.page.LDAPSingleStringPager
 
LDAPStaticGroupAdaptor - Class in com.atlassian.user.impl.ldap.adaptor
 
LDAPStaticGroupAdaptor(LdapContextFactory, LdapSearchProperties, LDAPGroupFactory, LdapFilterFactory, LdapMembershipProperties) - Constructor for class com.atlassian.user.impl.ldap.adaptor.LDAPStaticGroupAdaptor
 
LDAPUserAdaptor - Interface in com.atlassian.user.impl.ldap.search
 
LDAPUserFactory - Interface in com.atlassian.user.impl.ldap
 
LDAPUserManagerReadOnly - Class in com.atlassian.user.impl.ldap
 
LDAPUserManagerReadOnly(RepositoryIdentifier, LdapContextFactory, LdapSearchProperties, LdapFilterFactory) - Constructor for class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
LDAPUtils - Class in com.atlassian.user.util
 
LDAPUtils() - Constructor for class com.atlassian.user.util.LDAPUtils
 
LDAPValidator - Class in com.atlassian.user.impl.ldap
 
LDAPValidator() - Constructor for class com.atlassian.user.impl.ldap.LDAPValidator
 
LiteralFilter - Class in com.atlassian.user.impl.ldap
An explictly specified filter.
LiteralFilter(String) - Constructor for class com.atlassian.user.impl.ldap.LiteralFilter
 
load(InputStream) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
load(InputStream) - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
loadClass(String, Class) - Static method in class com.atlassian.user.util.ClassLoaderUtils
Load a class with a given name.
LOCAL_USER - Static variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
log - Variable in class com.atlassian.user.configuration.DefaultRepositoryProcessor
 
log - Variable in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
log - Variable in class com.atlassian.user.impl.ldap.LDAPUserManagerReadOnly
 
log - Variable in class com.atlassian.user.impl.ldap.properties.factory.LdapConnectionPropertiesFactory
 
log - Variable in class com.atlassian.user.impl.ldap.properties.factory.LdapSearchPropertiesFactory
 
log - Variable in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
log - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
log - Static variable in class com.atlassian.user.impl.ldap.search.page.LDAPEntityPager
 
log - Static variable in class com.atlassian.user.impl.ldap.search.page.LDAPListOfGroupsPager
 
log - Static variable in class com.atlassian.user.impl.ldap.search.page.LDAPSingleStringPager
 
log - Variable in class com.atlassian.user.impl.osuser.OSUGroupManager
 
log - Variable in class com.atlassian.user.impl.osuser.properties.OSUPropertySetFactory
 
log - Static variable in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
log - Static variable in class com.atlassian.user.search.page.PagerUtils
 
log - Static variable in class com.atlassian.user.util.LDAPUtils
 
Log4jMigrationProgressListener - Class in com.atlassian.user.util.migration
 
Log4jMigrationProgressListener(Logger) - Constructor for class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
logger - Variable in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 

M

makeAndFilter(Filter, Filter) - Static method in class com.atlassian.user.util.LDAPUtils
"ANDS" the two filters passed in.
makeParams(Object) - Static method in class com.atlassian.user.util.RPCUtils
 
makeParams(Object, Object) - Static method in class com.atlassian.user.util.RPCUtils
 
makeParams(Object, Object, Object) - Static method in class com.atlassian.user.util.RPCUtils
 
makeParams(Object, Object, Object, Object) - Static method in class com.atlassian.user.util.RPCUtils
 
makeParams(Object, Object, Object, Object, Object) - Static method in class com.atlassian.user.util.RPCUtils
 
MAPPINGS - Static variable in interface com.atlassian.user.configuration.Configuration
 
Matcher - Interface in com.atlassian.user.search.query.match
An interface for matching the contents of a string against a search term.
matches(String, String) - Method in class com.atlassian.user.search.query.match.ContainsIgnoreCaseMatcher
 
matches(String, String) - Method in class com.atlassian.user.search.query.match.EndsWithIgnoreCaseMatcher
 
matches(String, String) - Method in class com.atlassian.user.search.query.match.EqualsIgnoreCaseMatcher
 
matches(String, String) - Method in interface com.atlassian.user.search.query.match.Matcher
Returns true if the content "matches" the searchTerm, according to the matching rules of the implementation.
matches(String, String) - Method in class com.atlassian.user.search.query.match.StartsWithIgnoreCaseMatcher
 
matchingRule - Variable in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
matchingSubstring - Variable in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
matchQueryToQueryType(Query) - Method in class com.atlassian.user.search.query.AbstractEntityQueryParser
 
MAXSIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
MEMBERSHIP_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
MEMBERSHIP_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
membershipCache - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
MembershipCache - Class in com.atlassian.user.impl.cache
The membership check cache is a cache where the key is the String returned by MembershipCache.getMembershipKey(String, Group) for a given user and group, and the value is a Boolean indicating whether the user is a member of that group.
MembershipCache(CacheFactory, String) - Constructor for class com.atlassian.user.impl.cache.MembershipCache
 
MembershipQuery - Interface in com.atlassian.user.search.query
Performs a query on a membership association.
MEMORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
MemoryGroupManager - Class in com.atlassian.user.impl.memory
 
MemoryGroupManager(RepositoryIdentifier, MemoryProvider) - Constructor for class com.atlassian.user.impl.memory.MemoryGroupManager
 
MemoryGroupManagerReadOnly - Class in com.atlassian.user.impl.memory
 
MemoryGroupManagerReadOnly(RepositoryIdentifier, MemoryProvider) - Constructor for class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
MemoryPropertySetFactory - Class in com.atlassian.user.impl.memory.properties
Provides memory propertysets and keeps track of them.
MemoryPropertySetFactory() - Constructor for class com.atlassian.user.impl.memory.properties.MemoryPropertySetFactory
 
MemoryProvider - Class in com.atlassian.user.impl.memory.provider
 
MemoryProvider() - Constructor for class com.atlassian.user.impl.memory.provider.MemoryProvider
 
MemoryRepositoryProcessor - Class in com.atlassian.user.impl.memory.configuration
 
MemoryRepositoryProcessor() - Constructor for class com.atlassian.user.impl.memory.configuration.MemoryRepositoryProcessor
 
MemoryUserManager - Class in com.atlassian.user.impl.memory
 
MemoryUserManager(RepositoryIdentifier, MemoryProvider, PasswordEncryptor) - Constructor for class com.atlassian.user.impl.memory.MemoryUserManager
 
MemoryUserManagerReadOnly - Class in com.atlassian.user.impl.memory
 
MemoryUserManagerReadOnly(RepositoryIdentifier, MemoryProvider, PasswordEncryptor) - Constructor for class com.atlassian.user.impl.memory.MemoryUserManagerReadOnly
 
MergedListPager<T> - Class in com.atlassian.user.search.page
 
MergedPager - Class in com.atlassian.user.search.page
Deprecated. use MergedListPager
migrate(MigratorConfiguration, MigrationProgressListener) - Method in interface com.atlassian.user.util.migration.EntityMigrator
Migrates users from one repository to another.
migrate(MigratorConfiguration, MigrationProgressListener) - Method in class com.atlassian.user.util.migration.OSUEntityMigrator
The method is organised in a 'strange' way for performance reasons.
MigrationProgressListener - Interface in com.atlassian.user.util.migration
 
MigratorConfiguration - Class in com.atlassian.user.util.migration
 
MigratorConfiguration() - Constructor for class com.atlassian.user.util.migration.MigratorConfiguration
 
MultiTermBooleanQuery - Class in com.atlassian.user.search.query
 
MultiTermBooleanQuery(Query[], boolean) - Constructor for class com.atlassian.user.search.query.MultiTermBooleanQuery
 

N

NAME - Static variable in interface com.atlassian.user.configuration.Configuration
 
name - Variable in class com.atlassian.user.impl.DefaultEntity
 
next() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
next() - Method in class com.atlassian.user.search.page.DefaultPager
 
next() - Method in class com.atlassian.user.util.EnumerationAdaptor
 
nextPage() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
nextPage() - Method in class com.atlassian.user.search.page.DefaultPager
 
nextPage() - Method in class com.atlassian.user.search.page.MergedListPager
 
nextPage() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
nextPage() - Method in interface com.atlassian.user.search.page.Pager
 
NO_POSITION - Static variable in interface com.atlassian.user.search.page.Pager
 
notNull(Object, String) - Static method in class com.atlassian.user.util.Assert
Assert that an object is not null, throwing IllegalArgumentException if it is.
NULL_GROUP - Static variable in class com.atlassian.user.impl.cache.GroupCache
The NULL_GROUP is stored as the value in the groups cache when a group that does not exist is requested.
NULL_USER - Static variable in class com.atlassian.user.impl.cache.CachingUserManager
 

O

oneKeyList - Static variable in class com.atlassian.user.search.query.AllRepositoriesQueryContext
 
onLastPage() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
onLastPage() - Method in class com.atlassian.user.search.page.DefaultPager
 
onLastPage() - Method in class com.atlassian.user.search.page.MergedListPager
 
onLastPage() - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
onLastPage() - Method in interface com.atlassian.user.search.page.Pager
 
OPEN_PARAN - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
OR - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
OR - Static variable in interface com.atlassian.user.search.query.BooleanQuery
 
ORDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
originalBaseSearchContext - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
originalQuery - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
OSU_ACCESS_PROVIDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
OSU_AUTHENTICATOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
OSU_CREDENTIALS_PROVIDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
OSU_CREDENTIALS_PROVIDER_LIST - Static variable in interface com.atlassian.user.configuration.Configuration
 
OSU_PROFILE_PROVIDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
OSUAccessor - Interface in com.atlassian.user.impl.osuser
 
OSUAuthenticator - Class in com.atlassian.user.impl.osuser.security.authentication
OSUser has two classes which handle authentication - the CredentialsProvider and the Authenticator.
OSUAuthenticator(RepositoryIdentifier, CredentialsProvider) - Constructor for class com.atlassian.user.impl.osuser.security.authentication.OSUAuthenticator
 
OSUAuthenticator(RepositoryIdentifier, Authenticator) - Constructor for class com.atlassian.user.impl.osuser.security.authentication.OSUAuthenticator
 
OSUConfigurationLoader - Interface in com.atlassian.user.impl.osuser.config.xml
 
OSUEntity - Class in com.atlassian.user.impl.osuser
 
OSUEntity(Entity) - Constructor for class com.atlassian.user.impl.osuser.OSUEntity
 
OSUEntityManager - Class in com.atlassian.user.impl.osuser
 
OSUEntityManager(RepositoryIdentifier) - Constructor for class com.atlassian.user.impl.osuser.OSUEntityManager
 
OSUEntityMigrator - Class in com.atlassian.user.util.migration
Makes a raw JDBC connection to os_user tables and copies across information into the supplied UserManager, GroupManager, and PropertySetFactory
OSUEntityMigrator(RepositoryAccessor, RepositoryAccessor, SessionFactory) - Constructor for class com.atlassian.user.util.migration.OSUEntityMigrator
 
OSUGroup - Class in com.atlassian.user.impl.osuser
 
OSUGroup(Group) - Constructor for class com.atlassian.user.impl.osuser.OSUGroup
 
OSUGroupManager - Class in com.atlassian.user.impl.osuser
An adaptor class for AccessProvider and some of the higher level operations of UserManager

The rule is to use the credentialsProvider and/or profileProvider (for propertySets) for most things.

OSUGroupManager(RepositoryIdentifier, OSUAccessor) - Constructor for class com.atlassian.user.impl.osuser.OSUGroupManager
 
OSUListOfCredentialProvidersAuthenticator - Class in com.atlassian.user.impl.osuser.security.authentication
Authenticates against the first provider that handles the username.
OSUListOfCredentialProvidersAuthenticator(RepositoryIdentifier, List) - Constructor for class com.atlassian.user.impl.osuser.security.authentication.OSUListOfCredentialProvidersAuthenticator
 
OSUPasswordEncryptor - Class in com.atlassian.user.impl.osuser.security.password
Password digester based on BouncyCastle's SHA1-512 implementation
OSUPasswordEncryptor() - Constructor for class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
OSUPasswordEncryptor(OSUPasswordEncryptor) - Constructor for class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
OSUPropertySetFactory - Class in com.atlassian.user.impl.osuser.properties
 
OSUPropertySetFactory(ProfileProvider) - Constructor for class com.atlassian.user.impl.osuser.properties.OSUPropertySetFactory
 
OSURepositoryProcessor - Class in com.atlassian.user.impl.osuser.configuration
 
OSURepositoryProcessor() - Constructor for class com.atlassian.user.impl.osuser.configuration.OSURepositoryProcessor
 
OSUSER - Static variable in interface com.atlassian.user.configuration.Configuration
 
osuser - Variable in class com.atlassian.user.impl.osuser.OSUUser
 
OSUserDao - Class in com.atlassian.user.util.migration
 
OSUUser - Class in com.atlassian.user.impl.osuser
 
OSUUser(User) - Constructor for class com.atlassian.user.impl.osuser.OSUUser
 
OSUUserManager - Class in com.atlassian.user.impl.osuser
An adaptor class for CredentialsProvider and some of the higher level operations of UserManager

The rule is to use the credentialsProvider and/or profileProvider (for propertySets) for most things.

OSUUserManager(RepositoryIdentifier, OSUAccessor) - Constructor for class com.atlassian.user.impl.osuser.OSUUserManager
 

P

pager(String) - Method in class com.atlassian.user.search.AbstractSearchResult
Deprecated.  
pager() - Method in class com.atlassian.user.search.DefaultSearchResult
 
pager(String) - Method in class com.atlassian.user.search.DefaultSearchResult
 
Pager<T> - Interface in com.atlassian.user.search.page
 
pager() - Method in interface com.atlassian.user.search.SearchResult
 
pager(String) - Method in interface com.atlassian.user.search.SearchResult
 
PagerException - Exception in com.atlassian.user.search.page
 
PagerException() - Constructor for exception com.atlassian.user.search.page.PagerException
 
PagerException(String) - Constructor for exception com.atlassian.user.search.page.PagerException
 
PagerException(Throwable) - Constructor for exception com.atlassian.user.search.page.PagerException
 
PagerException(String, Throwable) - Constructor for exception com.atlassian.user.search.page.PagerException
 
PagerFactory - Class in com.atlassian.user.search.page
 
PagerFactory() - Constructor for class com.atlassian.user.search.page.PagerFactory
 
PagerUtils - Class in com.atlassian.user.search.page
Util class for making it easier to work with paging iterators TODO: Roll these methods into an extension of the Pager interface
PagerUtils() - Constructor for class com.atlassian.user.search.page.PagerUtils
 
PARAM - Static variable in interface com.atlassian.user.configuration.Configuration
 
parse(InputStream) - Method in class com.atlassian.user.configuration.xml.XMLConfigurationParser
 
parseLDAPServerConfiguration(RepositoryConfiguration) - Method in class com.atlassian.user.impl.ldap.configuration.LdapRepositoryProcessor
 
parseQuery(BooleanQuery) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
parseQuery(TermQuery) - Method in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
parseQuery(Method, TermQuery, Pager<? extends Entity>) - Method in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
parseRepositories(Node) - Method in class com.atlassian.user.configuration.xml.XMLConfigurationParser
 
parseSchemaMappings(RepositoryConfiguration) - Method in class com.atlassian.user.impl.ldap.configuration.LdapRepositoryProcessor
 
password - Variable in class com.atlassian.user.impl.DefaultUser
 
PASSWORD_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
PASSWORD_ENCRYPTOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
PasswordEncryptor - Interface in com.atlassian.user.security.password
 
POOL_AUTH - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_AUTHENTICATION - Static variable in interface com.atlassian.user.configuration.Configuration
 
POOL_DEBUG - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_INITSIZE - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_MAX - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_PREFSIZE - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_PROTOCOL - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOL_TIMEOUT - Static variable in class com.atlassian.user.util.LDAPConnectionPoolUtils
 
POOLING_ON - Static variable in interface com.atlassian.user.configuration.Configuration
 
PORT - Static variable in interface com.atlassian.user.configuration.Configuration
 
PORT - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
PREFSIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
preload() - Method in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
Preloads the page into the prefetched list.
preload() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
preload(Iterator) - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
PRELOAD_LIMIT - Static variable in interface com.atlassian.user.search.page.Pager
Maximum number of elements to hold in memory at a given moment.
preloadSearchResult(SearchResult, List<T>) - Method in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
Parses the SearchResult and stores the result in the list of prefetched items.
preloadSearchResult(SearchResult, List<T>) - Method in class com.atlassian.user.impl.ldap.search.page.LDAPEntityPager
 
preloadSearchResult(SearchResult, List<Group>) - Method in class com.atlassian.user.impl.ldap.search.page.LDAPListOfGroupsPager
 
preloadSearchResult(SearchResult, List<String>) - Method in class com.atlassian.user.impl.ldap.search.page.LDAPMembershipToUsernamePager
 
preloadSearchResult(SearchResult, List<String>) - Method in class com.atlassian.user.impl.ldap.search.page.LDAPSingleStringPager
 
printClassLoader() - Static method in class com.atlassian.user.util.ClassLoaderUtils
Prints the current classloader hierarchy - useful for debugging.
printClassLoader(ClassLoader) - Static method in class com.atlassian.user.util.ClassLoaderUtils
Prints the classloader hierarchy from a given classloader - useful for debugging.
process(RepositoryConfiguration) - Method in class com.atlassian.user.configuration.DefaultRepositoryProcessor
 
process(RepositoryConfiguration) - Method in interface com.atlassian.user.configuration.RepositoryProcessor
 
process(RepositoryConfiguration) - Method in class com.atlassian.user.impl.hibernate.configuration.HibernateRepositoryProcessor
 
process(RepositoryConfiguration) - Method in class com.atlassian.user.impl.ldap.configuration.LdapRepositoryProcessor
 
process(RepositoryConfiguration) - Method in class com.atlassian.user.impl.memory.configuration.MemoryRepositoryProcessor
 
process(RepositoryConfiguration) - Method in class com.atlassian.user.impl.osuser.configuration.OSURepositoryProcessor
 
processBlock() - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
processLength(long, long) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
PROCESSOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
processWord(byte[], int) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
PROPERTYSET_FACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
PropertySetFactory - Interface in com.atlassian.user.properties
 
PROVIDER - Static variable in class com.atlassian.user.impl.memory.configuration.MemoryRepositoryProcessor
 
PROVIDER_URL - Static variable in interface com.atlassian.user.configuration.Configuration
 
PROVIDER_URL - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
put(Object, Object) - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. Put an object into the cache.
put(Entity, RepositoryIdentifier) - Method in class com.atlassian.user.impl.cache.EntityRepositoryCache
 
put(String, Group) - Method in class com.atlassian.user.impl.cache.GroupCache
Stores the specified group in the cache against the group name.
put(User, List<String>) - Method in class com.atlassian.user.impl.cache.GroupsForUserCache
 
put(User, Group, boolean) - Method in class com.atlassian.user.impl.cache.MembershipCache
 
put(K, V) - Method in class com.atlassian.user.util.GenericCacheWrapper
 

Q

queries - Variable in class com.atlassian.user.search.query.AbstractBooleanQuery
 
Query - Interface in com.atlassian.user.search.query
 
QueryContext - Interface in com.atlassian.user.search.query
Indicates the context in which a query should run.

R

READ_TIMEOUT - Static variable in interface com.atlassian.user.configuration.Configuration
 
ReadOnlyGroupManager - Class in com.atlassian.user.impl
 
ReadOnlyGroupManager() - Constructor for class com.atlassian.user.impl.ReadOnlyGroupManager
 
readonlyGroupMembershipNotMigrated(String, String) - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
readonlyGroupMembershipNotMigrated(String, String) - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when a group membership cannot be migrated because the target group is readonly.
ReadOnlyUserManager - Class in com.atlassian.user.impl
 
ReadOnlyUserManager() - Constructor for class com.atlassian.user.impl.ReadOnlyUserManager
 
remove(Object) - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. Remove the object identified by the key from the cache.
remove(Entity) - Method in class com.atlassian.user.impl.cache.EntityRepositoryCache
 
remove(String) - Method in class com.atlassian.user.impl.cache.GroupCache
 
remove(User) - Method in class com.atlassian.user.impl.cache.GroupsForUserCache
Remove the cached list of groups for a particular user from the cache.
remove(List<String>) - Method in class com.atlassian.user.impl.cache.GroupsForUserCache
Remove a list of users from the cache by username.
remove(User, Group) - Method in class com.atlassian.user.impl.cache.MembershipCache
 
remove(List, Group) - Method in class com.atlassian.user.impl.cache.MembershipCache
Remove all cached values for a list of users and an associated group.
remove(String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
remove() - Method in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
remove() - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
remove() - Method in class com.atlassian.user.search.page.DefaultPager
 
remove() - Method in class com.atlassian.user.util.EnumerationAdaptor
 
remove(K) - Method in class com.atlassian.user.util.GenericCacheWrapper
 
removeAll() - Method in interface com.atlassian.user.impl.cache.Cache
Deprecated. Remove all of the objects from this cache.
removeAll() - Method in class com.atlassian.user.util.GenericCacheWrapper
 
removeExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.CachingExternalEntityDAO
 
removeExternalEntity(String) - Method in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
removeExternalEntity(String) - Method in interface com.atlassian.user.impl.hibernate.ExternalEntityDAO
Remove the named external taking no action if the external entity can't be found.
removeGroup(Group) - Method in interface com.atlassian.user.GroupManager
Remove the group specified, if it exists in this repository.
removeGroup(Group) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
removeGroup(Group) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
Removes the specified group, if it is present.
removeGroup(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
Removes the specified group, if it is present.
removeGroup(Group) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
removeGroup(Group) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
removeGroup(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
removeGroup(Group) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
removeMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Removes the user from the specified group.
removeMembership(Group, User) - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
removeMembership(Group, User) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
removeUser(User) - Method in class com.atlassian.user.impl.cache.CachingUserManager
Removes the specified group, if it is present.
removeUser(User) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
removeUser(User) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
Removes the specified group, if it is present.
removeUser(User) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
removeUser(User) - Method in class com.atlassian.user.impl.memory.provider.MemoryProvider
 
removeUser(User) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
removeUser(User) - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
removeUser(User) - Method in interface com.atlassian.user.UserManager
Removes the specified user from the repository.
REPOSITORIES - Static variable in interface com.atlassian.user.configuration.Configuration
 
repositoriesToResults - Variable in class com.atlassian.user.search.AbstractSearchResult
Deprecated.  
REPOSITORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
repository - Variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
repository - Variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
repository - Variable in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
repository - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
repository - Variable in class com.atlassian.user.impl.osuser.OSUEntityManager
 
repository - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
RepositoryAccessor - Interface in com.atlassian.user.configuration
Represents all components configured upon a repository.
repositoryConfigs - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
RepositoryConfiguration - Interface in com.atlassian.user.configuration
Represents the configuration of a single repository, with defaults taken from atlassian-user-defaults.xml and override settings coming from atlassian-user.xml.
RepositoryException - Exception in com.atlassian.user.impl
 
RepositoryException() - Constructor for exception com.atlassian.user.impl.RepositoryException
 
RepositoryException(String) - Constructor for exception com.atlassian.user.impl.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception com.atlassian.user.impl.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception com.atlassian.user.impl.RepositoryException
 
RepositoryIdentifier - Interface in com.atlassian.user.repository
The identifier of a repository, which consists of a key and a name.
repositoryKeyset() - Method in class com.atlassian.user.search.AbstractSearchResult
Deprecated.  
repositoryKeyset() - Method in class com.atlassian.user.search.DefaultSearchResult
 
repositoryKeyset() - Method in interface com.atlassian.user.search.SearchResult
 
RepositoryProcessor - Interface in com.atlassian.user.configuration
 
reset() - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
returningAttributes - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
RPCUtils - Class in com.atlassian.user.util
 
RPCUtils() - Constructor for class com.atlassian.user.util.RPCUtils
 

S

saveExternalEntity(ExternalEntity) - Method in class com.atlassian.user.impl.hibernate.DefaultExternalEntityDAO
 
saveExternalEntity(ExternalEntity) - Method in interface com.atlassian.user.impl.hibernate.ExternalEntityDAO
 
saveGroup(Group) - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
saveGroup(Group) - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
saveUser(User) - Method in class com.atlassian.user.impl.cache.CachingUserManager
 
saveUser(User) - Method in class com.atlassian.user.impl.delegation.DelegatingUserManager
 
saveUser(User) - Method in class com.atlassian.user.impl.hibernate.HibernateUserManager
 
saveUser(User) - Method in class com.atlassian.user.impl.memory.MemoryUserManager
 
saveUser(User) - Method in class com.atlassian.user.impl.osuser.OSUUserManager
 
saveUser(User) - Method in class com.atlassian.user.impl.ReadOnlyUserManager
 
saveUser(User) - Method in interface com.atlassian.user.UserManager
Persists any changes made to the user to the storage system used by this user manager.
search(Filter) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
search(Filter, String[]) - Method in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
search(Filter) - Method in interface com.atlassian.user.impl.ldap.adaptor.LDAPGroupAdaptor
 
search(Filter) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
search(Filter, String[]) - Method in class com.atlassian.user.impl.ldap.search.DefaultLDAPUserAdaptor
 
search(Filter) - Method in interface com.atlassian.user.impl.ldap.search.LDAPUserAdaptor
 
search(Filter, String[]) - Method in interface com.atlassian.user.impl.ldap.search.LDAPUserAdaptor
 
searchAllDepths - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
searchProperties - Variable in class com.atlassian.user.impl.ldap.adaptor.AbstractLDAPGroupAdaptor
 
searchProperties - Variable in class com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager
 
SearchResult<T> - Interface in com.atlassian.user.search
 
SECURITY_AUTHENTICATION - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
SECURITY_CREDENTIAL - Static variable in interface com.atlassian.user.configuration.Configuration
 
SECURITY_CREDENTIAL - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
SECURITY_PRINCIPAL - Static variable in interface com.atlassian.user.configuration.Configuration
 
SECURITY_PRINCIPAL - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
SECURITY_PROTOCOL - Static variable in interface com.atlassian.user.configuration.Configuration
 
SECURITY_PROTOCOL - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
SERVER - Static variable in interface com.atlassian.user.configuration.Configuration
 
sessionFactory - Variable in class com.atlassian.user.impl.hibernate.repository.DefaultHibernateRepository
 
setAccessor(DefaultOSUAccessor) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
setAccessProvider(AccessProvider) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
setAccessProvider(AccessProvider) - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
setAsActualType(String, Object) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setAuthenticator(Authenticator) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setBaseGroupNamespace(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setBaseUserNamespace(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setBoolean(String, boolean) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setCacheConfiguration(CacheConfiguration) - Method in class com.atlassian.user.configuration.DefaultRepositoryConfiguration
 
setCacheConfiguration(CacheConfiguration) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Set the cache configuration to be used for this repository.
setCacheFactory(CacheFactory) - Method in interface com.atlassian.user.cache.CacheFactoryAware
 
setCacheFactory(CacheFactory) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
setConnectionPoolProperties(RepositoryConfiguration) - Method in class com.atlassian.user.impl.ldap.configuration.LdapRepositoryProcessor
 
setConnectionProperties(LdapConnectionProperties) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setConnectTimeoutMillis(int) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setContextFactory(LdapContextFactory) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setCreated(Date) - Method in class com.atlassian.user.impl.DefaultEntity
 
setCredentialsProvider(CredentialsProvider) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
setCredentialsProvider(CredentialsProvider) - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
setData(String, byte[]) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setDate(String, Date) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setDistinguishedName(String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPGroup
 
setDistinguishedName(String) - Method in class com.atlassian.user.impl.ldap.DefaultLDAPUser
 
setDouble(String, double) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setEmail(String) - Method in class com.atlassian.user.impl.DefaultUser
 
setEmail(String) - Method in class com.atlassian.user.impl.osuser.OSUUser
 
setEmail(String) - Method in interface com.atlassian.user.User
 
setEmailAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setEntityQueryParser(EntityQueryParser) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setExternalMembers(Set<ExternalEntity>) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
For Hibernate's use only.
setFirstnameAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setFullName(String) - Method in class com.atlassian.user.impl.DefaultUser
 
setFullName(String) - Method in class com.atlassian.user.impl.osuser.OSUUser
 
setFullName(String) - Method in interface com.atlassian.user.User
 
setGroupAdaptor(LDAPGroupAdaptor) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setGroupFactory(LDAPGroupFactory) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setGroupFilter(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setGroupManager(GroupManager) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setGroupnameAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setGroups(Set) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
setGroups(Set<Group>) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
setGroupSearchScopeAllDepths(boolean) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setHost(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setId(long) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
setId(long) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
 
setId(long) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
setInt(String, int) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setJndiInitialContextFactoryIdentifier(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setLDAPQuery(Filter) - Method in class com.atlassian.user.impl.ldap.search.LDAPPagerInfo
 
setLocalMembers(Set<User>) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateGroup
For Hibernate's use only.
setLong(String, long) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setMembershipAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
setMembershipAttributeOnGroup(boolean) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
setMembershipAttributeUnqualified(boolean) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapMembershipProperties
 
setMembershipProperties(LdapMembershipProperties) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setMigrateMembershipsForExistingUsers(boolean) - Method in class com.atlassian.user.util.migration.MigratorConfiguration
 
setName(String) - Method in class com.atlassian.user.impl.DefaultEntity
 
setNonFlushableCaches(List) - Method in interface com.atlassian.user.impl.cache.CacheManager
Deprecated. Set the caches that should not be flushed when flushCaches() is called
setObject(String, Object) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setOSUserConfigurationHandler(DefaultOSUConfigurationHandler) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationLoader
 
setOSUserConfigurationHandler(DefaultOSUConfigurationHandler) - Method in interface com.atlassian.user.impl.osuser.config.xml.OSUConfigurationLoader
 
setPassword(String) - Method in class com.atlassian.user.impl.DefaultUser
 
setPassword(String) - Method in class com.atlassian.user.impl.osuser.OSUUser
 
setPassword(String) - Method in interface com.atlassian.user.User
 
setPasswordEncryptor(PasswordEncryptor) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setPoolingOn(boolean) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setPort(int) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setProfileProvider(ProfileProvider) - Method in class com.atlassian.user.impl.osuser.DefaultOSUAccessor
 
setProfileProvider(ProfileProvider) - Method in interface com.atlassian.user.impl.osuser.OSUAccessor
 
setProperties(String, Properties) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setPropertySetFactory(PropertySetFactory) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setProviderURL(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setReadTimeoutMillis(int) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setRepository(RepositoryIdentifier) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setSchema(PropertySetSchema) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setSearchBatchSize(int) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setSearchProperties(LdapSearchProperties) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setSecurityAuthentication(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setSecurityCredential(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setSecurityPrincipal(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setSecurityProtocol(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
setString(String, String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setSurnameAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setText(String, String) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
setTimeLimitMillis(int) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setType(String) - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 
setUserAdaptor(LDAPUserAdaptor) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setUserFactory(LDAPUserFactory) - Method in class com.atlassian.user.impl.ldap.LdapRepositoryAccessor
 
setUserFilter(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setUserManager(UserManager) - Method in class com.atlassian.user.configuration.DefaultRepositoryAccessor
 
setUserManager(UserManager) - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
setUsernameAttribute(String) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setUserSearchScopeAllDepths(boolean) - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapSearchProperties
 
setXML(String, Document) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
shutdownStream(OutputStream) - Static method in class com.atlassian.user.util.FileUtils
Unconditionally close an OutputStream.
shutdownStream(InputStream) - Static method in class com.atlassian.user.util.FileUtils
Unconditionally close an InputStream.
skipTo(int) - Method in class com.atlassian.user.search.page.AbstractPrefetchingPager
 
skipTo(int) - Method in class com.atlassian.user.search.page.DefaultPager
 
skipTo(int) - Method in class com.atlassian.user.search.page.MergedListPager
Will run the index up to this point.
skipTo(int) - Method in class com.atlassian.user.search.page.MergedPager
Deprecated.  
skipTo(int) - Method in interface com.atlassian.user.search.page.Pager
Will run the index up to this point.
startElement(String, String, String, Attributes) - Method in class com.atlassian.user.impl.osuser.config.xml.DefaultOSUConfigurationHandler
 
StartsWithIgnoreCaseMatcher - Class in com.atlassian.user.search.query.match
Matches if content.startsWith(searchTerm) returns true after the arguments have been converted to lower case.
StartsWithIgnoreCaseMatcher() - Constructor for class com.atlassian.user.search.query.match.StartsWithIgnoreCaseMatcher
 
SUBSTRING_CONTAINS - Static variable in interface com.atlassian.user.search.query.TermQuery
 
SUBSTRING_ENDS_WITH - Static variable in interface com.atlassian.user.search.query.TermQuery
 
SUBSTRING_STARTS_WITH - Static variable in interface com.atlassian.user.search.query.TermQuery
 
supportsExternalMembership() - Method in interface com.atlassian.user.GroupManager
Returns true if the repository supports users in other repositories being members of groups in this repository.
supportsExternalMembership() - Method in class com.atlassian.user.impl.cache.CachingGroupManager
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.delegation.DelegatingGroupManager
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.ldap.LDAPGroupManagerReadOnly
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.memory.MemoryGroupManager
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.memory.MemoryGroupManagerReadOnly
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.osuser.OSUGroupManager
 
supportsExternalMembership() - Method in class com.atlassian.user.impl.ReadOnlyGroupManager
 
supportsType(int) - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
supportsTypes() - Method in class com.atlassian.user.impl.cache.properties.CachedPropertySet
 
SURNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
SURNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 

T

term - Variable in class com.atlassian.user.search.query.AbstractSingleTermQuery
 
TermQuery - Interface in com.atlassian.user.search.query
 
TIME_TO_LIVE - Static variable in interface com.atlassian.user.configuration.Configuration
 
TIME_TO_LIVE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
TIMEOUT - Static variable in interface com.atlassian.user.configuration.Configuration
 
toList(Pager<T>) - Static method in class com.atlassian.user.search.page.PagerUtils
 
toListOfEntityNames(Pager) - Static method in class com.atlassian.user.search.page.PagerUtils
Deprecated. since 1.25. In general, the Pager should not be used wherever possible. Manually extract entity names from the Pager itself if it is still required.
toString() - Method in class com.atlassian.user.impl.DefaultGroup
 
toString() - Method in class com.atlassian.user.impl.DefaultUser
 
toString() - Method in class com.atlassian.user.impl.hibernate.DefaultHibernateUser
 
toString() - Method in class com.atlassian.user.impl.ldap.properties.DefaultLdapConnectionProperties
 
toString() - Method in class com.atlassian.user.impl.osuser.OSUUser
 
toString() - Method in class com.atlassian.user.repository.DefaultRepositoryIdentifier
 
TRUSTSTORE - Static variable in interface com.atlassian.user.configuration.Configuration
 
TwoTermBooleanQuery - Class in com.atlassian.user.search.query
 
TwoTermBooleanQuery(Query, Query) - Constructor for class com.atlassian.user.search.query.TwoTermBooleanQuery
Defaults anding to true
TwoTermBooleanQuery(Query, Query, String) - Constructor for class com.atlassian.user.search.query.TwoTermBooleanQuery
 
TwoTermBooleanQuery(Query, Query, boolean) - Constructor for class com.atlassian.user.search.query.TwoTermBooleanQuery
 
type - Variable in class com.atlassian.user.impl.hibernate.DefaultHibernateExternalEntity
 

U

underlyingGroupManager - Variable in class com.atlassian.user.impl.cache.CachingGroupManager
 
unpackWord(long, byte[], int) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
update(byte) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
update(byte[], int, int) - Method in class com.atlassian.user.impl.osuser.security.password.OSUPasswordEncryptor
 
USE_UNQUALIFIED_USER_NAME_FOR_MEMBERSHIP_COMPARISON - Static variable in interface com.atlassian.user.configuration.Configuration
 
USE_UNQUALIFIED_USER_NAME_FOR_MEMBERSHIP_COMPARISON - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
User - Interface in com.atlassian.user
 
USER_SEARCH_ALL_DEPTHS - Static variable in interface com.atlassian.user.configuration.Configuration
 
USER_SEARCH_ALL_DEPTHS - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
USER_SEARCH_FILTER - Static variable in interface com.atlassian.user.configuration.Configuration
 
USER_SEARCH_FILTER - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
USERADAPTOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
USERFACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
USERMANAGER - Static variable in interface com.atlassian.user.configuration.Configuration
 
userManager - Variable in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
userManager - Variable in class com.atlassian.user.impl.hibernate.properties.HibernatePropertySetFactory
 
userManager - Variable in class com.atlassian.user.search.query.DefaultEntityQueryParser
 
UserManager - Interface in com.atlassian.user
 
userMigrated() - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
userMigrated() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called on each user migrated
userMigrationComplete() - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
userMigrationComplete() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when user migration is complete
userMigrationStarted(int) - Method in class com.atlassian.user.util.migration.Log4jMigrationProgressListener
 
userMigrationStarted(int) - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when user migration begins
USERNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.configuration.Configuration
 
USERNAME_ATTRIBUTE - Static variable in interface com.atlassian.user.impl.ldap.repository.LdapContextFactory
 
UserNameTermQuery - Class in com.atlassian.user.search.query
 
UserNameTermQuery(String) - Constructor for class com.atlassian.user.search.query.UserNameTermQuery
 
UserNameTermQuery(String, String) - Constructor for class com.atlassian.user.search.query.UserNameTermQuery
 
UserQuery - Interface in com.atlassian.user.search.query
Designates that the Query is looking up users, and will return a User object for each item of the result.
UsersInGroupTwoTermQuery - Class in com.atlassian.user.search.query
Query used to search for users that match a particular username query (say tom*) and group query (say confluence-*)
UsersInGroupTwoTermQuery(UserNameTermQuery) - Constructor for class com.atlassian.user.search.query.UsersInGroupTwoTermQuery
 
UsersInGroupTwoTermQuery(GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.UsersInGroupTwoTermQuery
 
UsersInGroupTwoTermQuery(UserNameTermQuery, GroupNameTermQuery) - Constructor for class com.atlassian.user.search.query.UsersInGroupTwoTermQuery
 

V

validateArgs(HashMap, String[], Object) - Static method in class com.atlassian.user.configuration.util.InitializationCheck
 
validateBooleanToQueryType(BooleanQuery, String) - Method in class com.atlassian.user.search.query.AbstractEntityQueryParser
Ensures that the BooleanQuery combines queries of a singular type UserQuery, GroupQuery, or MembershipQuery.
validateGroup(Group) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
validateGroupAndUser(Group, User) - Method in class com.atlassian.user.impl.hibernate.HibernateGroupManager
 
validateLDAPEntity(Entity) - Static method in class com.atlassian.user.impl.ldap.LDAPValidator
 
validateQuery(Query) - Method in class com.atlassian.user.search.query.AbstractEntityQueryParser
 

W

WILDCARD - Static variable in class com.atlassian.user.impl.ldap.search.query.LDAPEntityQueryParser
 
WILDCARD - Static variable in interface com.atlassian.user.search.query.TermQuery
 

X

XMLConfiguration - Class in com.atlassian.user.configuration.xml
 
XMLConfiguration() - Constructor for class com.atlassian.user.configuration.xml.XMLConfiguration
 
XMLConfiguration(String) - Constructor for class com.atlassian.user.configuration.xml.XMLConfiguration
 
XMLConfiguration(InputStream) - Constructor for class com.atlassian.user.configuration.xml.XMLConfiguration
 
XMLConfigurationParser - Class in com.atlassian.user.configuration.xml
Parses repository definitions and configuration out of an atlassian-user.xml file, with fall-back to the defaults loaded by the XMLDefaultsParser.
XMLConfigurationParser() - Constructor for class com.atlassian.user.configuration.xml.XMLConfigurationParser
 
XMLConfigurationParser(String) - Constructor for class com.atlassian.user.configuration.xml.XMLConfigurationParser
 
XMLDefaultsParser - Class in com.atlassian.user.configuration.xml
Loads the default configuration for the available atlassian-user repositories.
XMLDefaultsParser() - Constructor for class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
XMLDefaultsParser(String) - Constructor for class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
XMLDefaultsParser(String[]) - Constructor for class com.atlassian.user.configuration.xml.XMLDefaultsParser
 
xmlIS - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 
xmlParser - Variable in class com.atlassian.user.configuration.xml.XMLConfiguration
 

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

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