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

A

ACCESSOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
addComponent(String, Object) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
addMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Adds the user to the specified group.
addRepositoryAccessor(RepositoryAccessor) - Method in interface com.atlassian.user.configuration.DelegationAccessor
Adds a RepositoryAccessor to the end of the delegation order.
addRepositoryKey(String) - Method in interface com.atlassian.user.search.query.QueryContext
Deprecated. since 2.1 should not be on the interface, use DefaultQueryContext#DefaultQueryContext(RepositoryIdentifier...)
ALL_REPOSITORIES - Static variable in interface com.atlassian.user.search.query.QueryContext
Deprecated. since 2.1 should not be on the interface, use AllRepositoriesQueryContext to model this behaviour
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 interface com.atlassian.user.search.query.BooleanQuery
 
authenticate(String, String) - Method in interface com.atlassian.user.security.authentication.Authenticator
 
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

BASE_CONTEXT - Static variable in interface com.atlassian.user.configuration.Configuration
 
BooleanQuery<T extends Entity> - Interface in com.atlassian.user.search.query
Allows for the boolean conjunction of Query objects with an AND or OR parameter.

C

CACHE - Static variable in interface com.atlassian.user.configuration.Configuration
 
CacheConfiguration - Interface in com.atlassian.user.configuration
 
CACHEFACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
CacheFactoryAware - Interface in com.atlassian.user.cache
 
CLASS - Static variable in interface com.atlassian.user.configuration.Configuration
 
CLASSES - Static variable in interface com.atlassian.user.configuration.Configuration
 
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.impl - package com.atlassian.user.impl
 
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.migration - package com.atlassian.user.util.migration
 
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 interface com.atlassian.user.configuration.RepositoryConfiguration
 
CONNECT_TIMEOUT - Static variable in interface com.atlassian.user.configuration.Configuration
 
contains(RepositoryIdentifier) - Method in interface com.atlassian.user.search.query.QueryContext
Returns true if the specified repository is in this query context, otherwise false.
createGroup(String) - Method in interface com.atlassian.user.GroupManager
Create a new group with the specified name.
createUser(String) - Method in interface com.atlassian.user.UserManager
Deprecated. since 3.0 use UserManager.createUser(User, Credential) because this is an inconvenient way to create users now that the setFullName() and setEmail() methods are no longer on the User interface
createUser(User, Credential) - Method in interface com.atlassian.user.UserManager
Creates a new user with the provided user details and encrypted password.
Credential - Class in com.atlassian.user.security.password
Represents a user's password.

D

DEBUG - Static variable in interface com.atlassian.user.configuration.Configuration
 
DEFAULT - Static variable in interface com.atlassian.user.configuration.Configuration
 
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.
DESCRIPTION - Static variable in interface com.atlassian.user.configuration.Configuration
 
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

encrypt(String) - Method in interface com.atlassian.user.security.password.PasswordEncryptor
 
encrypted(String) - Static method in class com.atlassian.user.security.password.Credential
 
Entity - Interface in com.atlassian.user
 
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
 
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
 
EntityQueryParser - Interface in com.atlassian.user.search.query
Parses and executes queries for users and groups against one or more Atlassian-User repositories.
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
 
equals(Object) - Method in class com.atlassian.user.security.password.Credential
 
EXTERNAL_ENTITY_DAO - Static variable in interface com.atlassian.user.configuration.Configuration
 
EXTERNAL_REPOSITORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
ExternalEntity - Interface in com.atlassian.user
An entry representing an external user or group.

F

findGroups(Query<Group>) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Returns the groups matching the provided query.
findGroups(Query<Group>, QueryContext) - Method in interface com.atlassian.user.search.query.EntityQueryParser
If the repository matches the query context, returns the groups matching the query, otherwise returns null.
findUsers(Query<User>) - Method in interface com.atlassian.user.search.query.EntityQueryParser
Returns the users matching the provided query.
findUsers(Query<User>, QueryContext) - Method in interface com.atlassian.user.search.query.EntityQueryParser
If the repository matches the query context, returns the users matching the query, otherwise returns null.

G

getAuthenticator() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getCacheConfiguration() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns the cache configuration for this repository.
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 interface com.atlassian.user.configuration.RepositoryConfiguration
 
getComponentNames() - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
getCurrentPage() - Method in interface com.atlassian.user.search.page.Pager
 
getDelegationAccessor() - Method in interface com.atlassian.user.configuration.Configuration
 
getEmail() - Method in interface com.atlassian.user.User
 
getEncryptedValue(Credential) - Method in interface com.atlassian.user.security.password.PasswordEncryptor
 
