A C D E F G H I 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.
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.
addUser(User, 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.

C

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.embedded - package com.atlassian.crowd.exception.embedded
 
com.atlassian.crowd.exception.runtime - package com.atlassian.crowd.exception.runtime
 
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
 
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(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
 
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() - 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

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
 
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
 
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.
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
 
DirectoryType - Enum in com.atlassian.crowd.embedded.api
 

E

encrypted(String) - Static method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
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 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.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
 
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
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
 

G

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.
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.
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.
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
 
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.
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.
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.
getParentName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
Returns names of the parent.
getParentName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
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
 
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 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
 
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 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.impl.DelegatingGroupWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 

I

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
 
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, 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() - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
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
 
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
 
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.
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
 

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
 

N

NONE - Static variable in class com.atlassian.crowd.embedded.api.PasswordCredential
 

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

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
 
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
 

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
 
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.

S

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.
searchUsersAllowingDuplicateNames(Query<User>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Searches for User entities that match the supplied search query.
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
Sets the password credential.
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.
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
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.
setInitialSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setMaximumSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setPreferredSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
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
 
setUser(User) - Method in exception com.atlassian.crowd.exception.InvalidUserException
 
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.
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.
toLowerCase(String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the given 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.PasswordCredential
 

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.
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
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.
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
 
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.impl.SystemConnectionPoolProperties
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're 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're 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're declared.

A C D E F G H I M N O P Q R S T U V

Copyright © 2011 Atlassian. All Rights Reserved.