Uses of Interface
com.atlassian.crowd.validator.ValidationError
Package
Description
-
Uses of ValidationError in com.atlassian.crowd.console.action
Modifier and TypeMethodDescriptionvoid
BaseAction.applyValidationErrors
(Collection<ValidationError> errors) -
Uses of ValidationError in com.atlassian.crowd.embedded.api
Modifier and TypeMethodDescriptionCrowdDirectoryService.validateDirectoryConfiguration
(Directory directory, EnumSet<DirectoryValidationContext> validationContexts) Will validate the attributes of the given directory, depending upon the directory type -
Uses of ValidationError in com.atlassian.crowd.embedded.core
Modifier and TypeMethodDescriptionCrowdDirectoryServiceImpl.validateDirectoryConfiguration
(Directory directory, EnumSet<DirectoryValidationContext> validationContexts) -
Uses of ValidationError in com.atlassian.crowd.embedded.validator
Modifier and TypeMethodDescriptionValidates the Directory, against the rules supplied by the implementor of the interfaceWill validate the given entity and returnList
generated during validation -
Uses of ValidationError in com.atlassian.crowd.embedded.validator.impl
-
Uses of ValidationError in com.atlassian.crowd.manager.mail
Modifier and TypeMethodDescriptionMailManager.validateConfiguration
(MailConfiguration mailConfiguration) Verifies whether the specified MailConfiguration is validMailManagerImpl.validateConfiguration
(MailConfiguration mailServerEntity) -
Uses of ValidationError in com.atlassian.crowd.manager.mail.validator
-
Uses of ValidationError in com.atlassian.crowd.plugin.rest.exception
-
Uses of ValidationError in com.atlassian.crowd.plugin.rest.exception.entity
-
Uses of ValidationError in com.atlassian.crowd.test.util
-
Uses of ValidationError in com.atlassian.crowd.util
Modifier and TypeMethodDescriptionDirectoryValidationHelper.checkNameValid
(Directory directory, String newDirectoryName) Checks whether the given name is either null, or blank, or is not unique, if any of the before then returns aValidationError
Modifier and TypeMethodDescriptionDirectoryValidationHelper.validateSpringLdapPoolConfig
(LdapPoolConfig poolConfig) Validates the configuration for Dynamic LDAP pool.