getEntityQueryParser() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
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.
getFullName() - Method in interface com.atlassian.user.User
 
getGroup(String) - Method in interface com.atlassian.user.GroupManager
Retrieves the group with the given name.
getGroupManager() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getGroupManagerClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
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.
getId() - Method in interface com.atlassian.user.ExternalEntity
 
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
 
getIndex() - Method in interface com.atlassian.user.search.page.Pager
 
getIndexOfFirstItemInCurrentPage() - Method in interface com.atlassian.user.search.page.Pager
 
getKey() - Method in interface com.atlassian.user.repository.RepositoryIdentifier
String uniquely identifying this repository.
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.
getMatchingRule() - Method in interface com.atlassian.user.search.query.TermQuery
 
getMemberNames(Group) - Method in interface com.atlassian.user.GroupManager
Retrieves the names of all members of the specified group.
getName() - Method in interface com.atlassian.user.Entity
 
getName() - Method in interface com.atlassian.user.repository.RepositoryIdentifier
String with a more user-friendly name for the repository.
getPropertySet(Entity) - Method in interface com.atlassian.user.properties.PropertySetFactory
 
getPropertySetFactory() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getPropertySetFactoryClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
getQueries() - Method in interface com.atlassian.user.search.query.BooleanQuery
 
getRepository(Entity) - Method in interface com.atlassian.user.EntityManager
 
getRepository() - Method in interface com.atlassian.user.security.authentication.Authenticator
 
getRepositoryAccessor(String) - Method in interface com.atlassian.user.configuration.DelegationAccessor
 
getRepositoryAccessors() - Method in interface com.atlassian.user.configuration.DelegationAccessor
 
getRepositoryKeys() - Method in interface com.atlassian.user.search.query.QueryContext
Deprecated. since 2.1 use QueryContext.contains(RepositoryIdentifier) instead
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.
getTerm() - Method in interface com.atlassian.user.search.query.TermQuery
 
getType() - Method in interface com.atlassian.user.ExternalEntity
 
getUser(String) - Method in interface com.atlassian.user.UserManager
 
getUserManager() - Method in interface com.atlassian.user.configuration.RepositoryAccessor
 
getUserManagerClassName() - Method in interface com.atlassian.user.configuration.CacheConfiguration
 
getUserNames() - Method in interface com.atlassian.user.UserManager
 
getUsers() - Method in interface com.atlassian.user.UserManager
 
getValue() - Method in class com.atlassian.user.security.password.Credential
Returns the password, either in plain text if Credential.isEncrypted() returns false, or as a SHA1-512 hash if Credential.isEncrypted() returns true.
getWritableGroups() - Method in interface com.atlassian.user.GroupManager
Gets all editable groups.
Group - Interface in com.atlassian.user
DefaultGroup interface
GROUPADAPTOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
GROUPFACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
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.
groupMigrated() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called on each group migration
groupMigrationComplete() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when group migration is complete
groupMigrationStarted(int) - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when group migration begins
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.

H

hasClassForComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
 
hasComponent(String) - Method in interface com.atlassian.user.configuration.RepositoryConfiguration
Returns true if the component exists and is not null, otherwise false.
hasExistingUsers() - Method in interface com.atlassian.user.util.migration.EntityMigrator
Returns true if there are existing users in the destination repository, otherwise false.
hashCode() - Method in class com.atlassian.user.security.password.Credential
 
hasMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Returns true if the user is a member of the specified group.
HIBERNATE - Static variable in interface com.atlassian.user.configuration.Configuration
 
HIBERNATE_CONFIGURATION_PROVIDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
HIBERNATE_SESSION_FACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 

I

init() - Method in interface com.atlassian.user.configuration.Configuration
 
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 interface com.atlassian.user.search.query.BooleanQuery
It is impossible for isAND() and isOR() to both return true or false.
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).
isEmpty() - Method in interface com.atlassian.user.search.page.Pager
 
isEncrypted() - Method in class com.atlassian.user.security.password.Credential
Returns true if the string returned by Credential.getValue() is an encrypted hash of the password, rather than the plaintext password itself.
isInitialized() - Method in interface com.atlassian.user.configuration.Configuration
 
isMatchingSubstring() - Method in interface com.atlassian.user.search.query.TermQuery
 
isMigrateMembershipsForExistingUsers() - Method in class com.atlassian.user.util.migration.MigratorConfiguration
 
isOR() - Method in interface com.atlassian.user.search.query.BooleanQuery
 
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(User) - Method in interface com.atlassian.user.UserManager
 
