Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addDirectory(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- addGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- addGroupToGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- addUser(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- addUser(UserWithAttributes, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- addUserToGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- APPLICATION_NAME - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- authenticate(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- AUTHORITY_ENDPOINT_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- AzureADConnectionValidator - Class in com.atlassian.crowd.embedded.validator.impl
- AzureADConnectionValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- AzureADConnectorValidator - Class in com.atlassian.crowd.embedded.validator.impl
- AzureADConnectorValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
B
- BASE_DN_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.DelegatedDirectoryConnectionValidator
- BASE_DN_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectionValidator
- build() - Method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Build the
ValidationRulewith the supplied value functions and their corresponding predicates, all of which must be positively tested to generate aaerror
C
- check(Function<V, M>, Predicate<M>) - Method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Adds the value function, with the corresponding predicate to the checks list
- check(Predicate<V>, boolean) - Method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Adds the value function, with the corresponding predicate to the checks list
- collect() - Method in class com.atlassian.crowd.embedded.analytics.collector.PasswordPolicyStatisticsCollector
- com.atlassian.crowd.embedded.analytics.collector - package com.atlassian.crowd.embedded.analytics.collector
- com.atlassian.crowd.embedded.core - package com.atlassian.crowd.embedded.core
- com.atlassian.crowd.embedded.core.util - package com.atlassian.crowd.embedded.core.util
- com.atlassian.crowd.embedded.directory - package com.atlassian.crowd.embedded.directory
- com.atlassian.crowd.embedded.event - package com.atlassian.crowd.embedded.event
- com.atlassian.crowd.embedded.propertyset - package com.atlassian.crowd.embedded.propertyset
- com.atlassian.crowd.embedded.validator - package com.atlassian.crowd.embedded.validator
- com.atlassian.crowd.embedded.validator.impl - package com.atlassian.crowd.embedded.validator.impl
- com.atlassian.crowd.embedded.validator.rule - package com.atlassian.crowd.embedded.validator.rule
- CompoundValidator<T> - Class in com.atlassian.crowd.embedded.validator.impl
-
Represents combination of the multiple validator instance, giving an AND behaviour
- CompoundValidator(List<Validator<T>>) - Constructor for class com.atlassian.crowd.embedded.validator.impl.CompoundValidator
- CONNECTION_TEST_FAILURE - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- CONNECTION_TEST_SUCCESS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- CONNECTION_TIMEOUT_IN_SEC - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- ConversionUtils - Class in com.atlassian.crowd.embedded.core.util
-
Utility class for converting between model objects and embedded/application objects.
- CRON_EXPRESSION_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.SynchronisationSchedulingConfigValidator
- CROWD_HTTP_MAX_CONNECTIONS - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectorValidator
- CROWD_HTTP_PROXY_PORT - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- CROWD_SERVER_URL - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- CrowdCronExpressionValidator - Class in com.atlassian.crowd.embedded.validator.impl
- CrowdDirectoryServiceImpl - Class in com.atlassian.crowd.embedded.core
- CrowdDirectoryServiceImpl(ApplicationFactory, DirectoryInstanceLoader, DirectoryManager, ApplicationManager, DirectoryValidatorFactory) - Constructor for class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- CrowdEmbeddedApplicationFactory - Class in com.atlassian.crowd.embedded.core
- CrowdEmbeddedApplicationFactory(ApplicationDAO) - Constructor for class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
- CrowdServiceFactory - Interface in com.atlassian.crowd.embedded.core.util
- CrowdServiceImpl - Class in com.atlassian.crowd.embedded.core
-
Default implementation of the CrowdService
- CrowdServiceImpl(ApplicationFactory, ApplicationService, DirectoryInstanceLoader) - Constructor for class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- CustomDirectoryValidator - Class in com.atlassian.crowd.embedded.validator.impl
- CustomDirectoryValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.CustomDirectoryValidator
D
- DATE_PROPERTY_FORMAT_PATTERN - Static variable in class com.atlassian.crowd.embedded.propertyset.DateFormats
- DateFormats - Class in com.atlassian.crowd.embedded.propertyset
- DebugLoggingPropertySet - Class in com.atlassian.crowd.embedded.propertyset
-
Adds debug logging when accessing the wrapped
PropertySet. - DebugLoggingPropertySet(PropertySet) - Constructor for class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- DelegatedDirectoryConnectionValidator - Class in com.atlassian.crowd.embedded.validator.impl
- DelegatedDirectoryConnectionValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.DelegatedDirectoryConnectionValidator
- DirectoryRuleBuilder - Class in com.atlassian.crowd.embedded.validator.rule
-
Builder utility extending the base class
RuleBuilderspecifically for Directory relatedValidationRule - DirectoryValidator - Class in com.atlassian.crowd.embedded.validator
-
Represents Validator which validates
Directoryimplementations - DirectoryValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.DirectoryValidator
- DirectoryValidatorFactory - Interface in com.atlassian.crowd.embedded.validator
-
Represents the factory for creating
Validatorinstances - DirectoryValidatorFactoryImpl - Class in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorFactoryImpl(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorFactoryImpl
- DirectoryValidatorMessages - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.AZURE_AD - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.CROWD_DIRECTORY - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.CUSTOM_DIRECTORY - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.DIRECTORY - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.GROUP_CONFIGURATION - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.INTERNAL_DIRECTORY - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.LDAP_CONNECTION - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.SYNCHRONISATION_CONFIGURATION - Interface in com.atlassian.crowd.embedded.validator.impl
- DirectoryValidatorMessages.USER_CONFIGURATION - Interface in com.atlassian.crowd.embedded.validator.impl
E
- EmbeddedCrowdPropertySet - Class in com.atlassian.crowd.embedded.propertyset
-
An implementation of PropertySet that is backed by Embedded Crowd.
- EmbeddedCrowdPropertySet(UserWithAttributes, CrowdService) - Constructor for class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- EMPTY_BASE_DN - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
- eq(String) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- equals(Object) - Method in class com.atlassian.crowd.embedded.validator.FieldValidationError
- exists(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
F
- FieldValidationError - Class in com.atlassian.crowd.embedded.validator
- findAllDirectories() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- findDirectoryById(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- findDirectoryByName(String) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
G
- getApplication() - Method in class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
- getApplicationName() - Method in class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
- getAsActualType(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getBoolean(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getBoolean(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getCapabilitiesForNewUsers() - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getCrowdService() - Static method in class com.atlassian.crowd.embedded.core.util.StaticCrowdServiceFactory
- getData(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getData(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getDate(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getDate(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getDateFormat() - Static method in class com.atlassian.crowd.embedded.propertyset.DateFormats
-
Returns a DateFormat that formats dates as ISO date format in UTC.
- getDirectorySynchronisationInformation(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- getDouble(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getDouble(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getEmbeddedGroup(InvalidGroupException) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
-
Extracts a directory-specific model group from the given
InvalidGroupExceptionand converts it into a directory-agnostic embedded/application group. - getErrorMessage() - Method in class com.atlassian.crowd.embedded.validator.FieldValidationError
- getFieldName() - Method in class com.atlassian.crowd.embedded.validator.FieldValidationError
- getGroup(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getGroupWithAttributes(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getInt(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getInt(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getKeys() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getKeys(int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getKeys(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getKeys(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getLong(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getLong(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getMap() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getObject(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getObject(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getPasswordComplexityMessage(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- getPasswordPolicyConfiguration(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- getPasswordScore(PasswordCredential, Collection<String>) - Method in class com.atlassian.crowd.embedded.core.NoOpPasswordScoreServiceImpl
- getProperties(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getProperties(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getRemoteUser(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getSchema() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getStoredConnectionPoolProperties() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- getString(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getSystemConnectionPoolProperties() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- getText(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getType(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getType(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- getUser(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getUserWithAttributes(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- getValidator(DirectoryType, EnumSet<DirectoryValidationContext>) - Method in interface com.atlassian.crowd.embedded.validator.DirectoryValidatorFactory
-
Creates instance of Directory validator with the given validation context and returns it
- getValidator(DirectoryType, EnumSet<DirectoryValidationContext>) - Method in class com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorFactoryImpl
- getValidators() - Method in class com.atlassian.crowd.embedded.validator.impl.CompoundValidator
- getXML(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- getXML(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- GRAPH_ENDPOINT_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- GRAPH_ENDPOINT_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- greaterThanOrEquals(Long) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- GROUP_DESCRIPTION_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- GROUP_MEMBER_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- GROUP_NAME_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- GROUP_OBJECT_CLASS - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- GROUP_OBJECT_FILTER - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
H
- handleEvent(ApplicationReadyEvent) - Method in class com.atlassian.crowd.embedded.directory.LdapConnectionPoolInitialisationListener
-
Deprecated.
- hashCode() - Method in class com.atlassian.crowd.embedded.validator.FieldValidationError
I
- ifMatchesThenSet(Function<V, String>) - Method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Sets the message function, which will be used to get the actual error message for the field error
- ifMatchesThenSet(Supplier<String>) - Method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Sets the message supplier, which will be used to get the actual error message for the field error
- IMPLEMENTATION_CLASS_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.CustomDirectoryValidator
- init(Map, Map) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.DirectoryValidator
-
Returns the list of validation rules to be used for validating the
Directory - initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.CustomDirectoryValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.DelegatedDirectoryConnectionValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectionValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPGroupSearchConfigValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.LDAPUserSearchConfigValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectorValidator
- initializeValidators(I18nHelper) - Method in class com.atlassian.crowd.embedded.validator.impl.SynchronisationSchedulingConfigValidator
- initJndiLdapConnectionPool() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- initJndiLdapPools() - Static method in class com.atlassian.crowd.embedded.core.util.JndiLdapConnectionPoolUtils
-
Initializes the global JNDI LDAP Connection Pool.
- inLongRange(Long, Long) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- InternalDirectoryValidator - Class in com.atlassian.crowd.embedded.validator.impl
- InternalDirectoryValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- INVALID_APPLICATION_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- INVALID_AUTHORITY_API - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_BASE_DN - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
- INVALID_CONNECTION_TIMEOUT - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_CONNECTOR_URL - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
- INVALID_CRON_EXPRESSION - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.SYNCHRONISATION_CONFIGURATION
- INVALID_CROWD_SERVER_URL - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- INVALID_GRAPH_API - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_GROUP_DESCRIPTION - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.GROUP_CONFIGURATION
- INVALID_GROUP_MEMBER - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.GROUP_CONFIGURATION
- INVALID_GROUP_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.GROUP_CONFIGURATION
- INVALID_GROUP_OBJECT_CLASS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.GROUP_CONFIGURATION
- INVALID_GROUP_OBJECT_FILTER - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.GROUP_CONFIGURATION
- INVALID_HTTP_MAX_CONNECTIONS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- INVALID_HTTP_PROXY_PORT - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- INVALID_IMPL_CLASS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CUSTOM_DIRECTORY
- INVALID_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.DIRECTORY
- INVALID_NATIVE_APP_ID - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_PAGE_SIZE - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
- INVALID_PASSWORD - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.CROWD_DIRECTORY
- INVALID_PASSWORD_HISTORY_COUNTS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_PASSWORD_MAX_AUTHENTICATE_ATTEMPTS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_PASSWORD_MAX_CHANGE_TIME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_PASSWORD_REGEX_PATTERN - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_POLLING_INTERVAL - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.SYNCHRONISATION_CONFIGURATION
- INVALID_READ_TIMEOUT - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_REMIND_PERIODS_FORMAT - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_REMIND_PERIODS_VALUES - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_TENANT_ID - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_USER_DISPLAY_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_ENCRYPTION_METHOD - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- INVALID_USER_FIRST_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_GROUP - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_LAST_NAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_MAIL - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_OBJECT_CLASS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_OBJECT_FILTER - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USER_PASSWORD - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USERNAME - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_USERNAME_RDN - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.USER_CONFIGURATION
- INVALID_WEBAPP_ID - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- INVALID_WEBAPP_SECRET - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.AZURE_AD
- isDirectorySynchronisable(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- isDirectorySynchronising(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- isEmbeddedCrowd() - Method in class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
- isGroupDirectGroupMember(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isGroupMemberOfGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isGroupMemberOfGroup(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isMembershipAggregationEnabled() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- isNull() - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- isPoolTimeoutUnlimited() - Static method in class com.atlassian.crowd.embedded.core.util.JndiLdapConnectionPoolUtils
-
Checks if the JNDI Ldap pool timeout is unlimited.
- isSettable(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- isUserDirectGroupMember(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isUserMemberOfGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isUserMemberOfGroup(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- isValid(String) - Static method in class com.atlassian.crowd.embedded.validator.impl.CrowdCronExpressionValidator
- isValidRegex() - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- isValidURI() - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
J
- JndiLdapConnectionPoolUtils - Class in com.atlassian.crowd.embedded.core.util
-
Utility class for JNDI LDAP Connection Pool, helping with setting system properties and initialising the pool.
L
- LDAP_URL_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.DelegatedDirectoryConnectionValidator
- LDAP_URL_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectionValidator
- LdapConnectionPoolInitialisationListener - Class in com.atlassian.crowd.embedded.directory
-
Deprecated.
- LdapConnectionPoolInitialisationListener(ApplicationFactory, EventPublisher) - Constructor for class com.atlassian.crowd.embedded.directory.LdapConnectionPoolInitialisationListener
-
Deprecated.
- LDAPConnectionValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPConnectionValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPConnectionValidator
- LDAPConnectorValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPConnectorValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- LDAPGroupConfigValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPGroupConfigValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPGroupConfigValidator
- LDAPGroupSearchConfigValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPGroupSearchConfigValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPGroupSearchConfigValidator
- LDAPUserConfigValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPUserConfigValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- LDAPUserSearchConfigValidator - Class in com.atlassian.crowd.embedded.validator.impl
- LDAPUserSearchConfigValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.LDAPUserSearchConfigValidator
- LOCAL_GROUPS_ENABLED - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- LOCAL_GROUPS_ENABLED_WITHOUT_CACHE - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
- LOCAL_USER_STATUS_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- LOCAL_USER_STATUS_WITHOUT_CACHE - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.LDAP_CONNECTION
M
- matchesAll(Predicate<K>...) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- matchesAny(Predicate<K>...) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- MAX_PASSWORD_CHANGE_TIME_TOO_LOW - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.INTERNAL_DIRECTORY
- MAX_PORT_NUMBER - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- message(I18nHelper, String) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
N
- NAME_ALREADY_EXISTS - Static variable in interface com.atlassian.crowd.embedded.validator.impl.DirectoryValidatorMessages.DIRECTORY
- NATIVE_APP_ID - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- NoOpEventPublisher - Class in com.atlassian.crowd.embedded.event
- NoOpEventPublisher() - Constructor for class com.atlassian.crowd.embedded.event.NoOpEventPublisher
- NoOpPasswordScoreServiceImpl - Class in com.atlassian.crowd.embedded.core
-
A convenience implementation of password score service that always returns
PasswordScore.VERY_STRONG, intended for use by products which do not intend to implement PasswordScoreService in a meaningful way. - NoOpPasswordScoreServiceImpl() - Constructor for class com.atlassian.crowd.embedded.core.NoOpPasswordScoreServiceImpl
- not(Predicate<K>) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- notNull() - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
O
- of(String, String) - Static method in class com.atlassian.crowd.embedded.validator.FieldValidationError
P
- PAGED_RESULTS_SIZE_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- PASSWORD_HISTORY_COUNT - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- PASSWORD_MAX_AUTHENTICATE_ATTEMPTS - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- PASSWORD_MAX_CHANGE_TIME - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- PASSWORD_REGEX - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- PasswordPolicyStatisticsCollector - Class in com.atlassian.crowd.embedded.analytics.collector
-
Collector for Password Policy Analytics Events
- PasswordPolicyStatisticsCollector(CrowdDirectoryService, DirectoryManager) - Constructor for class com.atlassian.crowd.embedded.analytics.collector.PasswordPolicyStatisticsCollector
- POLLING_INTERVAL_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.SynchronisationSchedulingConfigValidator
- POLLING_INTERVAL_IN_MIN - Static variable in class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectorValidator
- POLLING_INTERVAL_IN_MIN_KEY - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPConnectorValidator
- produceEvent(Directory, PasswordPolicyConfiguration) - Method in class com.atlassian.crowd.embedded.analytics.collector.PasswordPolicyStatisticsCollector
-
Create an event that can be emitted.
- publish(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
R
- READ_TIMEOUT_IN_SEC - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- regex(String) - Static method in class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
-
Utility method which returns the predicate for matching any string value to the given regex pattern.
- register(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
- REMIND_PERIODS - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- RemoteCrowdConnectionValidator - Class in com.atlassian.crowd.embedded.validator.impl
- RemoteCrowdConnectionValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectionValidator
- RemoteCrowdConnectorValidator - Class in com.atlassian.crowd.embedded.validator.impl
- RemoteCrowdConnectorValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.RemoteCrowdConnectorValidator
- remove(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- remove(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- removeAllGroupAttributes(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeAllUserAttributes(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeDirectory(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- removeGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeGroupAttribute(Group, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeGroupFromGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeUser(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeUserAttribute(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- removeUserFromGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- renameUser(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- RuleBuilder<V> - Class in com.atlassian.crowd.embedded.validator.rule
-
Builder class which facilitates creation of
ValidationRule - RuleBuilder(String) - Constructor for class com.atlassian.crowd.embedded.validator.rule.RuleBuilder
- ruleFor(String) - Static method in class com.atlassian.crowd.embedded.validator.rule.DirectoryRuleBuilder
-
Constructs a RuleBuilder instance for the given field name
S
- search(Query<T>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- setAsActualType(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setBoolean(String, boolean) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setBoolean(String, boolean) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setConnectionPoolProperties(ConnectionPoolProperties) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
-
Stores JNDI LDAP connection pool properties.
- setData(String, byte[]) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setData(String, byte[]) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setDate(String, Date) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setDate(String, Date) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setDirectoryPosition(long, int) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- setDouble(String, double) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setDouble(String, double) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setGroupAttribute(Group, String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- setGroupAttribute(Group, String, Set<String>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- setImpl(int, String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setInt(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setInt(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setLong(String, long) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setLong(String, long) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setMap(Map) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- setObject(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setObject(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setPasswordPolicyConfiguration(long, PasswordPolicyConfiguration, String) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- setPersistedJndiLdapPoolSystemProperties(ConnectionPoolProperties) - Static method in class com.atlassian.crowd.embedded.core.util.JndiLdapConnectionPoolUtils
-
Sets JNDI LDAP Connection Pool property, only if the System Property is not already set.
- setProperties(String, Properties) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setProperties(String, Properties) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- setSchema(PropertySetSchema) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setString(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setText(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setText(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
-
Throws IllegalPropertyException if value length greater than 255.
- setUserAttribute(User, String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- setUserAttribute(User, String, Set<String>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- setXML(String, Document) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- setXML(String, Document) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- StaticCrowdServiceFactory - Class in com.atlassian.crowd.embedded.core.util
-
This class is a convenience class to access a
CrowdServicein a static way. - StaticCrowdServiceFactory(CrowdService) - Constructor for class com.atlassian.crowd.embedded.core.util.StaticCrowdServiceFactory
- supportsNestedGroups(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- supportsType(int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- supportsType(int) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- supportsTypes() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- supportsTypes() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- SynchronisationSchedulingConfigValidator - Class in com.atlassian.crowd.embedded.validator.impl
- SynchronisationSchedulingConfigValidator(I18nHelper) - Constructor for class com.atlassian.crowd.embedded.validator.impl.SynchronisationSchedulingConfigValidator
- synchroniseDirectory(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- synchroniseDirectory(long, boolean) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
T
- TENANT_ID_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- TENANT_ID_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- testConnection(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- toEmbeddedGroup(Group) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
-
Converts a directory-specific model group into a directory-agnostic embedded/application group.
- toEmbeddedGroups(List<Group>) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
-
Converts a directory-specific model groups into a directory-agnostic embedded/application groups.
- toEmbeddedGroupWithAttributes(GroupWithAttributes) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
-
Converts a directory-specific model group (with attributes) into a directory-agnostic embedded/application group (with attributes).
- toEmbeddedUsers(List<User>) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
-
Converts a list of model Users to a list of embedded Users.
- toModelGroupMembershipQuery(MembershipQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
- toModelGroupQuery(GroupQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
- toModelUserMembershipQuery(MembershipQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
- toModelUserQuery(UserQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
- toString() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
- toString() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
- toString() - Method in class com.atlassian.crowd.embedded.validator.FieldValidationError
U
- unregister(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
- unregisterAll() - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
- updateDirectory(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- updateGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- updateUser(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- updateUserCredential(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- USER_DISPLAY_NAME_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_ENCRYPTION_METHOD - Static variable in class com.atlassian.crowd.embedded.validator.impl.InternalDirectoryValidator
- USER_FIRST_NAME_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_GROUP_MEMBER_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_LAST_NAME_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_MAIL_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_NAME_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_OBJECT_CLASS - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_OBJECT_FILTER - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- USER_PASSWORD_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
- userAuthenticated(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
- USERNAME_RDN_ATTRIBUTE - Static variable in class com.atlassian.crowd.embedded.validator.impl.LDAPUserConfigValidator
V
- validate(Directory) - Method in class com.atlassian.crowd.embedded.validator.DirectoryValidator
-
Validates the Directory, against the rules supplied by the implementor of the interface
- validate(T) - Method in class com.atlassian.crowd.embedded.validator.impl.CompoundValidator
- validate(T) - Method in interface com.atlassian.crowd.embedded.validator.Validator
-
Will validate the given entity and return
Listgenerated during validation - validateDirectoryConfiguration(Directory, EnumSet<DirectoryValidationContext>) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
- ValidationRule<T> - Interface in com.atlassian.crowd.embedded.validator
-
Represents a Validation rule which will generate ValidationError if the input entity fails to pass the check
- Validator<T> - Interface in com.atlassian.crowd.embedded.validator
-
Interface for the entity validators
- valueOf(String) - Static method in class com.atlassian.crowd.embedded.validator.rule.DirectoryRuleBuilder
W
- WEB_APP_ID_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- WEB_APP_ID_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
- WEB_APP_SECRET_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectionValidator
- WEB_APP_SECRET_FIELD - Static variable in class com.atlassian.crowd.embedded.validator.impl.AzureADConnectorValidator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CrowdDirectoryServiceinstead.