Skip navigation links
A B C D E F G H I K M N O P Q R S T U V 

A

AbstractDelegatingEntityWithAttributes - Class in com.atlassian.crowd.embedded.impl
Abstract class providing a delegating implementation of the Attributes interface.
AbstractDelegatingEntityWithAttributes(Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
AccountNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the account could not be found during an authentication attempt.
AccountNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.AccountNotFoundException
Constructs a new AccountNotFoundException.
AccountNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.AccountNotFoundException
Constructs a new AccountNotFoundException.
ACTIVE_FILTER - Static variable in class com.atlassian.crowd.embedded.api.Directories
Deprecated.
Use Directory.isActive() instead. Since 3.4.0.
add(String) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
addAll(Collection<? extends String>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
addDirectory(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will add a new Directory into the local database.
addGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a group to the directory store.
addGroupToGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a group as a member of a parent group.
addStatusParameter(Serializable) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
addStatusParameters(Iterable<Serializable>) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
addUser(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Deprecated.
addUser(UserWithAttributes, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a user to the directory store.
addUserToGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a user as a member of a group.
ApplicationNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when an application is not found.
ApplicationNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application name.
ApplicationNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application name and cause.
ApplicationNotFoundException(Long) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application id.
ApplicationNotFoundException(Long, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application id and cause.
Attributes - Interface in com.atlassian.crowd.embedded.api
Represents attributes that can be associated to users and groups.
authenticate(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Authenticates a user with the given credential.

B

build() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
builder() - Static method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
builder(DirectorySynchronisationRoundInformation) - Static method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 

C

canResetPassword() - Method in interface com.atlassian.crowd.embedded.api.UserCapabilities
Whether the user can request a password reset.
canResetPassword() - Method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 
changeEncryptionKey() - Method in interface com.atlassian.crowd.embedded.api.Encryptor
Generate new encryption key, which should be used to encrypt password in following calls to Encryptor.encrypt(java.lang.String).
com.atlassian.crowd.embedded.api - package com.atlassian.crowd.embedded.api
 
com.atlassian.crowd.embedded.impl - package com.atlassian.crowd.embedded.impl
 
com.atlassian.crowd.exception - package com.atlassian.crowd.exception
 
com.atlassian.crowd.exception.crypto - package com.atlassian.crowd.exception.crypto
 
com.atlassian.crowd.exception.embedded - package com.atlassian.crowd.exception.embedded
 
com.atlassian.crowd.exception.runtime - package com.atlassian.crowd.exception.runtime
 
com.atlassian.crowd.validator - package com.atlassian.crowd.validator
 
CommunicationException - Exception in com.atlassian.crowd.exception.runtime
A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to communicate with the remote User Directory.
CommunicationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CommunicationException
 
CommunicationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CommunicationException
 
compare(Group, Group) - Method in class com.atlassian.crowd.embedded.api.GroupComparator
 
compare(User, User) - Method in class com.atlassian.crowd.embedded.api.UserComparator
 
compareTo(Group) - Method in interface com.atlassian.crowd.embedded.api.Group
CompareTo must be compatible with the equals() and hashCode() methods
compareTo(Group, Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
compareTo(User) - Method in interface com.atlassian.crowd.embedded.api.User
CompareTo must be compatible with the equals() and hashCode() methods
compareTo(User, User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
compareTo(UserComparator.Key) - Method in class com.atlassian.crowd.embedded.api.UserComparator.Key
 
compareTo(Group) - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
compareToInLowerCase(String, String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the two given identifier strings to lowercase and compare them.
ConnectionPoolProperties - Interface in com.atlassian.crowd.embedded.api
The system-wide settings for LDAP connection pooling, as provided by JNDI.
ConnectionPoolPropertyConstants - Class in com.atlassian.crowd.embedded.impl
Class containing the properties related to a connection pool.
ConnectionPoolPropertyUtil - Class in com.atlassian.crowd.embedded.impl
 
ConnectionPoolPropertyUtil() - Constructor for class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 
contains(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
containsAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
containsIdentifierBiPredicate(Multimap<String, String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Returns function that checks presence of an entry in the original multimap, ignoring string casing.
containsIdentifierPredicate(Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
 
containsKey(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
credential - Variable in class com.atlassian.crowd.embedded.api.PasswordCredential
 
CrowdDirectoryService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing Directory Operations in Crowd for applications embedding Crowd.
CrowdException - Exception in com.atlassian.crowd.exception
CrowdException is the superclass of Crowd-specific exceptions that must be caught.
CrowdException() - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(String) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdRuntimeException - Exception in com.atlassian.crowd.exception.runtime
CrowdRuntimeException is the superclass of Crowd-specific exceptions that may be thrown but not necessarily caught.
CrowdRuntimeException() - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with null as its detail message.
CrowdRuntimeException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with the specified detail message.
CrowdRuntimeException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with the specified detail message and cause.
CrowdRuntimeException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CrowdService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing User and Group operations in Crowd for applications embedding Crowd.

D

DataReEncryptor - Interface in com.atlassian.crowd.embedded.api
Generic interface for classes that need to encrypt or re-encrypt existing data.
decrypt(String) - Method in interface com.atlassian.crowd.embedded.api.Encryptor
Decrypt encrypted password, and return its original value.
DEFAULT_INITIAL_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_MAXIMUM_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_POOL_AUTHENTICATION - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_POOL_PROTOCOL - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_POOL_TIMEOUT_MS - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_PREFERRED_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DefaultConnectionPoolProperties - Class in com.atlassian.crowd.embedded.impl
Form-backing bean used to set default values in the connection pool UI and convert the values for storage as application attributes.
DefaultConnectionPoolProperties() - Constructor for class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
delegate() - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
delegate() - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
DelegatingGroupWithAttributes - Class in com.atlassian.crowd.embedded.impl
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
DelegatingGroupWithAttributes(Group, Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
DelegatingUserWithAttributes - Class in com.atlassian.crowd.embedded.impl
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
DelegatingUserWithAttributes(User, Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
difference(Collection<String>, Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
differenceWithOriginalCasing(Collection<String>, Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
Directories - Class in com.atlassian.crowd.embedded.api
Utility class for Directory
Directory - Interface in com.atlassian.crowd.embedded.api
Represents a Directory configuration in Crowd.
DirectoryCurrentlySynchronisingException - Exception in com.atlassian.crowd.exception
Thrown when an operation failed because the directory is currently synchronising.
DirectoryCurrentlySynchronisingException(long) - Constructor for exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
DirectoryCurrentlySynchronisingException(long, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
DirectoryInstantiationException - Exception in com.atlassian.crowd.exception
Exception when a com.atlassian.crowd.directory.RemoteDirectory implementation can not be loaded by a Directory.
DirectoryInstantiationException() - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryMappingNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when a directory mapping could not be found for the given pair application and directory ids.
DirectoryMappingNotFoundException(long, long) - Constructor for exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
 
DirectoryNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when a directory could not be found
DirectoryNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Long) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Long, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectorySynchronisationInformation - Class in com.atlassian.crowd.embedded.api
Simple object to store synchronisation information for synchronisable directories
DirectorySynchronisationInformation(DirectorySynchronisationRoundInformation, DirectorySynchronisationRoundInformation) - Constructor for class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
 
DirectorySynchronisationRoundInformation - Class in com.atlassian.crowd.embedded.api
Information of a directory synchronisation round.
DirectorySynchronisationRoundInformation(long, long, String, List<Serializable>) - Constructor for class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Deprecated.
DirectorySynchronisationRoundInformation(DirectorySynchronisationRoundInformation.Builder) - Constructor for class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
DirectorySynchronisationRoundInformation.Builder - Class in com.atlassian.crowd.embedded.api
 
DirectoryType - Enum in com.atlassian.crowd.embedded.api
 
DirectoryUserCapabilities - Class in com.atlassian.crowd.embedded.impl
Default implementation for UserCapabilities.
DirectoryValidationContext - Enum in com.atlassian.crowd.validator
Represents a subset of context that should be used for Directory Validation
directoryWithIdPredicate(long) - Static method in class com.atlassian.crowd.embedded.api.Directories
Matches for directories with the specified directoryId.

E

EMPTY - Static variable in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
encrypt(String) - Method in interface com.atlassian.crowd.embedded.api.Encryptor
Encrypt plaintext password, and return encrypted value which can later be used in decrypt method to get plaintext password.
encrypted(String) - Static method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
Encryptor - Interface in com.atlassian.crowd.embedded.api
Encryptor can be used to encrypt / decrypt passwords.
equal(Group, Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
Checks whether the two Group objects are equal according to the contract of the Group interface.
equal(User, User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
Checks whether the two User objects are equal according to the contract of the User interface.
equals(Object) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
equals(Object) - Method in interface com.atlassian.crowd.embedded.api.Group
Implementations must ensure equality based on case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
equals(Object) - Method in interface com.atlassian.crowd.embedded.api.User
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
equalsInLowerCase(String, String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the two given identifier strings to lowercase and check for equality.
equalsObject(Group, Object) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
equalsObject(User, Object) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
ExpiredCredentialException - Exception in com.atlassian.crowd.exception
Thrown when the credentials have expired.
ExpiredCredentialException() - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 

F

FailedAuthenticationException - Exception in com.atlassian.crowd.exception
 
FailedAuthenticationException() - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(String) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FeatureFlag - Interface in com.atlassian.crowd.embedded.api
Class providing information whether given feature is enabled.
findAllDirectories() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will return a List<Directory> ordered by the order specified by the application.
findDirectoryById(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will return a Directory based on the given directoryId
findDirectoryByName(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will return a Directory based on the given name
forExternalId(String) - Static method in exception com.atlassian.crowd.exception.UserNotFoundException
 
fromAllowedOperations(Set<OperationType>) - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
 
fromDirectory(Directory) - Static method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 
fromName(String) - Method in enum com.atlassian.crowd.embedded.api.OperationType
 
fromPropertiesMap(Map<String, String>) - Static method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
fromRanking(long) - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
 

G

get(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
getActiveRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Information of the currently running synchronisation or null if directory is not being synchronised.
getAllowedOperations() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the operations allowed to be performed on this directory.
getAllowedOperations() - Method in enum com.atlassian.crowd.embedded.api.PermissionOption
 
getApplicationId() - Method in exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
 
getApplicationName() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
 
getAttributes() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the attributes of the directory.
getAvailableEncryptorKeys() - Method in interface com.atlassian.crowd.embedded.api.SwitchableEncryptor
 
getCapabilitiesForNewUsers() - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Gets details of the possible operations that can be performed on new users.
getChildName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
Returns name of the child.
getChildName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
getCreatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the date the directory was created.
getCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Gets the password credential.
getCurrentEncryptorKey() - Method in interface com.atlassian.crowd.embedded.api.SwitchableEncryptor
 
getDescription() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns a description of the directory.
getDirectoryId() - Method in interface com.atlassian.crowd.embedded.api.User
 
getDirectoryId() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getDirectoryId() - Method in exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
getDirectoryId() - Method in exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
 
getDirectoryName() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
Returns the name of the directory that could not be found.
getDirectorySynchronisationInformation(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns the synchronisation information for the directory.
getDisplayName() - Method in interface com.atlassian.crowd.embedded.api.User
 
getDisplayName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getDurationMs() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns in milliseconds the duration of the synchronisation.
getEmailAddress() - Method in interface com.atlassian.crowd.embedded.api.User
 
getEmailAddress() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getEncryptionType() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the encryption algorithm used by the directory.
getErrorMessage() - Method in interface com.atlassian.crowd.validator.ValidationError
Returns the actual error message
getFieldName() - Method in interface com.atlassian.crowd.validator.ValidationError
Returns name of the field for which this error was raised
getFullSyncError() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the full synchronisation failure reason.
getGroup(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Finds the group that matches the supplied name.
getGroup() - Method in exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
getGroupName() - Method in exception com.atlassian.crowd.exception.GroupNotFoundException
 
getGroupName() - Method in exception com.atlassian.crowd.exception.ReadOnlyGroupException
Returns the name of the read-only group.
getGroupName() - Method in exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
getGroupWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Finds the group that matches the supplied name.
getId() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the directory ID.
getId() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
 
getId() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
Returns the ID of the directory that could not be found.
getImplementationClass() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the fully qualified name of the class that implements the directory.
getIncrementalSyncError() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the incremental synchronisation failure reason.
getInitialSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getInitialSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getInitialSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getInstance() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getKeys() - Method in interface com.atlassian.crowd.embedded.api.Attributes
Gets all the keys of the attributes.
getKeys() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getLastRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Information of the last completed synchronisation or null if directory has never been synchronised.
getMaximumSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getMaximumSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getMaximumSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getMaxResults() - Method in interface com.atlassian.crowd.embedded.api.Query
The maximum number of elements to return.
getName() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the name of the directory.
getName() - Method in interface com.atlassian.crowd.embedded.api.Group
 
getName() - Method in enum com.atlassian.crowd.embedded.api.OperationType
 
getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getName() - Method in exception com.atlassian.crowd.exception.AccountNotFoundException
Returns the name of the account.
getName() - Method in exception com.atlassian.crowd.exception.InactiveAccountException
Returns the name of the account.
getNodeId() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the id of the node that performed the synchronization.
getNodeName() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the name of the node that performed the synchronization.
getParentName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
Returns names of the parent.
getParentName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
getPassword() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
getPasswordScore(PasswordCredential, Collection<String>) - Method in interface com.atlassian.crowd.embedded.api.PasswordScoreService
Analyse a non-encrypted password and determine the score of it according to some method (e.g.
getPolicyDescription() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
 
getPreferredSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getPreferredSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getPreferredSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getRanking() - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
 
getRemoteUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name from a remote directory.
getReturnType() - Method in interface com.atlassian.crowd.embedded.api.Query
The type of elements to return.
getSearchRestriction() - Method in interface com.atlassian.crowd.embedded.api.Query
Restrictions to apply to the query.
getStartIndex() - Method in interface com.atlassian.crowd.embedded.api.Query
The index of the first element to return.
getStartTime() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the time in milliseconds of the directory synchronisation time.
getStatusKey() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns a status key that can be used to get a human readable synchronisation status message.
getStatusParameters() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns parameters for status key retrieved from DirectorySynchronisationRoundInformation.getStatusKey().
getStoredConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Retrieves the stored LDAP connection pool properties which will be applied when the system restarts.
getSupportedAuthentication() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getSupportedAuthentication() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getSupportedAuthentication() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getSupportedProtocol() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getSupportedProtocol() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getSupportedProtocol() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getSystemConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Retrieves the system LDAP connection pool properties (i.e.
getTimeoutInSec() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getTimeoutInSec() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getTimeoutInSec() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getType() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the type of the directory.
getUpdatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the date the directory was last modified.
getUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name.
getUser() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
getUser() - Method in exception com.atlassian.crowd.exception.InvalidUserException
 
getUserName() - Method in exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
getUserName() - Method in exception com.atlassian.crowd.exception.UserNotFoundException
Returns the name of the user that could not be found.
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name.
getValue(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
Returns any value associated with the given key, returns null if there is no value.
getValue(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getValues(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
Get all the values associated with a given key.
getValues(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getViolatedConstraints() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
 
Group - Interface in com.atlassian.crowd.embedded.api
Represents a group.
GROUP_COMPARATOR - Static variable in class com.atlassian.crowd.embedded.api.GroupComparator
 
GroupComparator - Class in com.atlassian.crowd.embedded.api
Comparator for a Group.
GroupNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the specified group could not be found.
GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
 
GroupNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Thrown when the specified group could not be found.
GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
GroupWithAttributes - Interface in com.atlassian.crowd.embedded.api
Represents a group with attributes.

H

hashCode() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
hashCode() - Method in interface com.atlassian.crowd.embedded.api.Group
Implementations must produce a hash-code based on case-insensitive getName().
hashCode(Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
hashCode() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
hashCode() - Method in interface com.atlassian.crowd.embedded.api.User
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
hashCode(User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
hashCode() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
hasLeadingOrTrailingWhitespace(String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
 

I

IdentifierMap<V> - Class in com.atlassian.crowd.embedded.impl
This class behaves like a HashMap with lower-case String keys.
IdentifierMap() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
 
IdentifierMap(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
 
IdentifierMap(Map<String, V>) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
 
IdentifierSet - Class in com.atlassian.crowd.embedded.impl
This class behaves like a HashSet with lower-case String values.
IdentifierSet() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
 
IdentifierSet(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
 
IdentifierSet(Collection<String>) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
 
IdentifierUtils - Class in com.atlassian.crowd.embedded.impl
 
InactiveAccountException - Exception in com.atlassian.crowd.exception
Thrown when the account is inactive.
InactiveAccountException(String) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
Constructs a new InvalidAccountException.
InactiveAccountException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
 
index(Collection<? extends T>, Function<T, String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
intersection(Collection<String>, Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
InvalidCredentialException - Exception in com.atlassian.crowd.exception
Thrown when the supplied credential is not valid.
InvalidCredentialException() - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(String, String, Collection<PasswordConstraint>) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Use this constructor when you can identify a specific policy that has been violated.
InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidCrowdServiceException - Exception in com.atlassian.crowd.exception
Thrown when a Crowd client is not communicating with a valid Crowd service.
InvalidCrowdServiceException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
 
InvalidCrowdServiceException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
 
InvalidGroupException - Exception in com.atlassian.crowd.exception.embedded
An exception to denote an invalid application/embedded group.
InvalidGroupException(Group, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidMembershipException - Exception in com.atlassian.crowd.exception
Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidMembershipException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidUserException - Exception in com.atlassian.crowd.exception
 
InvalidUserException(User, String) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
isActive() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns true if the directory is currently active, otherwise false.
isActive() - Method in interface com.atlassian.crowd.embedded.api.User
 
isActive() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
isAtLeast(PasswordScore) - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
Uses an internal ranking to compare the scores and determine if it is 'just as strong'.
isDirectorySynchronisable(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.
isDirectorySynchronising(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the given Directory is currently synchronising.
isEmpty() - Method in interface com.atlassian.crowd.embedded.api.Attributes
 
isEmpty() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
isEnabled() - Method in interface com.atlassian.crowd.embedded.api.FeatureFlag
Returns true if the feature is enabled and accessible under current licensing terms or false otherwise
isEncryptedCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
isGroupDirectGroupMember(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Determines if a group is a direct member of another group.
isGroupMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if childGroupName is a direct or indirect (nested) member of parentGroupName.
isGroupMemberOfGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup.
isMarkedAsDeleted() - Method in interface com.atlassian.crowd.embedded.api.User
Returns if the user is already technically deleted.
isMembershipAggregationEnabled() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
 
isPersistable() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns false for in-memory directory, otherwise true.
isSynchronising() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Is the directory currently synchronising.
isUserDirectGroupMember(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Determines if a user is a direct member of a group.
isUserMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the user is a direct or indirect (nested) member of the group.
isUserMemberOfGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the user is a direct or indirect (nested) member of the group.
isValidAuthentication(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 
isValidProtocol(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 

K

Key(String, long) - Constructor for class com.atlassian.crowd.embedded.api.UserComparator.Key
 
KEY_MAKER - Static variable in class com.atlassian.crowd.embedded.api.UserComparator
A Function to turn Users into representative keys that sort in the same order as this Comparator.

M

MembershipNotFoundException - Exception in com.atlassian.crowd.exception
Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
MembershipNotFoundException(String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException(String, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
MembershipNotFoundException(String, String) - Constructor for exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
MembershipNotFoundException(String, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
MissingKeyException - Exception in com.atlassian.crowd.exception.crypto
Thrown when encryption key has not been found in the file system or the default key is not set.
MissingKeyException() - Constructor for exception com.atlassian.crowd.exception.crypto.MissingKeyException
 
MissingKeyException(String) - Constructor for exception com.atlassian.crowd.exception.crypto.MissingKeyException
 

N

NAME_FUNCTION - Static variable in class com.atlassian.crowd.embedded.api.Directories
Deprecated.
Use Directory.getName() instead. Since 3.4.0.
namesOf(Iterable<? extends Directory>) - Static method in class com.atlassian.crowd.embedded.api.Directories
Deprecated.
Use Directory.getName() instead. Since 3.4.0.
NONE - Static variable in class com.atlassian.crowd.embedded.api.PasswordCredential
 
none() - Static method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 

O

ObjectNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when an entity is not found.
ObjectNotFoundException() - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(Class, Object) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Constructs a new exception with the specified detail message.
ObjectNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Constructs a new exception with the specified detail message and cause.
ObjectNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Default constructor.
OperationFailedException - Exception in com.atlassian.crowd.exception
Represents an error when executing an operation on the remote directory failed for some reason.
OperationFailedException() - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException - Exception in com.atlassian.crowd.exception.runtime
Thrown when an operation failed for some reason.
OperationFailedException() - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationNotPermittedException - Exception in com.atlassian.crowd.exception
Thrown when the operation is not permitted.
OperationNotPermittedException() - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotSupportedException - Exception in com.atlassian.crowd.exception
Checked exception thrown if the requested operation is not supported.
OperationNotSupportedException() - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationType - Enum in com.atlassian.crowd.embedded.api
Represents the type of operations allowed to be performed on a directory.

P

PasswordConstraint - Interface in com.atlassian.crowd.embedded.api
 
PasswordCredential - Class in com.atlassian.crowd.embedded.api
Password based authentication information.
PasswordCredential() - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
since 1.3.2, please use any other PasswordCredential constructor, this constructor should only be used by hibernate. If this constructor is used, please be aware that you must set PasswordCredential.setEncryptedCredential(boolean)
PasswordCredential(PasswordCredential) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
 
PasswordCredential(String) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
Constructor that takes an unencrypted credential.
PasswordCredential(String, boolean) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
 
PasswordScore - Enum in com.atlassian.crowd.embedded.api
A rating of a password based on estimated difficulty of cracking by some PasswordScoreService.
PasswordScoreService - Interface in com.atlassian.crowd.embedded.api
Analyses passwords to provide an estimate of their strength.
PermissionOption - Enum in com.atlassian.crowd.embedded.api
Options in the UI for different types of permission configurations for an LDAP directory.
POOL_AUTHENTICATION - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_INITIAL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_MAXIMUM_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_PREFERRED_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_PROTOCOL - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_TIMEOUT - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
prepareIdentifierCompareLocale() - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
 
put(String, V) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
putAll(Map<? extends String, ? extends V>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 

Q

Query<T> - Interface in com.atlassian.crowd.embedded.api
Represents a search query for user management.

R

ReadOnlyGroupException - Exception in com.atlassian.crowd.exception
Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
ReadOnlyGroupException(String) - Constructor for exception com.atlassian.crowd.exception.ReadOnlyGroupException
 
ReadOnlyGroupException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ReadOnlyGroupException
 
reEncrypt() - Method in interface com.atlassian.crowd.embedded.api.DataReEncryptor
Encrypts or re-encrypts existing data.
remove(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
remove(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
removeAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
removeAllGroupAttributes(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all group attributes.
removeAllUserAttributes(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Remove all attributes for a user.
removeDirectory(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will remove a directory from the Application, this will also remove all associated entities (users/groups/memberships).
removeGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes the group that matches the supplied name.
removeGroupAttribute(Group, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all the values for a single attribute key for a group.
removeGroupFromGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes a group as a member of a parent group.
removeUser(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes the user that matches the supplied name.
removeUserAttribute(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all the values for a single attribute key for a user.
removeUserFromGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes a user as a member of a group.
renameUser(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Renames the User.
retainAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 

S

SANITISED_PASSWORD - Static variable in class com.atlassian.crowd.embedded.api.PasswordCredential
String that substitutes the real password in contexts where it cannot be displayed.
search(Query<T>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Searches for entities (e.g.
SearchRestriction - Interface in com.atlassian.crowd.embedded.api
Marker interface representing a search restriction.
setConnectionPoolProperties(ConnectionPoolProperties) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Stores the provided LDAP connection pool properties so they can be applied when the system next restarts.
setCredential(String) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
create a new instance rather than mutating.
setDirectoryPosition(long, int) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will place the directory with the given directoryId and the passed in position in the current list of directories configured for an application.
setDurationMs(long) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
create a new instance rather than mutating.
setFullSyncError(String) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setGroupAttribute(Group, String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a group's attributes with the new attributes.
setGroupAttribute(Group, String, Set<String>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a group's attributes with the new attributes.
setIncrementalSyncError(String) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setInitialSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setMaximumSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setMembershipAggregationEnabled(boolean) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Store the membership aggregation semantic to use across the directories.
setNodeId(String) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setNodeName(String) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setPreferredSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setStartTime(long) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setStatusKey(String) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setStatusParameters(List<Serializable>) - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation.Builder
 
setSupportedAuthentication(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setSupportedProtocol(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setTimeoutInSec(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setUserAttribute(User, String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a user's attribute with the new attribute value.
setUserAttribute(User, String, Set<String>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a user's attribute with the new attribute values.
supportsNestedGroups(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the underlying directory implementation supports nested groups.
SwitchableEncryptor - Interface in com.atlassian.crowd.embedded.api
Encryptor which can be backed by more than one Encryptor.
switchEncryptor(String) - Method in interface com.atlassian.crowd.embedded.api.SwitchableEncryptor
Switches the Encryptor to the one specified by encryptorKey or disable encryption when encryptorKey is null.
synchroniseDirectory(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Requests that this directory should update its cache by synchronising with the remote server.
synchroniseDirectory(long, boolean) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Requests that this directory should update its cache by synchronising with the remote server.
SystemConnectionPoolProperties - Enum in com.atlassian.crowd.embedded.impl
Represents the LDAP connection pool properties which are set as system properties.

T

testConnection(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Test if a connection to the directory server can be established.
throwNotFoundByExternalId(String) - Static method in exception com.atlassian.crowd.exception.UserNotFoundException
Static factory to throw a UserNotFoundException when searching by externalId rather than username.
TO_LOWER_CASE - Static variable in class com.atlassian.crowd.embedded.impl.IdentifierUtils
toLowerCase(String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the given identifier string to lowercase.
toLowerCase(Collection<? extends String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the given set identifier string to lowercase.
toPropertiesMap() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
toPropertiesMap() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
toPropertiesMap() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
toString() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
toString() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
toString() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 

U

unencrypted(String) - Static method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
UnfilteredCrowdService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing unfiltered User and Group operations in Crowd.
UnsupportedCrowdApiException - Exception in com.atlassian.crowd.exception
Failure because this API call is only supported by a later version of Crowd.
UnsupportedCrowdApiException(String, String) - Constructor for exception com.atlassian.crowd.exception.UnsupportedCrowdApiException
 
updateDirectory(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will update the Directory.
updateGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the group.
updateUser(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the User.
updateUserCredential(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the password for a user.
User - Interface in com.atlassian.crowd.embedded.api
Represents a user.
USER_COMPARATOR - Static variable in class com.atlassian.crowd.embedded.api.UserComparator
Singleton instance of Comparator<User<
userAuthenticated(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Acts as if the user has just authenticated.
UserCapabilities - Interface in com.atlassian.crowd.embedded.api
Details of which operations can be performed on a user.
UserComparator - Class in com.atlassian.crowd.embedded.api
Supplies re-useable methods for equals, hashcode and compareTo that can be shared with different implementations of User in order to be compatible.
UserComparator.Key - Class in com.atlassian.crowd.embedded.api
 
UserNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Thrown when the user is not found.
UserNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
UserNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the specified user could not be found.
UserNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.UserNotFoundException
 
UserWithAttributes - Interface in com.atlassian.crowd.embedded.api
Combination of a User and the user's Attributes.

V

VALID_AUTHENTICATION_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
VALID_PROTOCOL_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
validate(ValidatePasswordRequest) - Method in interface com.atlassian.crowd.embedded.api.PasswordConstraint
Validates the given credential according to this constraint's rules.
validateDirectoryConfiguration(Directory, EnumSet<DirectoryValidationContext>) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will validate the attributes of the given directory, depending upon the directory type
ValidatePasswordRequest - Class in com.atlassian.crowd.embedded.api
Password validation request.
ValidatePasswordRequest(PasswordCredential, User) - Constructor for class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
Creates a new ValidateRequest.
ValidationError - Interface in com.atlassian.crowd.validator
Represents a single error containing the field name and corresponding error message
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.validator.DirectoryValidationContext
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.validator.DirectoryValidationContext
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K M N O P Q R S T U V 
Skip navigation links

Copyright © 2023 Atlassian. All rights reserved.