iterator() - Method in interface com.atlassian.user.search.page.Pager
Use this if you want a typical iterator over the entire data.

K

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

L

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
 

M

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 interface com.atlassian.user.search.query.match.Matcher
Returns true if the content "matches" the searchTerm, according to the matching rules of the implementation.
MAXSIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
MEMORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
migrate(MigratorConfiguration, MigrationProgressListener) - Method in interface com.atlassian.user.util.migration.EntityMigrator
Migrates users from one repository to another.
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
 

N

NAME - Static variable in interface com.atlassian.user.configuration.Configuration
 
nextPage() - Method in interface com.atlassian.user.search.page.Pager
 
NO_POSITION - Static variable in interface com.atlassian.user.search.page.Pager
 
NONE - Static variable in class com.atlassian.user.security.password.Credential
The null or empty credential, which is encrypted and has an invalid hash so it can never be authenticated against.

O

onExternalUserRename(String, String) - Method in interface com.atlassian.user.UserManager
Notifies the manager of a user rename done externally
onLastPage() - Method in interface com.atlassian.user.search.page.Pager
 
OR - Static variable in interface com.atlassian.user.search.query.BooleanQuery
 
ORDER - Static variable in interface com.atlassian.user.configuration.Configuration
 
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
 
OSUSER - Static variable in interface com.atlassian.user.configuration.Configuration
 

P

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
 
PARAM - Static variable in interface com.atlassian.user.configuration.Configuration
 
PASSWORD_ENCRYPTOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
PasswordEncryptor - Interface in com.atlassian.user.security.password
 
POOL_AUTHENTICATION - Static variable in interface com.atlassian.user.configuration.Configuration
 
POOLING_ON - Static variable in interface com.atlassian.user.configuration.Configuration
 
PREFSIZE - Static variable in interface com.atlassian.user.configuration.Configuration
 
PRELOAD_LIMIT - Static variable in interface com.atlassian.user.search.page.Pager
Maximum number of elements to hold in memory at a given moment.
process(RepositoryConfiguration) - Method in interface com.atlassian.user.configuration.RepositoryProcessor
 
PROCESSOR - Static variable in interface com.atlassian.user.configuration.Configuration
 
PROPERTYSET_FACTORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
PropertySetFactory - Interface in com.atlassian.user.properties
 
PROVIDER_URL - Static variable in interface com.atlassian.user.configuration.Configuration
 

Q

Query<T extends Entity> - 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
 
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.
removeGroup(Group) - Method in interface com.atlassian.user.GroupManager
Remove the group specified, if it exists in this repository.
removeMembership(Group, User) - Method in interface com.atlassian.user.GroupManager
Removes the user from the specified group.
removeUser(User) - Method in interface com.atlassian.user.UserManager
Removes the specified user from the repository.
renameUser(User, String) - Method in interface com.atlassian.user.UserManager
Renames the user to the new name.
REPOSITORIES - Static variable in interface com.atlassian.user.configuration.Configuration
 
REPOSITORY - Static variable in interface com.atlassian.user.configuration.Configuration
 
RepositoryAccessor - Interface in com.atlassian.user.configuration
Represents all components configured upon a repository.
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 interface com.atlassian.user.search.SearchResult
 
RepositoryProcessor - Interface in com.atlassian.user.configuration
 

S

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.
SearchResult<T> - Interface in com.atlassian.user.search
 
SECURITY_PROTOCOL - Static variable in interface com.atlassian.user.configuration.Configuration
 
SERVER - Static variable in interface com.atlassian.user.configuration.Configuration
 
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
 
setMigrateMembershipsForExistingUsers(boolean) - Method in class com.atlassian.user.util.migration.MigratorConfiguration
 
skipTo(int) - Method in interface com.atlassian.user.search.page.Pager
Will run the index up to this point.
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.

T

TermQuery<T extends Entity> - Interface in com.atlassian.user.search.query
 
TIMEOUT - Static variable in interface com.atlassian.user.configuration.Configuration
 
TRUSTSTORE - Static variable in interface com.atlassian.user.configuration.Configuration
 

U

unencrypted(String) - Static method in class com.atlassian.user.security.password.Credential
 
User - Interface in com.atlassian.user
 
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 - Interface in com.atlassian.user
 
userMigrated() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called on each user migrated
userMigrationComplete() - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when user migration is complete
userMigrationStarted(int) - Method in interface com.atlassian.user.util.migration.MigrationProgressListener
called when user migration begins
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.

W

WILDCARD - Static variable in interface com.atlassian.user.search.query.TermQuery
 

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

Copyright © 2005-2015 Atlassian. All Rights Reserved.