Uses of Interface
com.atlassian.crowd.validator.ValidationError
Packages that use ValidationError
Package
Description
-
Uses of ValidationError in com.atlassian.crowd.console.action
Methods in com.atlassian.crowd.console.action with parameters of type ValidationErrorMethod parameters in com.atlassian.crowd.console.action with type arguments of type ValidationErrorModifier and TypeMethodDescriptionvoidBaseAction.applyValidationErrors(Collection<ValidationError> errors) -
Uses of ValidationError in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return types with arguments of type ValidationErrorModifier 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
Methods in com.atlassian.crowd.embedded.core that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionCrowdDirectoryServiceImpl.validateDirectoryConfiguration(Directory directory, EnumSet<DirectoryValidationContext> validationContexts) -
Uses of ValidationError in com.atlassian.crowd.embedded.validator
Classes in com.atlassian.crowd.embedded.validator that implement ValidationErrorMethods in com.atlassian.crowd.embedded.validator that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionValidates the Directory, against the rules supplied by the implementor of the interfaceWill validate the given entity and returnListgenerated during validation -
Uses of ValidationError in com.atlassian.crowd.embedded.validator.impl
Methods in com.atlassian.crowd.embedded.validator.impl that return types with arguments of type ValidationError -
Uses of ValidationError in com.atlassian.crowd.manager.mail
Methods in com.atlassian.crowd.manager.mail that return types with arguments of type ValidationErrorModifier 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
Methods in com.atlassian.crowd.manager.mail.validator that return types with arguments of type ValidationError -
Uses of ValidationError in com.atlassian.crowd.plugin.rest.exception
Methods in com.atlassian.crowd.plugin.rest.exception that return types with arguments of type ValidationErrorConstructor parameters in com.atlassian.crowd.plugin.rest.exception with type arguments of type ValidationError -
Uses of ValidationError in com.atlassian.crowd.plugin.rest.exception.entity
Constructor parameters in com.atlassian.crowd.plugin.rest.exception.entity with type arguments of type ValidationError -
Uses of ValidationError in com.atlassian.crowd.test.util
Classes in com.atlassian.crowd.test.util that implement ValidationError -
Uses of ValidationError in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util that return ValidationErrorModifier 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 aValidationErrorMethods in com.atlassian.crowd.util that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionDirectoryValidationHelper.validateSpringLdapPoolConfig(LdapPoolConfig poolConfig) Validates the configuration for Dynamic LDAP pool.