Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAttributeEvent - Class in com.atlassian.crowd.model.event
- AbstractAttributeEvent(Operation, Long, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.AbstractAttributeEvent
- AbstractOperationEvent - Class in com.atlassian.crowd.model.event
- AbstractOperationEvent(Operation, Long) - Constructor for class com.atlassian.crowd.model.event.AbstractOperationEvent
- AccessBasedSynchronizationFilterType - Enum Class in com.atlassian.crowd.model.application
- active(boolean) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- ACTIVE - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key that represents if a user is active or inactive
- ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- ACTIVE_FILTER - Static variable in class com.atlassian.crowd.model.application.Applications
-
Deprecated.
- addAllowedOperation(OperationType) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Add a new operation that the application is allowed to perform on the directory.
- addAllowedOperations(OperationType...) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Adds a list of operations that the application is allowed to perform on the directory.
- ADDED_TO_GROUP - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a user or a group (child) has joined a group (parent).
- addGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Adds a mapping to a new authorised group.
- ALIAS_CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that an alias was created for a given user.
- ALIAS_DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that an alias was deleted for a given user.
- ALIAS_UPDATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that an existing alias was changed for a given user.
- AliasEvent - Class in com.atlassian.crowd.model.event
- ALL_GROUP_PROPERTIES - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- ALL_USER_PROPERTIES - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- allOf(SearchRestriction...) - Static method in class com.atlassian.crowd.search.builder.Combine
-
Returns an
ANDboolean search restriction where all of the search restrictions have to be satisfied. - allOf(Collection<? extends SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
-
Returns an
ANDboolean search restriction where all of the search restrictions have to be satisfied. - allOfIfNeeded(Collection<? extends SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
- AND - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
- anyOf(SearchRestriction...) - Static method in class com.atlassian.crowd.search.builder.Combine
-
Returns an
ORboolean search restriction where only one or more of the search restrictions have to be satisfied. - anyOf(Collection<? extends SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
-
Returns an
ORboolean search restriction where only one or more of the search restrictions have to be satisfied. - anyOfIfNeeded(Collection<? extends SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
- Application - Interface in com.atlassian.crowd.model.application
-
An Application in Crowd.
- APPLICATION - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The audit action was performed by an application authenticating to Crowd
- APPLICATION - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates a configuration change to an application, application creation or application deletion
- APPLICATION_CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the creation of a new application.
- APPLICATION_DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that an application was removed.
- APPLICATION_UPDATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the that an application's configuration was changed.
- ApplicationAccessDeniedException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that a user does not have access to authenticate against an application.
- ApplicationAccessDeniedException() - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
- ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
- ApplicationAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
- ApplicationAccessDeniedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
- ApplicationAlreadyExistsException - Exception in com.atlassian.crowd.exception
-
Used to indicate that there exists an application with the same name as the one to be created.
- ApplicationAlreadyExistsException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationAlreadyExistsException
- ApplicationAttributeConstants - Class in com.atlassian.crowd.model.application
-
Constants for attributes of an application.
- ApplicationAuthenticationContext - Class in com.atlassian.crowd.model.authentication
-
The
ApplicationAuthenticationContextis used by authenticatingapplications. - ApplicationAuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
- ApplicationAuthenticationContext(AuthenticationContext) - Constructor for class com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
- ApplicationAuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
- ApplicationDefaultGroupMembershipConfiguration - Interface in com.atlassian.crowd.model.application
-
A default group membership configuration for an application and a directory
- ApplicationDirectoryMapping - Interface in com.atlassian.crowd.model.application
-
Represents a mapping of an application to a directory.
- ApplicationFactory - Interface in com.atlassian.crowd.embedded.api
-
Necessary evil as Crowd's
Applicationis a concrete class. - ApplicationPermissionException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that an Application does not have the required permission to perform the operation.
- ApplicationPermissionException() - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
-
Default constructor.
- ApplicationPermissionException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
-
Default constructor.
- ApplicationPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
-
Default constructor.
- ApplicationPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
-
Default constructor.
- Applications - Class in com.atlassian.crowd.model.application
-
Utility class for
Application - ApplicationType - Enum Class in com.atlassian.crowd.model.application
-
Represents the type of an application.
- ATTRIBUTE_KEY_AGGREGATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether memberships are aggregated across mapped directories.
- ATTRIBUTE_KEY_ALIASING_ENABLED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether aliasing is enabled for the application.
- ATTRIBUTE_KEY_APPLICATION_LINK_ID - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating the application link ID
- ATTRIBUTE_KEY_APPLICATION_URL - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute storing the value of the Application URL.
- ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.
- ATTRIBUTE_KEY_FILTER_GROUPS_WITH_ACCESS - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether group queries should return only groups with access.
- ATTRIBUTE_KEY_FILTER_USERS_WITH_ACCESS - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether user queries should return only users with access.
- ATTRIBUTE_KEY_LAST_LICENSE_DATA_SYNC_STATUS - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating the value of the last license data sync state
- ATTRIBUTE_KEY_LAST_LICENSE_DATA_SYNC_STATUS_TIMESTAMP - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating the timestamp when last license data sync state was updated
- ATTRIBUTE_KEY_LICENSE_DATA_SYNC_INTERVAL_IN_MIN - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating the value of the interval for licensing data sync interval
- ATTRIBUTE_KEY_LOWER_CASE_OUTPUT - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether the user and group names returned should be in lowercase.
- ATTRIBUTE_KEY_OPTIMISE_CACHED_DIRECTORIES_AUTHENTICATION_ORDER - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether order of directories should be optimized for authentication basing on directory cache.
- AttributePredicates - Class in com.atlassian.crowd.attribute
- AttributeUtil - Class in com.atlassian.crowd.attribute
-
Utility class for
Attributesconversions. - AttributeUtil() - Constructor for class com.atlassian.crowd.attribute.AttributeUtil
- AuditLogAuthorType - Enum Class in com.atlassian.crowd.audit
-
Determines the type of entity that created the audit log entry
- AuditLogEntityType - Enum Class in com.atlassian.crowd.audit
-
Determines the type of entity which was changed during the audit action
- AuditLogEventSource - Enum Class in com.atlassian.crowd.audit
- AuditLogEventType - Enum Class in com.atlassian.crowd.audit
-
Describes the possible auditable event types.
- AuthenticatedToken - Class in com.atlassian.crowd.model.authentication
-
An authentication token maps the valid authentication.
- AuthenticatedToken() - Constructor for class com.atlassian.crowd.model.authentication.AuthenticatedToken
-
Default constructor.
- AuthenticatedToken(String, String) - Constructor for class com.atlassian.crowd.model.authentication.AuthenticatedToken
- AUTHENTICATION_BY_EMAIL_ENABLED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether application can authenticate user using their email.
- AUTHENTICATION_WITHOUT_PASSWORD_ENABLED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
-
Key of attribute indicating whether application can authenticate user without passing their password.
- AuthenticationContext - Class in com.atlassian.crowd.model.authentication
-
Minimal information necessary when authenticating with the Crowd server.
- AuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.AuthenticationContext
- AuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.model.authentication.AuthenticationContext
B
- BACKUP_FINISHED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that backup of Crowd to a file has been finished.
- BACKUP_STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that backup of Crowd to a file has been started.
- BAMBOO - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- BaseImmutableGroup - Class in com.atlassian.crowd.model.group
- BaseImmutableGroup(BaseImmutableGroup.Builder) - Constructor for class com.atlassian.crowd.model.group.BaseImmutableGroup
- BaseImmutableGroup.Builder<T extends BaseImmutableGroup.Builder> - Class in com.atlassian.crowd.model.group
- BaseImmutableUser - Class in com.atlassian.crowd.model.user
- BaseImmutableUser(long, String, String, String, boolean, String, String, String) - Constructor for class com.atlassian.crowd.model.user.BaseImmutableUser
- BaseImmutableUser(BaseImmutableUser.Builder<? extends BaseImmutableUser>) - Constructor for class com.atlassian.crowd.model.user.BaseImmutableUser
- BaseImmutableUser.Builder<T> - Class in com.atlassian.crowd.model.user
- BooleanRestriction - Interface in com.atlassian.crowd.search.query.entity.restriction
-
A boolean search restriction.
- BooleanRestriction.BooleanLogic - Enum Class in com.atlassian.crowd.search.query.entity.restriction
- BooleanRestrictionImpl - Class in com.atlassian.crowd.search.query.entity.restriction
- BooleanRestrictionImpl(BooleanRestriction.BooleanLogic, SearchRestriction...) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- BooleanRestrictionImpl(BooleanRestriction.BooleanLogic, Collection<? extends SearchRestriction>) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- build() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- build() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup.Builder
- build() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- build() - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes.Builder
- build() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- build() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser.Builder
- build() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- build() - Method in class com.atlassian.crowd.model.user.ImmutableUser.Builder
- build() - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes.Builder
- BUILD_DATE - Static variable in class com.atlassian.crowd.util.build.BuildUtils
-
Build Date as String.
- BUILD_NUMBER - Static variable in class com.atlassian.crowd.util.build.BuildUtils
-
Build Number.
- BUILD_VERSION - Static variable in class com.atlassian.crowd.util.build.BuildUtils
-
Build Version.
- builder(long, String) - Static method in class com.atlassian.crowd.model.user.ImmutableUser
- builder(Group, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- builder(GroupWithAttributes) - Static method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- builder(InternalDirectoryGroup) - Static method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- builder(InternalDirectoryGroup, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- builder(TimestampedUser) - Static method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- builder(TimestampedUser, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- builder(User) - Static method in class com.atlassian.crowd.model.user.ImmutableUser
- builder(User, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- builder(UserWithAttributes) - Static method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- builder(String) - Static method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- builder(String) - Static method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- builder(String) - Static method in class com.atlassian.crowd.model.user.ImmutableUser
- Builder(long, String) - Constructor for class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- Builder(long, String) - Constructor for class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- Builder(Group) - Constructor for class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- Builder(Group, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes.Builder
- Builder(InternalDirectoryGroup, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- Builder(TimestampedUser, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- Builder(User) - Constructor for class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- Builder(User, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.user.ImmutableUserWithAttributes.Builder
- Builder(String) - Constructor for class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- Builder(String) - Constructor for class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- BuildUtils - Class in com.atlassian.crowd.util.build
-
Build constants.
- BuildUtils() - Constructor for class com.atlassian.crowd.util.build.BuildUtils
- BulkAddFailedException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that a bulk add operation has failed.
- BulkAddFailedException(String, Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
- BulkAddFailedException(String, Set<String>, Set<String>, Throwable) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
- BulkAddFailedException(Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
C
- com.atlassian.crowd.attribute - package com.atlassian.crowd.attribute
- com.atlassian.crowd.audit - package com.atlassian.crowd.audit
- com.atlassian.crowd.embedded.api - package com.atlassian.crowd.embedded.api
- com.atlassian.crowd.event - package com.atlassian.crowd.event
- com.atlassian.crowd.exception - package com.atlassian.crowd.exception
- com.atlassian.crowd.model - package com.atlassian.crowd.model
- com.atlassian.crowd.model.application - package com.atlassian.crowd.model.application
- com.atlassian.crowd.model.authentication - package com.atlassian.crowd.model.authentication
- com.atlassian.crowd.model.event - package com.atlassian.crowd.model.event
- com.atlassian.crowd.model.group - package com.atlassian.crowd.model.group
- com.atlassian.crowd.model.rememberme - package com.atlassian.crowd.model.rememberme
- com.atlassian.crowd.model.user - package com.atlassian.crowd.model.user
- com.atlassian.crowd.model.webhook - package com.atlassian.crowd.model.webhook
- com.atlassian.crowd.saml - package com.atlassian.crowd.saml
- com.atlassian.crowd.search - package com.atlassian.crowd.search
- com.atlassian.crowd.search.builder - package com.atlassian.crowd.search.builder
- com.atlassian.crowd.search.query.entity.restriction - package com.atlassian.crowd.search.query.entity.restriction
- com.atlassian.crowd.search.query.entity.restriction.constants - package com.atlassian.crowd.search.query.entity.restriction.constants
- com.atlassian.crowd.user - package com.atlassian.crowd.user
- com.atlassian.crowd.util.build - package com.atlassian.crowd.util.build
- Combine - Class in com.atlassian.crowd.search.builder
-
Builder for MultiTermRestrictions.
- Combine() - Constructor for class com.atlassian.crowd.search.builder.Combine
- COMPARATOR() - Constructor for class com.atlassian.crowd.model.application.GroupMapping.COMPARATOR
-
Deprecated.
- compare(GroupMapping, GroupMapping) - Method in class com.atlassian.crowd.model.application.GroupMapping.COMPARATOR
-
Deprecated.
- compare(GroupMapping, GroupMapping) - Method in class com.atlassian.crowd.model.application.GroupMappingComparator
-
Deprecated.
- compare(Group, Group) - Method in class com.atlassian.crowd.model.group.GroupComparator
- compareTo(User) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- compareTo(RemoteAddress) - Method in class com.atlassian.crowd.model.application.RemoteAddress
- compareTo(Group) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- compareTo(Group, Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
- COMPLETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event. - CONFIGURATION - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates a change to Crowd configuration
- CONFIGURATION_MODIFIED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that Crowd's configuration has been modified.
- CONFLUENCE - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- containing(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property contains the given value.
- CONTAINS - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- CookieConfiguration - Class in com.atlassian.crowd.model.authentication
-
Represents the configuration of Crowd's cookie based SSO
- CookieConfiguration(String, boolean, String) - Constructor for class com.atlassian.crowd.model.authentication.CookieConfiguration
- created(long, String, String) - Static method in class com.atlassian.crowd.model.event.AliasEvent
- CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event. - CREATED - Enum constant in enum class com.atlassian.crowd.model.event.Operation
- CREATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- CREATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- createdDate(Date) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser.Builder
- CROWD - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- CROWD_ATTRIBUTES_PREFIX - Static variable in class com.atlassian.crowd.saml.SamlConstants
-
The prefix used for all custom Crowd Attributes in the SAML Assertion, both related to the Assertion's Subject, as well as other misc ones
- CROWD_MISC_PROPERTIES_PREFIX - Static variable in class com.atlassian.crowd.saml.SamlConstants
-
The prefix used for all SAML Assertion attributes that are not directly related to the Assertion's Subject
- CrowdRememberMeToken - Interface in com.atlassian.crowd.model.rememberme
- CRUCIBLE - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
D
- DATA_IMPORT - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The action was performed by a data import from an external source.
- DATA_IMPORT - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventSource
- DEFAULT_COOKIE_TOKEN_KEY - Static variable in class com.atlassian.crowd.model.authentication.CookieConfiguration
-
This is the default SSO cookie name
- deleted(String, long) - Static method in class com.atlassian.crowd.model.event.AliasEvent
- DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event. - DELETED - Enum constant in enum class com.atlassian.crowd.model.event.Operation
- DESCRIPTION - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- DIRECTORY - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates a configuration change to a directory, directory creation or directory deletion
- DIRECTORY_CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the creation of a new directory.
- DIRECTORY_DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a directory was removed.
- DIRECTORY_UPDATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the that a directory's configuration was changed.
- DirectoryEntities - Class in com.atlassian.crowd.model
-
Utility class for
DirectoryEntity. - DirectoryEntities() - Constructor for class com.atlassian.crowd.model.DirectoryEntities
- DirectoryEntity - Interface in com.atlassian.crowd.model
-
Represents a directory entity.
- directoryEntityComparator() - Static method in class com.atlassian.crowd.model.NameComparator
- directoryId(long) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- DirectoryMapping - Class in com.atlassian.crowd.model.application
-
Deprecated.Use
ApplicationDirectoryMappinginstead. Since 2.12. - DirectoryMapping() - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- DirectoryMapping(Application, Directory, boolean) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Constructs a new DirectoryMapping.
- DirectoryMapping(Application, Directory, boolean, Set<OperationType>) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Constructs a new DirectoryMapping.
- DirectoryMapping(Long, Application, Directory, boolean) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Constructs a new DirectoryMapping.
- DISPLAY_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- displayName(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- DISPLAYNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for if the principal has a display name attribute.
E
- EMAIL - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the email attribute.
- EMAIL - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- emailAddress(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- endingWith(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property ends with the given value.
- ENDS_WITH - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- EntityComparator - Class in com.atlassian.crowd.model
-
Will compare one directory entity to another by Name (case-insensitive)
- equal(Group, Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
-
Checks whether the two Group objects are equal according to the contract of the
Groupinterface. - equals(Object) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- equals(Object) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.
- equals(Object) - Method in class com.atlassian.crowd.model.application.RemoteAddress
- equals(Object) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
- equals(Object) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
- equals(Object) - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
- equals(Object) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- equals(Object) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
- equals(Object) - Method in interface com.atlassian.crowd.model.DirectoryEntity
-
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
- equals(Object) - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
- equals(Object) - Method in class com.atlassian.crowd.model.event.AliasEvent
- equals(Object) - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- equals(Object) - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
- equals(Object) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- equals(Object) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- equals(Object) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- equals(Object) - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- equals(Object) - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- equals(Object) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
- equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- equalsObject(Group, Object) - Static method in class com.atlassian.crowd.model.group.GroupComparator
- Events - Class in com.atlassian.crowd.event
- Events(Iterable<OperationEvent>, String) - Constructor for class com.atlassian.crowd.event.Events
- EventStore - Interface in com.atlassian.crowd.event
-
Represents an event store, which can be used to store events.
- EventTokenExpiredException - Exception in com.atlassian.crowd.event
-
Thrown when an event token is either not recognised or has expired.
- EventTokenExpiredException() - Constructor for exception com.atlassian.crowd.event.EventTokenExpiredException
- EventTokenExpiredException(String) - Constructor for exception com.atlassian.crowd.event.EventTokenExpiredException
- EXACTLY_MATCHES - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- exactlyMatching(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property exactly matches the given value.
- exactlyMatchingAny(Collection<T>) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property exactly matches any of the given values
- EXTERNAL_ID - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- EXTERNAL_ID - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- externalId(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
F
- FAILED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event. - FeatureDisabledException - Exception in com.atlassian.crowd.exception
-
Exception raised due to usage of a explicitly disabled feature
- FeatureDisabledException(String) - Constructor for exception com.atlassian.crowd.exception.FeatureDisabledException
- FeatureInaccessibleException - Exception in com.atlassian.crowd.exception
-
Exception related to feature being inaccessible due to licensing conditions
- FeatureInaccessibleException(String) - Constructor for exception com.atlassian.crowd.exception.FeatureInaccessibleException
- filterOutDuplicates(Collection<T>, Function<T, String>) - Static method in class com.atlassian.crowd.model.DirectoryEntities
- filterOutDuplicates(List<T>) - Static method in class com.atlassian.crowd.model.DirectoryEntities
-
Remove the duplicate entities from the passed list.
- FIRST_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- firstName(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- FIRSTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the first name attribute.
- FISHEYE - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- from(GroupWithAttributes) - Static method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- from(InternalDirectoryGroup) - Static method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- from(Membership) - Static method in class com.atlassian.crowd.model.group.ImmutableMembership
- from(TimestampedUser) - Static method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- from(User) - Static method in class com.atlassian.crowd.model.user.ImmutableUser
- fromApplication(Application) - Static method in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
- fromApplicationDirectoryMapping(Application, ApplicationDirectoryMapping) - Static method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
G
- GENERIC_APPLICATION - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- getActiveDirectories(Application) - Static method in class com.atlassian.crowd.model.application.Applications
-
Given an
application, retrieve all active directories associated with it. - getAddress() - Method in class com.atlassian.crowd.model.application.RemoteAddress
-
Returns the address.
- getAllowedOperations() - Method in interface com.atlassian.crowd.model.application.ApplicationDirectoryMapping
-
Returns a set of operations that the application is allowed to perform on the directory.
- getAllowedOperations() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- getApplication() - Method in interface com.atlassian.crowd.embedded.api.ApplicationFactory
- getApplication() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns the mapped application.
- getApplication() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Returns the application of this mapping.
- getApplication() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
-
Gets the application name the authentication request is for.
- getApplication() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getApplicationDirectoryMapping(long) - Method in interface com.atlassian.crowd.model.application.Application
-
Returns a directory mapping of the directory specified by directory id.
- getApplicationDirectoryMappings() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the list of directory mappings ranked by directory priority as in perspective of the application.
- getApplicationId() - Method in class com.atlassian.crowd.model.event.AliasEvent
- getApplicationName() - Method in interface com.atlassian.crowd.embedded.api.ApplicationFactory
- getAttributes() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the attributes of the application.
- getAuthorisedGroupNames() - Method in interface com.atlassian.crowd.model.application.ApplicationDirectoryMapping
-
Returns a set of mappings to groups that are authorised to authenticate with the application.
- getAuthorisedGroupNames() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- getAuthorisedGroups() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- getAuthorityNames(String) - Method in interface com.atlassian.crowd.user.UserAuthoritiesProvider
-
Provides a list of authority names for the given user.
- getBooleanLogic() - Method in interface com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
-
Returns the boolean logic used against the collection of
SearchRestrictionreturned byBooleanRestriction.getRestrictions()to determine if an item should be included in a search result. - getBooleanLogic() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- getBuildNumber() - Static method in class com.atlassian.crowd.util.build.BuildUtils
- getBuildVersion() - Static method in class com.atlassian.crowd.util.build.BuildUtils
- getChildEntity() - Method in exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
- getChildGroupNames() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- getChildGroupNames() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- getChildGroupNames() - Method in interface com.atlassian.crowd.model.group.Membership
- getChildUsername() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
- getCreatableAppTypes() - Static method in enum class com.atlassian.crowd.model.application.ApplicationType
-
Returns the list of application types that can be added by the user to Crowd as an application.
- getCreatedDate() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the date the application was created.
- getCreatedDate() - Method in interface com.atlassian.crowd.model.authentication.Session
- getCreatedDate() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- getCreatedDate() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- getCreatedDate() - Method in interface com.atlassian.crowd.model.TimestampedEntity
-
Returns the date the entity was created.
- getCreatedDate() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- getCreatedDate() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- getCreatedTime() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getCredential() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the application password.
- getCredential() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Gets the authenticating credential information.
- getCurrentBuildDate() - Static method in class com.atlassian.crowd.util.build.BuildUtils
- getCurrentBuildYear() - Static method in class com.atlassian.crowd.util.build.BuildUtils
- getCurrentEventToken(List<Long>) - Method in interface com.atlassian.crowd.event.EventStore
-
Returns a token that can be used for querying events that have happened after the token was generated.
- getDeletedAttributes() - Method in class com.atlassian.crowd.model.event.AbstractAttributeEvent
- getDescription() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the description of the application.
- getDescription() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- getDescription() - Method in interface com.atlassian.crowd.model.group.Group
- getDirectory() - Method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
- getDirectory() - Method in interface com.atlassian.crowd.model.application.ApplicationDirectoryMapping
- getDirectory() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns the mapped directory.
- getDirectory() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Returns the directory of the group.
- getDirectoryId() - Method in exception com.atlassian.crowd.exception.UserAlreadyExistsException
- getDirectoryId() - Method in interface com.atlassian.crowd.model.DirectoryEntity
- getDirectoryId() - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
- getDirectoryId() - Method in class com.atlassian.crowd.model.event.AliasEvent
- getDirectoryId() - Method in interface com.atlassian.crowd.model.event.OperationEvent
- getDirectoryId() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- getDirectoryId() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getDirectoryId() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getDirectoryMapping() - Method in interface com.atlassian.crowd.model.application.ApplicationDefaultGroupMembershipConfiguration
- getDirectoryMapping() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Returns the directory mapping.
- getDirectoryMapping(long) - Method in interface com.atlassian.crowd.model.application.Application
-
Deprecated.Use
Application.getApplicationDirectoryMapping(long)instead. Since 2.12. - getDirectoryMappings() - Method in interface com.atlassian.crowd.model.application.Application
-
Deprecated.Use
Application.getApplicationDirectoryMappings()instead. Since 2.12. - getDisplayName() - Method in enum class com.atlassian.crowd.model.application.ApplicationType
-
Returns the display name of the application type.
- getDisplayName() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getDomain() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
-
Returns the domain that the cookie should be set for.
- getEmailAddress() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getEndpointUrl() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getEvents() - Method in class com.atlassian.crowd.event.Events
- getExistingUsers() - Method in exception com.atlassian.crowd.exception.BulkAddFailedException
- getExpiryDate() - Method in interface com.atlassian.crowd.model.authentication.Session
- getExternalId() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- getExternalId() - Method in interface com.atlassian.crowd.model.group.Group
-
This will return
nullfor directories which do not support external ids - getExternalId() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getExternalId() - Method in interface com.atlassian.crowd.model.user.User
- getFailedUsers() - Method in exception com.atlassian.crowd.exception.BulkAddFailedException
- getFailuresSinceLastSuccess() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getFirstName() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getFirstName() - Method in interface com.atlassian.crowd.model.user.User
- getGroup() - Method in exception com.atlassian.crowd.exception.InvalidGroupException
- getGroup() - Method in class com.atlassian.crowd.model.event.GroupEvent
- getGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns a GroupMapping if it exists, otherwise returns null
- getGroupName() - Method in interface com.atlassian.crowd.model.application.ApplicationDefaultGroupMembershipConfiguration
- getGroupName() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Returns the name of the group being mapped.
- getGroupName() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- getGroupName() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- getGroupName() - Method in interface com.atlassian.crowd.model.group.Membership
- getId() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the application ID.
- getId() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns the ID of the directory mapping.
- getId() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Returns the group mapping ID.
- getId() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getId() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getKeys() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- getKeys() - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- getKeys() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- getKeys() - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- getLastName() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getLastName() - Method in interface com.atlassian.crowd.model.user.User
- getMatchMode() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
-
Returns the mode to match a property.
- getMatchMode() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- getName() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the name of the application.
- getName() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
-
Gets the name of the authenticated client..
- getName() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Gets the name of the authenticating entity.
- getName() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
-
Returns the name of the SSO token cookie.
- getName() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Gets the name.
- getName() - Method in interface com.atlassian.crowd.model.DirectoryEntity
- getName() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- getName() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- getNewAlias() - Method in class com.atlassian.crowd.model.event.AliasEvent
- getNewEvents(String, Application) - Method in interface com.atlassian.crowd.event.EventStore
-
Returns an events object which contains a new eventToken and events that happened after the given
eventTokenwas generated. - getNewEvents(String, List<Long>) - Method in interface com.atlassian.crowd.event.EventStore
-
Deprecated.
- getNewEventToken() - Method in class com.atlassian.crowd.event.Events
- getOldestFailureDate() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getOperation() - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
- getOperation() - Method in class com.atlassian.crowd.model.event.AliasEvent
- getOperation() - Method in interface com.atlassian.crowd.model.event.OperationEvent
- getParentEntity() - Method in exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
- getParentGroupNames() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- getParentGroupNames() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
- getProperty() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
-
Returns the property to match on.
- getProperty() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- getPropertyName() - Method in interface com.atlassian.crowd.search.query.entity.restriction.Property
-
Returns the name of the property.
- getPropertyName() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- getPropertyType() - Method in interface com.atlassian.crowd.search.query.entity.restriction.Property
-
Returns the type of the property value.
- getPropertyType() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- getRemoteAddress() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getRemoteAddresses() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the whitelist of addresses allowed to connect to Crowd as the application.
- getRestrictions() - Method in interface com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
-
Returns a collection of restrictions.
- getRestrictions() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- getSeries() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getStoredAttributes() - Method in class com.atlassian.crowd.model.event.AbstractAttributeEvent
- getToken() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
-
Gets the token.
- getToken() - Method in interface com.atlassian.crowd.model.authentication.Session
-
A session has an associated token that is granted by the server, and which can be presented by the client to identify the session.
- getToken() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getToken() - Method in interface com.atlassian.crowd.model.webhook.Webhook
- getType() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the type of the application.
- getType() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- getType() - Method in interface com.atlassian.crowd.model.group.Group
- getUpdatedDate() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the date the application was last updated.
- getUpdatedDate() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- getUpdatedDate() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- getUpdatedDate() - Method in interface com.atlassian.crowd.model.TimestampedEntity
-
Returns the date the entity was last updated.
- getUpdatedDate() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- getUpdatedDate() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- getUsedTime() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getUser() - Method in interface com.atlassian.crowd.model.authentication.Session
- getUser() - Method in class com.atlassian.crowd.model.event.UserEvent
- getUsername() - Method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
- getUsername() - Method in class com.atlassian.crowd.model.event.AliasEvent
- getUsername() - Method in interface com.atlassian.crowd.model.rememberme.CrowdRememberMeToken
- getUserName() - Method in exception com.atlassian.crowd.exception.UserAlreadyExistsException
- getUserNames() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- getUserNames() - Method in interface com.atlassian.crowd.model.group.Membership
- getValidationFactors() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Gets the authenticating validation factors.
- getValue() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Gets the value.
- getValue() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
-
Returns the value to match against the property.
- getValue() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- getValue(String) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- getValue(String) - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- getValue(String) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- getValue(String) - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- getValues(String) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- getValues(String) - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- getValues(String) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- getValues(String) - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- getVersion() - Static method in class com.atlassian.crowd.util.build.BuildUtils
-
Detailed info about this Crowd release, including build version, build number and build date.
- getWebhooks() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns the Webhooks associated to the application.
- GREATER_THAN - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- GREATER_THAN_OR_EQUAL - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- greaterThan(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property is greater than the given value.
- greaterThanOrEqual(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property is greater than or equal to the given value.
- Group - Interface in com.atlassian.crowd.model.group
-
Represents a group.
- GROUP - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates creation, modification, or deletion of a group
- GROUP - Enum constant in enum class com.atlassian.crowd.model.group.GroupType
- GROUP_ADMIN_ASSIGNED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that either a group or a user have been assigned as administrators of some other group.
- GROUP_ADMIN_REVOKED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that either a group or a user have been revoked administration access to some other group.
- GROUP_COMPARATOR - Static variable in class com.atlassian.crowd.model.group.GroupComparator
-
Singleton instance of Comparator<Group>
- GROUP_CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the creation of a new group.
- GROUP_DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a group was removed.
- GROUP_UPDATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that group data was changed.
- GroupComparator - Class in com.atlassian.crowd.model.group
-
Supplies re-useable methods for equals, hashcode and compareTo that can be shared with different implementations of
Groupin order to be compatible. - GroupEvent - Class in com.atlassian.crowd.model.event
- GroupEvent(Operation, Long, Group, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.GroupEvent
- GroupMapping - Class in com.atlassian.crowd.model.application
-
Deprecated.Access group mappings through
Application.getApplicationDirectoryMappings()instead. Since v2.12. - GroupMapping() - Constructor for class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.
- GroupMapping(DirectoryMapping, String) - Constructor for class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Constructs a new GroupMapping.
- GroupMapping(Long, DirectoryMapping, String) - Constructor for class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Constructs a new GroupMapping with the specified group mapping ID.
- GroupMapping.COMPARATOR - Class in com.atlassian.crowd.model.application
-
Deprecated.
- GroupMappingComparator - Class in com.atlassian.crowd.model.application
-
Deprecated.
- GroupMappingComparator() - Constructor for class com.atlassian.crowd.model.application.GroupMappingComparator
-
Deprecated.
- GroupMembershipEvent - Class in com.atlassian.crowd.model.event
- GroupMembershipEvent(Operation, Long, String, String) - Constructor for class com.atlassian.crowd.model.event.GroupMembershipEvent
- GroupMembershipEvent(Operation, Long, String, Set<String>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.GroupMembershipEvent
- Groups - Class in com.atlassian.crowd.model.group
-
Utility class for
Group - GroupTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
-
Represents attributes of a group.
- GroupType - Enum Class in com.atlassian.crowd.model.group
-
Represents the type of a Group: GROUP: group used to determine authorisation. LEGACY_ROLE: group representing pre-Crowd 2.0 "Role".
- GroupWithAttributes - Interface in com.atlassian.crowd.model.group
-
Represents a group with attributes.
- GroupWithMembers - Interface in com.atlassian.crowd.model.group
-
Represents a group with members (but not all custom attributes).
H
- handleApplicationEvent(Object) - Method in interface com.atlassian.crowd.event.EventStore
-
Notifies the store that an application event happened that might make it impossible to recreate the event stream.
- hashCode() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- hashCode() - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.
- hashCode() - Method in class com.atlassian.crowd.model.application.RemoteAddress
- hashCode() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
- hashCode() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
- hashCode() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
- hashCode() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- hashCode() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
- hashCode() - Method in interface com.atlassian.crowd.model.DirectoryEntity
-
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
- hashCode() - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
- hashCode() - Method in class com.atlassian.crowd.model.event.AliasEvent
- hashCode() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- hashCode() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
- hashCode() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- hashCode() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- hashCode() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- hashCode() - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- hashCode() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- hashCode() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
- hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- hashCode(Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
- hasRemoteAddress(String) - Method in interface com.atlassian.crowd.model.application.Application
-
Returns
trueif the remote address is already in the list of allowable remote addresses for the application.
I
- ImmutableDirectoryGroup - Class in com.atlassian.crowd.model.group
- ImmutableDirectoryGroup.Builder - Class in com.atlassian.crowd.model.group
- ImmutableDirectoryGroupWithAttributes - Class in com.atlassian.crowd.model.group
- ImmutableDirectoryGroupWithAttributes.Builder - Class in com.atlassian.crowd.model.group
- ImmutableGroupWithAttributes - Class in com.atlassian.crowd.model.group
- ImmutableGroupWithAttributes.Builder - Class in com.atlassian.crowd.model.group
- ImmutableMembership - Class in com.atlassian.crowd.model.group
- ImmutableMembership(String, Iterable<String>, Iterable<String>) - Constructor for class com.atlassian.crowd.model.group.ImmutableMembership
- ImmutableTimestampedUser - Class in com.atlassian.crowd.model.user
- ImmutableTimestampedUser.Builder - Class in com.atlassian.crowd.model.user
- ImmutableTimestampedUserWithAttributes - Class in com.atlassian.crowd.model.user
- ImmutableTimestampedUserWithAttributes.Builder - Class in com.atlassian.crowd.model.user
- ImmutableUser - Class in com.atlassian.crowd.model.user
- ImmutableUser(long, String, String, String, boolean, String, String, String) - Constructor for class com.atlassian.crowd.model.user.ImmutableUser
- ImmutableUser(ImmutableUser.Builder) - Constructor for class com.atlassian.crowd.model.user.ImmutableUser
- ImmutableUser(User) - Constructor for class com.atlassian.crowd.model.user.ImmutableUser
- ImmutableUser.Builder - Class in com.atlassian.crowd.model.user
- ImmutableUserWithAttributes - Class in com.atlassian.crowd.model.user
- ImmutableUserWithAttributes.Builder - Class in com.atlassian.crowd.model.user
- IMPORT_FINISHED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a directory import has been finished.
- IMPORT_STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a directory import has been started.
- IncrementalSynchronisationNotAvailableException - Exception in com.atlassian.crowd.event
- IncrementalSynchronisationNotAvailableException() - Constructor for exception com.atlassian.crowd.event.IncrementalSynchronisationNotAvailableException
- IncrementalSynchronisationNotAvailableException(String) - Constructor for exception com.atlassian.crowd.event.IncrementalSynchronisationNotAvailableException
- INSTANCE - Static variable in interface com.atlassian.crowd.search.query.entity.restriction.NullRestriction
- INSTANCE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
- InternalDirectoryGroup - Interface in com.atlassian.crowd.model.group
-
Extends the Group interface with "isLocal".
- INVALID_PASSWORD_ATTEMPTS - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the total invalid password attempts.
- InvalidAuthenticationException - Exception in com.atlassian.crowd.exception
-
Thrown when the attempted authentication is not valid.
- InvalidAuthenticationException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
-
Constructs a new
InvalidAuthenticationExceptionwith the specified detail message. - InvalidAuthenticationException(String, Directory, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
- InvalidAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
-
Constructs a new
InvalidAuthenticationExceptionwith the specified detail message and cause. - InvalidAuthenticationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
-
Constructs a new
InvalidAuthenticationExceptionwith the specified cause. - InvalidAuthorizationTokenException - Exception in com.atlassian.crowd.exception
-
Thrown when the authenticated token is invalid.
- InvalidAuthorizationTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
-
Default constructor.
- InvalidAuthorizationTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
-
Default constructor.
- InvalidAuthorizationTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
-
Default constructor.
- InvalidAuthorizationTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
-
Default constructor.
- InvalidEmailAddressException - Exception in com.atlassian.crowd.exception
-
Thrown when the email address is not valid.
- InvalidEmailAddressException() - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
-
Default constructor.
- InvalidEmailAddressException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
- InvalidEmailAddressException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
- InvalidEmailAddressException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
- InvalidGroupException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate an invalid model group.
- InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
-
Constructs a new
InvalidGroupExceptionwith the invalid group and - InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
- InvalidGroupException(Group, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
-
Constructs a new
InvalidGroupExceptionwith the invalid group given and a cause. - InvalidRoleException - Exception in com.atlassian.crowd.exception
-
Thrown when an invalid role is provided.
- InvalidRoleException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidRoleException
- InvalidTokenException - Exception in com.atlassian.crowd.exception
-
Thrown when an invalid token is provided.
- InvalidTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
-
Default constructor.
- InvalidTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
- InvalidTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
-
Default constructor.
- InvalidTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
-
Default constructor.
- isActive() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns whether the application is active.
- isActive() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- isActive() - Method in interface com.atlassian.crowd.model.group.Group
- isActive() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- isAliasingEnabled() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns
trueif aliasing is enabled for the application. - isAllowAllToAuthenticate() - Method in interface com.atlassian.crowd.model.application.ApplicationDirectoryMapping
-
Returns
trueif all the users in the directory are allowed to authenticate with the application. - isAllowAllToAuthenticate() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- isAllowed(OperationType) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns
trueif the application is allowed to perform the specified operation on the directory. - isAuthenticationViaEmailEnabled() - Method in interface com.atlassian.crowd.model.application.Application
-
Determines whether application can authenticate their users using their e-mail.
- isAuthenticationWithoutPasswordEnabled() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns
trueif application has authentication without user's password enabled, false otherwise. - isAuthorised(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Returns
trueif the group is an authorised group. - isCachedDirectoriesAuthenticationOrderOptimisationEnabled() - Method in interface com.atlassian.crowd.model.application.Application
- isEmbeddedCrowd() - Method in interface com.atlassian.crowd.embedded.api.ApplicationFactory
-
Used in order to distinguish if we're running in Embedded Crowd or in Crowd as standalone product.
- isEmpty() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- isEmpty() - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- isEmpty() - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- isEmpty() - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
- isExact() - Method in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
-
Returns true if this value represents an exact match mode.
- isFilteringGroupsWithAccessEnabled() - Method in interface com.atlassian.crowd.model.application.Application
- isFilteringUsersWithAccessEnabled() - Method in interface com.atlassian.crowd.model.application.Application
- isLocal() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- isLocal() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- isLocal() - Method in interface com.atlassian.crowd.model.group.InternalDirectoryGroup
-
Returns true if this is a Local Group.
- isLocalCrowdWebAppAuthentication() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- isLowerCaseOutput() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns
trueif the usernames and group names returned should be in lowercase. - isMembershipAggregationEnabled() - Method in interface com.atlassian.crowd.model.application.Application
- isNull() - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property is null.
- isPermanent() - Method in interface com.atlassian.crowd.model.application.Application
-
Returns whether the application is a permanent application and thus cannot be removed.
- isPluginConsumerUrl(String) - Static method in class com.atlassian.crowd.saml.SamlConstants
-
Returns whether provided
samlConsumerUrlmatches plugin's SAML consumer URL suffix. - isSecure() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
-
Returns
trueif the cookie should only be included in a secure connection.
J
- JIRA - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
L
- LAST_ACTIVITY - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for last active date user attribute.
- LAST_AUTHENTICATED - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the last authentication.
- LAST_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- LAST_SENT_PASSWORD_EXPIRATION_REMINDER - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key representing the timestamp at which last password change notification was sent
- lastName(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- LASTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the last name attribute.
- LEGACY_ROLE - Enum constant in enum class com.atlassian.crowd.model.group.GroupType
-
Deprecated.
- LESS_THAN - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- LESS_THAN_OR_EQUAL - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- lessThan(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property is less than the given value.
- lessThanOrEqual(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property is less than or equal to the given value.
- LOCAL - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.DirectoryEntities
-
A function that projects the lower case name
- LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.group.Groups
-
Deprecated.Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. - LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.user.Users
-
Deprecated.Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION.
M
- MANUAL - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventSource
- MatchMode - Enum Class in com.atlassian.crowd.search.query.entity.restriction
- Membership - Interface in com.atlassian.crowd.model.group
-
Details of the direct members of a single group.
- Membership.MembershipIterationException - Exception in com.atlassian.crowd.model.group
-
Something went wrong while iterating over a collection of
Memberships. - MembershipAlreadyExistsException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that a membership cannot be added because it already exists.
- MembershipAlreadyExistsException(long, String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
- MembershipAlreadyExistsException(String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
- MembershipIterationException(Throwable) - Constructor for exception com.atlassian.crowd.model.group.Membership.MembershipIterationException
- MODIFIED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event.
N
- name(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser.Builder
- NAME - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Application name
- NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.application.Applications
-
Deprecated.Use
Application.getName()instead. Since 3.4.0. - NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.DirectoryEntities
-
A function that projects the name
- NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.group.Groups
-
Deprecated.Use the more general
DirectoryEntities.NAME_FUNCTION. - NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.user.Users
-
Deprecated.Use the more general
DirectoryEntities.NAME_FUNCTION. - NameComparator - Class in com.atlassian.crowd.model
- nameGetter(Class<T>) - Static method in class com.atlassian.crowd.model.NameComparator
- namesOf(Iterable<? extends Application>) - Static method in class com.atlassian.crowd.model.application.Applications
-
Transforms applications into their names.
- namesOf(Collection<? extends DirectoryEntity>) - Static method in class com.atlassian.crowd.model.DirectoryEntities
-
Transforms entities into their names.
- namesOf(List<? extends Group>) - Static method in class com.atlassian.crowd.model.group.Groups
-
Deprecated.
- namesOf(List<? extends User>) - Static method in class com.atlassian.crowd.model.user.Users
-
Deprecated.
- NestedGroupsNotSupportedException - Exception in com.atlassian.crowd.exception
-
Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
- NestedGroupsNotSupportedException(long) - Constructor for exception com.atlassian.crowd.exception.NestedGroupsNotSupportedException
- newInstanceWithName(String) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
-
Creates a new instance of an
InvalidAuthenticationExceptionwith a default detail message using the name of the entity that failed to authenticate. - newInstanceWithName(String, Throwable) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
-
Creates a new instance of an
InvalidAuthenticationExceptionwith a default detail message using the name of the entity that failed to authenticate, and a cause. - newInstanceWithNameAndDescriptionFromCause(String, Throwable) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
- NO_FILTERING - Enum constant in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
- normaliserOf(Class<T>) - Static method in class com.atlassian.crowd.model.NameComparator
- NULL - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- NullRestriction - Interface in com.atlassian.crowd.search.query.entity.restriction
-
Signifies that there are no restrictions.
- NullRestrictionImpl - Class in com.atlassian.crowd.search.query.entity.restriction
-
Implements a a NullRestriction interface.
O
- ObjectAlreadyExistsException - Exception in com.atlassian.crowd.exception
- ObjectAlreadyExistsException(String) - Constructor for exception com.atlassian.crowd.exception.ObjectAlreadyExistsException
- ObjectAlreadyExistsException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectAlreadyExistsException
- of(Class<T>) - Static method in class com.atlassian.crowd.model.EntityComparator
-
Returns a comparator for the specified type.
- of(Class<T>) - Static method in class com.atlassian.crowd.model.NameComparator
- ofTypeBoolean(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
- ofTypeEnum(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
- ofTypeString(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
- on(Property<T>) - Static method in class com.atlassian.crowd.search.builder.Restriction
-
Returns an intermediate form of a property restriction.
- Operation - Enum Class in com.atlassian.crowd.model.event
- OperationEvent - Interface in com.atlassian.crowd.model.event
- optional(Function<T, SearchRestriction>, T) - Static method in class com.atlassian.crowd.search.builder.Restrictions
- optionalAllOf(SearchRestriction...) - Static method in class com.atlassian.crowd.search.builder.Combine
-
Returns a combined restriction where all of the non-empty search restrictions have to be satisfied.
- OR - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
- OTHER - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The audit action was performed by something other than the entities above, ie custom integration
- OTHER - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates another type of change, ie made by a custom integration
- OTHER - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that the auditable action was none of the above
P
- PASSWORD_CHANGED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that password was successfully changed for a user.
- PASSWORD_LASTCHANGED - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the password last changed attribute.
- PASSWORD_RESET_FINISHED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a password reset flow has been finished.
- PASSWORD_RESET_STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a password reset flow has been initiated.
- PermissionException - Exception in com.atlassian.crowd.exception
-
Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
- PermissionException() - Constructor for exception com.atlassian.crowd.exception.PermissionException
-
Default constructor.
- PermissionException(String) - Constructor for exception com.atlassian.crowd.exception.PermissionException
-
Default constructor.
- PermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
-
Default constructor.
- PermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
-
Default constructor.
- PLUGIN - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The audit action was performed by a plugin
- PLUGIN - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- PLUGIN_CONSUMER_SUFFIX - Static variable in class com.atlassian.crowd.saml.SamlConstants
-
Suffix of plugin's SAML consumer URL.
- PRIVILEGE_LEVEL - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Application-specific privilege level.
- Property<V> - Interface in com.atlassian.crowd.search.query.entity.restriction
-
Property Values are accessible via
UserTermKeys,GroupTermKeys - PropertyImpl<V> - Class in com.atlassian.crowd.search.query.entity.restriction
- PropertyImpl(String, Class<V>) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- PropertyRestriction<T> - Interface in com.atlassian.crowd.search.query.entity.restriction
-
Restriction on a search based on a property of type T.
- PropertyUtils - Class in com.atlassian.crowd.search.query.entity.restriction
-
Factory methods for creating Property objects.
- PropertyUtils() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
R
- RANDOM_NUMBER - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
The Key that represents the generated 'Random-Number' ValidationFactor
- REMEMBER_ME_ATTRIBUTE_NAME - Static variable in class com.atlassian.crowd.saml.SamlConstants
-
The attribute used for establishing a Remember Me session.
- REMOTE_ADDRESS - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
The key to use when setting the client remote address.
- REMOTE_HOST - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
If you need to set the host - use only for an application.
- RemoteAddress - Class in com.atlassian.crowd.model.application
-
Represents a valid IP address (IPv4, IPv6) or hostname for an Application
- RemoteAddress(String) - Constructor for class com.atlassian.crowd.model.application.RemoteAddress
-
Generates a RemoteAddress based on the value provided
- REMOVED_FROM_GROUP - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a user or a group (child) has left a group (parent).
- removeGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Unauthorises a group.
- REQUIRES_PASSWORD_CHANGE - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for if the principal needs to change their password.
- RESTORE - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates a restore of Crowd configuration from backup
- RESTORE_FINISHED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that restoring Crowd from a backup file has been finished.
- RESTORE_STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that restoring Crowd from a backup file has been started.
- Restriction - Class in com.atlassian.crowd.search.builder
-
Example usage:
- Restriction() - Constructor for class com.atlassian.crowd.search.builder.Restriction
- Restriction.RestrictionWithProperty<T> - Class in com.atlassian.crowd.search.builder
- Restrictions - Class in com.atlassian.crowd.search.builder
- Restrictions() - Constructor for class com.atlassian.crowd.search.builder.Restrictions
- RestrictionWithProperty(Property<T>) - Constructor for class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
S
- SamlConstants - Class in com.atlassian.crowd.saml
-
Contains constants used by Crowd when being a SAML Identity Provider
- SearchRestrictionVisitor - Class in com.atlassian.crowd.search
-
Allows traversing a query's SearchRestriction, visiting each clause, and optionally mutating it's property restrictions.
- SearchRestrictionVisitor() - Constructor for class com.atlassian.crowd.search.SearchRestrictionVisitor
- Session - Interface in com.atlassian.crowd.model.authentication
-
A Session represents an authenticated, time-bound information exchange opportunity granted by a server to a client.
- setActive(boolean) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setAllowAllToAuthenticate(boolean) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Sets whether all the users in the directory are allowed to authenticate with the application.
- setAllowedOperations(Set<OperationType>) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.Sets (i.e.
- setApplication(Application) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Sets the application of this mapping.
- setApplication(String) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
-
Sets the application name the authentication request is for.
- setAttributes(Map<String, Set<String>>) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- setAttributes(Map<String, Set<String>>) - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes.Builder
- setAttributes(Map<String, Set<String>>) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- setAttributes(Map<String, Set<String>>) - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes.Builder
- setAuthorisedGroups(Set<GroupMapping>) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
-
Deprecated.
- setCreatedDate(Date) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup.Builder
- setCreatedDate(Date) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- setCreatedDate(Date) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- setCredential(PasswordCredential) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Sets the authenticating credential information.
- setDescription(String) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setDirectory(Directory) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Sets the directory of this group.
- setDirectoryId(long) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setDirectoryMapping(DirectoryMapping) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Sets the directory mapping.
- setExternalId(String) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setGroupName(String) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Sets the name of the group being mapped.
- setId(Long) - Method in class com.atlassian.crowd.model.application.GroupMapping
-
Deprecated.Sets the group mapping ID.
- setLocal(boolean) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup.Builder
- setLocal(boolean) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- setLocalCrowdWebAppAuthentication(boolean) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- setName(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
-
Sets the name of the authenticated client.
- setName(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Sets the name of the authenticating entity.
- setName(String) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Sets the name.
- setName(String) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setToken(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
-
Sets the token.
- setType(GroupType) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup.Builder
- setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup.Builder
- setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes.Builder
- setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes.Builder
- setValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
-
Sets the authenticating validation factors.
- setValue(String) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
-
Sets the value.
- STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Deprecated.This event type has been deprecated in favor of more specific event types (such as USER_CREATED). Please use a more specific event type or
AuditLogEventType.OTHERif none apply to your event. - startingWith(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
-
Returns a property restriction that is only satisfied if the value of the property starts with the given value.
- STARTS_WITH - Enum constant in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
- STASH - Enum constant in enum class com.atlassian.crowd.model.application.ApplicationType
- storeOperationEvent(OperationEvent) - Method in interface com.atlassian.crowd.event.EventStore
-
Stores the given event.
- SYNCHRONISABLE_ATTRIBUTE_ENTRY_PREDICATE - Static variable in class com.atlassian.crowd.attribute.AttributePredicates
-
Return true if the given entry represents a syncing attribute.
- SYNCHRONIZATION - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The action was performed by a synchronization with a remote directory
- SYNCHRONIZATION - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventSource
- SYNCHRONIZATION_FINISHED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a synchronization has been finished.
- SYNCHRONIZATION_STARTED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a synchronization has been started.
- SYNCING_ATTRIBUTE - Static variable in class com.atlassian.crowd.attribute.AttributePredicates
-
Return true if the given attribute is a syncing attribute, ie.
- SYSTEM - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The audit action was performed by Crowd, ie as consequence of another action
T
- TermRestriction<T> - Class in com.atlassian.crowd.search.query.entity.restriction
- TermRestriction(Property<T>, MatchMode, T) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
-
Constructs a restriction based on an entity property value and match mode.
- TermRestriction(Property<T>, T) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
- TimestampedEntity - Interface in com.atlassian.crowd.model
-
Some extra methods to add "created date" and "updated date" to Users and Groups.
- TimestampedGroup - Interface in com.atlassian.crowd.model.group
-
Extends the Group interface with "updated date" and "created date".
- TimestampedUser - Interface in com.atlassian.crowd.model.user
-
Extends the user interface with "updated date" and "created date".
- TokenExpiredException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that the token has expired and is not valid anymore.
- TokenExpiredException() - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
- TokenExpiredException(String) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
- TokenExpiredException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
- TokenExpiredException(Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
- TokenNotFoundException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that the token does not exist in the server.
- TokenNotFoundException() - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
- TokenNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
- TokenNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
- TokenNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
- toMap(Attributes) - Static method in class com.atlassian.crowd.attribute.AttributeUtil
- toString() - Method in class com.atlassian.crowd.event.Events
- toString() - Method in class com.atlassian.crowd.model.application.RemoteAddress
- toString() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
- toString() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
- toString() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
- toString() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- toString() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
- toString() - Method in class com.atlassian.crowd.model.event.AliasEvent
- toString() - Method in class com.atlassian.crowd.model.event.GroupEvent
- toString() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
- toString() - Method in class com.atlassian.crowd.model.event.UserEvent
- toString() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
- toString() - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- toString() - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- toString() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
- toString() - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
- toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
- toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
U
- updated(long, String, String) - Static method in class com.atlassian.crowd.model.event.AliasEvent
- UPDATED - Enum constant in enum class com.atlassian.crowd.model.event.Operation
- UPDATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
- UPDATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- updatedDate(Date) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser.Builder
- User - Interface in com.atlassian.crowd.model.user
-
Represents a user that exists in a directory.
- USER - Enum constant in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
The audit action was performed by a Crowd user
- USER - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Indicates creation, modification, or deletion of a user
- USER_AND_GROUP_FILTERING - Enum constant in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
- USER_CREATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates the creation of a new user.
- USER_DELETED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that a user was removed.
- USER_ONLY_FILTERING - Enum constant in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
- USER_UPDATED - Enum constant in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Indicates that user data was changed.
- UserAlreadyExistsException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that a user already exists in the directory.
- UserAlreadyExistsException(long, String) - Constructor for exception com.atlassian.crowd.exception.UserAlreadyExistsException
- UserAuthenticationContext - Class in com.atlassian.crowd.model.authentication
-
The
UserAuthenticationContextis used to authenticateusers. - UserAuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- UserAuthenticationContext(String, PasswordCredential, ValidationFactor[], String) - Constructor for class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- UserAuthoritiesProvider - Interface in com.atlassian.crowd.user
-
Manually handle username to authorities mapping, rather than depending on the groups they belong to
- UserConstants - Class in com.atlassian.crowd.model.user
-
A simple class to hold the Constants that are used on a
User - UserConstants() - Constructor for class com.atlassian.crowd.model.user.UserConstants
- UserEvent - Class in com.atlassian.crowd.model.event
- UserEvent(Operation, Long, User, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.UserEvent
- UserMembershipEvent - Class in com.atlassian.crowd.model.event
- UserMembershipEvent(Operation, Long, String, String) - Constructor for class com.atlassian.crowd.model.event.UserMembershipEvent
- UserMembershipEvent(Operation, Long, String, Set<String>) - Constructor for class com.atlassian.crowd.model.event.UserMembershipEvent
- USERNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
-
Key for the username value.
- USERNAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
- Users - Class in com.atlassian.crowd.model.user
-
Utility class for
User - userSearchRestriction(String) - Static method in class com.atlassian.crowd.search.builder.Restrictions
-
Returns a condition that matches a user iff the provided
searchTextis a substring of any name related field or an email field. - UserTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
-
Attributes of a user.
- UserWithAttributes - Interface in com.atlassian.crowd.model.user
-
Represents a user with attributes that exists in a directory.
V
- ValidationFactor - Class in com.atlassian.crowd.model.authentication
-
Validation factors are used to construct a unique token when a
com.atlassian.crowd.integration.model.RemotePrincipalauthenticates with the crowd server. - ValidationFactor() - Constructor for class com.atlassian.crowd.model.authentication.ValidationFactor
- ValidationFactor(String, String) - Constructor for class com.atlassian.crowd.model.authentication.ValidationFactor
- valueOf(String) - Static method in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.audit.AuditLogEventSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.model.application.ApplicationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.model.event.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.model.group.GroupType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.atlassian.crowd.audit.AuditLogAuthorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.audit.AuditLogEntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.audit.AuditLogEventSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.audit.AuditLogEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.model.application.AccessBasedSynchronizationFilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.model.application.ApplicationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.model.event.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.model.group.GroupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.atlassian.crowd.search.query.entity.restriction.MatchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(SearchRestriction) - Method in class com.atlassian.crowd.search.SearchRestrictionVisitor
- visitPropertyRestriction(PropertyRestriction) - Method in class com.atlassian.crowd.search.SearchRestrictionVisitor
W
- Webhook - Interface in com.atlassian.crowd.model.webhook
-
A Webhook is an application-provided HTTP endpoint that is pinged by Crowd to notify the occurrence of certain events.
- WebhookNotFoundException - Exception in com.atlassian.crowd.exception
-
Thrown to indicate that a Webhook does not exist on the server
- WebhookNotFoundException(long) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
- WebhookNotFoundException(long, String) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
- WebhookNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
- withName(String) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
- withName(String) - Method in class com.atlassian.crowd.model.group.BaseImmutableGroup
- withName(String) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroup
- withName(String) - Method in class com.atlassian.crowd.model.group.ImmutableDirectoryGroupWithAttributes
- withName(String) - Method in class com.atlassian.crowd.model.group.ImmutableGroupWithAttributes
- withName(String) - Method in class com.atlassian.crowd.model.user.BaseImmutableUser
- withName(String) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUser
- withName(String) - Method in class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
- withName(String) - Method in class com.atlassian.crowd.model.user.ImmutableUser
- withName(String) - Method in class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
X
- X_FORWARDED_FOR - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
-
The key to use when setting the client remote forwarding address through a proxy.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Application.isActive()instead. Since 3.4.0.