| Interface | Description |
|---|---|
| ApplicationFactory |
Necessary evil as Crowd's
Application is a concrete class. |
| Attributes |
Represents attributes that can be associated to users and groups.
|
| ConnectionPoolProperties |
The system-wide settings for LDAP connection pooling, as provided by JNDI.
|
| CrowdDirectoryService |
Provides the interface for performing Directory Operations in Crowd for applications embedding Crowd.
|
| CrowdService |
Provides the interface for performing User and Group operations in Crowd for applications embedding Crowd.
|
| Directory |
Represents a Directory configuration in Crowd.
|
| Group |
Represents a group.
|
| GroupWithAttributes |
Represents a group with attributes.
|
| PasswordConstraint | |
| PasswordScoreService |
Analyses passwords to provide an estimate of their strength.
|
| Query<T> |
Represents a search query for user management.
|
| SearchRestriction |
Marker interface representing a search restriction.
|
| UnfilteredCrowdService |
Provides the interface for performing unfiltered User and Group operations in Crowd.
|
| User |
Represents a user.
|
| UserCapabilities |
Details of which operations can be performed on a
user. |
| UserWithAttributes |
Combination of a User and the user's Attributes.
|
| Class | Description |
|---|---|
| Directories |
Utility class for
Directory |
| DirectorySynchronisationInformation |
Simple object to store synchronisation information for synchronisable directories
|
| DirectorySynchronisationRoundInformation |
Information of a directory synchronisation round.
|
| GroupComparator |
Comparator for a Group.
|
| PasswordCredential |
Password based authentication information.
|
| UserComparator |
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 | |
| ValidatePasswordRequest |
Password validation request.
|
| Enum | Description |
|---|---|
| DirectoryType | |
| OperationType |
Represents the type of operations allowed to be performed on a directory.
|
| PasswordScore |
A rating of a password based on estimated difficulty of cracking by some
PasswordScoreService. |
| PermissionOption |
Options in the UI for different types of permission configurations for an LDAP directory.
|
Copyright © 2016 Atlassian. All rights reserved.