Modifier and Type | Method and Description |
---|---|
protected void |
ApplicationAcceptanceTestCase.verifyGroupDoesNotExistInCrowd(String groupName) |
protected void |
ApplicationAcceptanceTestCase.verifyGroupDoesNotExistInCrowdWithCaseSensitiveName(String groupName)
Either the group doesn't exist or its name has a different case.
|
protected void |
ApplicationAcceptanceTestCase.verifyGroupExistsInCrowd(String groupName,
String... memberNames) |
protected void |
ApplicationAcceptanceTestCase.verifyUserDoesNotExistInCrowd(String username,
String firstname,
String lastname,
String email,
String... groupNames) |
protected void |
ApplicationAcceptanceTestCase.verifyUserExistsInCrowd(String username,
String firstname,
String lastname,
String email,
String... groupNames) |
Modifier and Type | Class and Description |
---|---|
class |
EventTokenExpiredException
Thrown when an event token is either not recognised or has expired.
|
class |
IncrementalSynchronisationNotAvailableException |
Modifier and Type | Class and Description |
---|---|
class |
AccountNotFoundException
Thrown when the account could not be found during an authentication attempt.
|
class |
ApplicationAlreadyExistsException
Used to indicate that there exists an application with the same name as
the one to be created.
|
class |
ApplicationNotFoundException
Thrown when an application is not found.
|
class |
DirectoryCurrentlySynchronisingException
Thrown when an operation failed because the directory is currently synchronising.
|
class |
DirectoryInstantiationException
Exception when a
RemoteDirectory implementation can not be loaded
by a Directory . |
class |
DirectoryMappingNotFoundException
Thrown when a directory mapping could not be found for the given pair application and directory ids.
|
class |
DirectoryNotFoundException
Thrown when a directory could not be found
|
class |
ExpiredCredentialException
Thrown when the credentials have expired.
|
class |
FailedAuthenticationException |
class |
GroupNotFoundException
Thrown when the specified group could not be found.
|
class |
InactiveAccountException
Thrown when the account is inactive.
|
class |
InvalidAuthenticationException
Thrown when the attempted authentication is not valid.
|
class |
InvalidCredentialException
Thrown when the supplied credential is not valid.
|
class |
InvalidCrowdServiceException
Thrown when a Crowd client is not communicating with a valid Crowd service.
|
class |
InvalidGroupException
Thrown to indicate an invalid model group.
|
class |
InvalidMembershipException
Thrown when a user tries to create a Nested Group membership that is not valid.
|
class |
InvalidRoleException
Thrown when an invalid role is provided.
|
class |
InvalidUserException |
class |
MembershipAlreadyExistsException
Thrown to indicate that a membership cannot be added because it already exists.
|
class |
MembershipNotFoundException
Used to denote that a particular USER-GROUP or GROUP-GROUP membership
does not exist.
|
class |
NestedGroupsNotSupportedException
Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
|
class |
ObjectAlreadyExistsException |
class |
ObjectNotFoundException
Thrown when an entity is not found.
|
class |
OperationFailedException
Represents an error when executing an operation on the remote directory failed for some reason.
|
class |
OperationNotPermittedException
Thrown when the operation is not permitted.
|
class |
OperationNotSupportedException
Checked exception thrown if the requested operation is not supported.
|
class |
ReadOnlyGroupException
Thrown when a directory is asked to modify a group or its memberships
which cannot be modified.
|
class |
UnsupportedCrowdApiException
Failure because this API call is only supported by a later version of Crowd.
|
class |
UserAlreadyExistsException
Thrown to indicate that a user already exists in the directory.
|
class |
UserNotFoundException
Thrown when the specified user could not be found.
|
class |
WebhookNotFoundException
Thrown to indicate that a Webhook does not exist on the server
|
Modifier and Type | Class and Description |
---|---|
class |
AnonymousUserPermissionException
Thrown when the user is not logged in but attempts to perform an action
which requires an authenticated user.
|
class |
UserPermissionDowngradeException
Thrown when a User can not remove permissions from a group specifically because doing so
would downgrade their own permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryMappingConstraintException |
class |
DirectoryTestFailedException |
class |
ValidationFailedException
Exception to be generated whenever an entity's validation fails.
|
Copyright © 2020 Atlassian. All rights reserved.