| Interface | Description |
|---|---|
| AliasManager |
API to manage application-specific user aliases.
|
| ApplicationManager |
Application management API.
|
| ApplicationService |
The exposed service provided by Crowd to client applications.
|
| ApplicationService.MembershipsIterable | |
| DefaultGroupMembershipService |
The service for configuring default group memberships.
|
| PagedSearcher<T> |
Interface for iterating over search results with paged approach.
|
| Exception | Description |
|---|---|
| AliasAlreadyInUseException |
Used to indicate that an alias is already used by another application user.
|
| AliasAlreadyInUseRuntimeException |
TODO: replace this with AliasAlreadyInUseException when bumping major version
RuntimeException version of
AliasAlreadyInUseException |
| ApplicationAccessDeniedException |
Thrown if user does not have access to a particular
application and attempts to authenticate against it.
|
| ApplicationManagerException |
Represents an error attempting to modify application configuration.
|
| PagingNotSupportedException |
Indicates that paging is not supported for the given type of query and directory setup.
|
Copyright © 2023 Atlassian. All rights reserved.