- canResetPassword() - Method in interface com.atlassian.crowd.embedded.api.UserCapabilities
-
Whether the user can request a password reset.
- canResetPassword() - Method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
-
- changeEncryptionKey() - Method in interface com.atlassian.crowd.embedded.api.Encryptor
-
- com.atlassian.crowd.embedded.api - package com.atlassian.crowd.embedded.api
-
- com.atlassian.crowd.embedded.impl - package com.atlassian.crowd.embedded.impl
-
- com.atlassian.crowd.exception - package com.atlassian.crowd.exception
-
- com.atlassian.crowd.exception.crypto - package com.atlassian.crowd.exception.crypto
-
- com.atlassian.crowd.exception.embedded - package com.atlassian.crowd.exception.embedded
-
- com.atlassian.crowd.exception.runtime - package com.atlassian.crowd.exception.runtime
-
- com.atlassian.crowd.validator - package com.atlassian.crowd.validator
-
- CommunicationException - Exception in com.atlassian.crowd.exception.runtime
-
A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to
communicate with the remote User Directory.
- CommunicationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CommunicationException
-
- CommunicationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CommunicationException
-
- compare(Group, Group) - Method in class com.atlassian.crowd.embedded.api.GroupComparator
-
- compare(User, User) - Method in class com.atlassian.crowd.embedded.api.UserComparator
-
- compareTo(Group) - Method in interface com.atlassian.crowd.embedded.api.Group
-
CompareTo must be compatible with the equals() and hashCode() methods
- compareTo(Group, Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
-
- compareTo(User) - Method in interface com.atlassian.crowd.embedded.api.User
-
CompareTo must be compatible with the equals() and hashCode() methods
- compareTo(User, User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
-
- compareTo(UserComparator.Key) - Method in class com.atlassian.crowd.embedded.api.UserComparator.Key
-
- compareTo(Group) - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
-
- compareTo(User) - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- compareToInLowerCase(String, String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
-
Converts the two given identifier strings to lowercase and compare them.
- ConnectionPoolProperties - Interface in com.atlassian.crowd.embedded.api
-
The system-wide settings for LDAP connection pooling, as provided by JNDI.
- ConnectionPoolPropertyConstants - Class in com.atlassian.crowd.embedded.impl
-
Class containing the properties related to a connection pool.
- ConnectionPoolPropertyUtil - Class in com.atlassian.crowd.embedded.impl
-
- ConnectionPoolPropertyUtil() - Constructor for class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
-
- contains(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- containsAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- containsIdentifierBiPredicate(Multimap<String, String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
-
Returns function that checks presence of an entry in the original multimap, ignoring string casing.
- containsIdentifierPredicate(Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
-
- containsKey(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- credential - Variable in class com.atlassian.crowd.embedded.api.PasswordCredential
-
- CrowdDirectoryService - Interface in com.atlassian.crowd.embedded.api
-
Provides the interface for performing Directory Operations in Crowd for applications embedding Crowd.
- CrowdException - Exception in com.atlassian.crowd.exception
-
CrowdException is the superclass of Crowd-specific exceptions
that must be caught.
- CrowdException() - Constructor for exception com.atlassian.crowd.exception.CrowdException
-
- CrowdException(String) - Constructor for exception com.atlassian.crowd.exception.CrowdException
-
- CrowdException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
-
- CrowdException(Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
-
- CrowdRuntimeException - Exception in com.atlassian.crowd.exception.runtime
-
CrowdRuntimeException is the superclass of Crowd-specific exceptions that may be thrown but not
necessarily caught.
- CrowdRuntimeException() - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
-
Constructs a new Crowd runtime exception with null as its
detail message.
- CrowdRuntimeException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
-
Constructs a new Crowd runtime exception with the specified detail message.
- CrowdRuntimeException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
-
Constructs a new Crowd runtime exception with the specified detail message and
cause.
- CrowdRuntimeException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CrowdService - Interface in com.atlassian.crowd.embedded.api
-
Provides the interface for performing User and Group operations in Crowd for applications embedding Crowd.
- get(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- getActiveRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
-
Information of the currently running synchronisation or null if directory is not being synchronised.
- getAllowedOperations() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the operations allowed to be performed on this directory.
- getAllowedOperations() - Method in enum com.atlassian.crowd.embedded.api.PermissionOption
-
- getApplicationId() - Method in exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
-
- getApplicationName() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
-
- getAttributes() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the attributes of the directory.
- getAvailableEncryptorKeys() - Method in interface com.atlassian.crowd.embedded.api.SwitchableEncryptor
-
- getCapabilitiesForNewUsers() - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Gets details of the possible operations that can be performed on
new users.
- getChildName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
-
Returns name of the child.
- getChildName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
-
- getCreatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the date the directory was created.
- getCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
-
Gets the password credential.
- getCurrentEncryptorKey() - Method in interface com.atlassian.crowd.embedded.api.SwitchableEncryptor
-
- getDescription() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns a description of the directory.
- getDirectoryId() - Method in interface com.atlassian.crowd.embedded.api.User
-
- getDirectoryId() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- getDirectoryId() - Method in exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
-
- getDirectoryId() - Method in exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
-
- getDirectoryName() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
-
Returns the name of the directory that could not be found.
- getDirectorySynchronisationInformation(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Returns the synchronisation information for the directory.
- getDisplayName() - Method in interface com.atlassian.crowd.embedded.api.User
-
- getDisplayName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- getDurationMs() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns in milliseconds the duration of the synchronisation.
- getEmailAddress() - Method in interface com.atlassian.crowd.embedded.api.User
-
- getEmailAddress() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- getEncryptionType() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the encryption algorithm used by the directory.
- getErrorMessage() - Method in interface com.atlassian.crowd.validator.ValidationError
-
Returns the actual error message
- getFieldName() - Method in interface com.atlassian.crowd.validator.ValidationError
-
Returns name of the field for which this error was raised
- getFullSyncError() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns the full synchronisation failure reason.
- getGroup(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Finds the
group that matches the supplied
name.
- getGroup() - Method in exception com.atlassian.crowd.exception.embedded.InvalidGroupException
-
- getGroupName() - Method in exception com.atlassian.crowd.exception.GroupNotFoundException
-
- getGroupName() - Method in exception com.atlassian.crowd.exception.ReadOnlyGroupException
-
Returns the name of the read-only group.
- getGroupName() - Method in exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
-
- getGroupWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Finds the
group that matches the supplied
name.
- getId() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the directory ID.
- getId() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
-
- getId() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
-
Returns the ID of the directory that could not be found.
- getImplementationClass() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the fully qualified name of the class that implements the directory.
- getIncrementalSyncError() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns the incremental synchronisation failure reason.
- getInitialSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getInitialSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getInitialSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getInstance() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getKeys() - Method in interface com.atlassian.crowd.embedded.api.Attributes
-
Gets all the keys of the attributes.
- getKeys() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
-
- getLastRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
-
Information of the last completed synchronisation or null if directory has never been synchronised.
- getMaximumSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getMaximumSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getMaximumSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getMaxResults() - Method in interface com.atlassian.crowd.embedded.api.Query
-
The maximum number of elements to return.
- getName() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the name of the directory.
- getName() - Method in interface com.atlassian.crowd.embedded.api.Group
-
- getName() - Method in enum com.atlassian.crowd.embedded.api.OperationType
-
- getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
-
- getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- getName() - Method in exception com.atlassian.crowd.exception.AccountNotFoundException
-
Returns the name of the account.
- getName() - Method in exception com.atlassian.crowd.exception.InactiveAccountException
-
Returns the name of the account.
- getNodeId() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns the id of the node that performed the synchronization.
- getNodeName() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns the name of the node that performed the synchronization.
- getParentName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
-
Returns names of the parent.
- getParentName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
-
- getPassword() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
-
- getPasswordScore(PasswordCredential, Collection<String>) - Method in interface com.atlassian.crowd.embedded.api.PasswordScoreService
-
Analyse a non-encrypted password and determine the score of it according to some method (e.g.
- getPolicyDescription() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
-
- getPreferredSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getPreferredSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getPreferredSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getRanking() - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
-
- getRemoteUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns the
user that matches the supplied
name from a remote directory.
- getReturnType() - Method in interface com.atlassian.crowd.embedded.api.Query
-
The type of elements to return.
- getSearchRestriction() - Method in interface com.atlassian.crowd.embedded.api.Query
-
Restrictions to apply to the query.
- getStartIndex() - Method in interface com.atlassian.crowd.embedded.api.Query
-
The index of the first element to return.
- getStartTime() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns the time in milliseconds of the directory synchronisation time.
- getStatusKey() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
Returns a status key that can be used to get a human readable synchronisation status message.
- getStatusParameters() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
-
- getStoredConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Retrieves the stored LDAP connection pool properties which will be applied when the system restarts.
- getSupportedAuthentication() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getSupportedAuthentication() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getSupportedAuthentication() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getSupportedProtocol() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getSupportedProtocol() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getSupportedProtocol() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getSystemConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Retrieves the system LDAP connection pool properties (i.e.
- getTimeoutInSec() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
-
- getTimeoutInSec() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
-
- getTimeoutInSec() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
- getType() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the type of the directory.
- getUpdatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns the date the directory was last modified.
- getUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns the
user that matches the supplied
name.
- getUser() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
-
- getUser() - Method in exception com.atlassian.crowd.exception.InvalidUserException
-
- getUserName() - Method in exception com.atlassian.crowd.exception.runtime.UserNotFoundException
-
- getUserName() - Method in exception com.atlassian.crowd.exception.UserNotFoundException
-
Returns the name of the user that could not be found.
- getUserWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns the
user that matches the supplied
name.
- getValue(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
-
Returns any value associated with the given key, returns null if there is no value.
- getValue(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
-
- getValues(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
-
Get all the values associated with a given key.
- getValues(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
-
- getViolatedConstraints() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
-
- Group - Interface in com.atlassian.crowd.embedded.api
-
Represents a group.
- GROUP_COMPARATOR - Static variable in class com.atlassian.crowd.embedded.api.GroupComparator
-
- GroupComparator - Class in com.atlassian.crowd.embedded.api
-
Comparator for a Group.
- GroupNotFoundException - Exception in com.atlassian.crowd.exception
-
Thrown when the specified group could not be found.
- GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
-
- GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
-
- GroupNotFoundException - Exception in com.atlassian.crowd.exception.runtime
-
Thrown when the specified group could not be found.
- GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
-
- GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
-
- GroupWithAttributes - Interface in com.atlassian.crowd.embedded.api
-
Represents a group with attributes.
- IdentifierMap<V> - Class in com.atlassian.crowd.embedded.impl
-
This class behaves like a HashMap with lower-case String keys.
- IdentifierMap() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- IdentifierMap(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- IdentifierMap(Map<String, V>) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- IdentifierSet - Class in com.atlassian.crowd.embedded.impl
-
This class behaves like a HashSet with lower-case String values.
- IdentifierSet() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- IdentifierSet(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- IdentifierSet(Collection<String>) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- IdentifierUtils - Class in com.atlassian.crowd.embedded.impl
-
- InactiveAccountException - Exception in com.atlassian.crowd.exception
-
Thrown when the account is inactive.
- InactiveAccountException(String) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
-
Constructs a new InvalidAccountException.
- InactiveAccountException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
-
- index(Collection<? extends T>, Function<T, String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierMap
-
- intersection(Collection<String>, Collection<String>) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierSet
-
- InvalidCredentialException - Exception in com.atlassian.crowd.exception
-
Thrown when the supplied credential is not valid.
- InvalidCredentialException() - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
-
- InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
-
- InvalidCredentialException(String, String, Collection<PasswordConstraint>) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
-
Use this constructor when you can identify a specific policy that has been violated.
- InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
-
- InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
-
Default constructor.
- InvalidCrowdServiceException - Exception in com.atlassian.crowd.exception
-
Thrown when a Crowd client is not communicating with a valid Crowd service.
- InvalidCrowdServiceException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
-
- InvalidCrowdServiceException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
-
- InvalidGroupException - Exception in com.atlassian.crowd.exception.embedded
-
An exception to denote an invalid application/embedded group.
- InvalidGroupException(Group, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
-
- InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
-
- InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
-
- InvalidMembershipException - Exception in com.atlassian.crowd.exception
-
Thrown when a user tries to create a Nested Group membership that is not valid.
- InvalidMembershipException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
-
- InvalidMembershipException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
-
- InvalidMembershipException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
-
- InvalidUserException - Exception in com.atlassian.crowd.exception
-
- InvalidUserException(User, String) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
-
- InvalidUserException(User, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
-
- InvalidUserException(User, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
-
- isActive() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns true if the directory is currently active, otherwise false.
- isActive() - Method in interface com.atlassian.crowd.embedded.api.User
-
- isActive() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
-
- isAtLeast(PasswordScore) - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
-
Uses an internal ranking to compare the scores and determine if it is 'just as strong'.
- isDirectorySynchronisable(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.
- isDirectorySynchronising(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Returns true if the given Directory is currently synchronising.
- isEmpty() - Method in interface com.atlassian.crowd.embedded.api.Attributes
-
- isEmpty() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
-
- isEnabled() - Method in interface com.atlassian.crowd.embedded.api.FeatureFlag
-
Returns true if the feature is enabled and accessible under current licensing terms or false otherwise
- isEncryptedCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
-
- isGroupDirectGroupMember(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Determines if a group is a direct member of another group.
- isGroupMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns true if childGroupName is a direct or indirect (nested) member of parentGroupName.
- isGroupMemberOfGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup.
- isMarkedAsDeleted() - Method in interface com.atlassian.crowd.embedded.api.User
-
Returns if the user is already technically deleted.
- isMembershipAggregationEnabled() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
- isPersistable() - Method in interface com.atlassian.crowd.embedded.api.Directory
-
Returns false for in-memory directory, otherwise true.
- isSynchronising() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
-
Is the directory currently synchronising.
- isUserDirectGroupMember(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Determines if a user is a direct member of a group.
- isUserMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns true if the user is a direct or indirect (nested) member of the group.
- isUserMemberOfGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
-
Returns true if the user is a direct or indirect (nested) member of the group.
- isValidAuthentication(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
-
- isValidProtocol(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
-
- VALID_AUTHENTICATION_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
-
- VALID_PROTOCOL_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
-
- validate(ValidatePasswordRequest) - Method in interface com.atlassian.crowd.embedded.api.PasswordConstraint
-
Validates the given credential according to this constraint's rules.
- validateDirectoryConfiguration(Directory, EnumSet<DirectoryValidationContext>) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
-
Will validate the attributes of the given directory, depending upon the directory type
- ValidatePasswordRequest - Class in com.atlassian.crowd.embedded.api
-
Password validation request.
- ValidatePasswordRequest(PasswordCredential, User) - Constructor for class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
-
Creates a new ValidateRequest.
- ValidationError - Interface in com.atlassian.crowd.validator
-
Represents a single error containing the field name and corresponding error message
- valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.crowd.validator.DirectoryValidationContext
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.crowd.embedded.api.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.crowd.validator.DirectoryValidationContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.