Uses of Interface
com.atlassian.crowd.embedded.api.PasswordConstraint
Packages that use PasswordConstraint
Package
Description
-
Uses of PasswordConstraint in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return types with arguments of type PasswordConstraintModifier and TypeMethodDescriptionprotected final Set
<PasswordConstraint> AbstractInternalDirectory.getPasswordConstraints()
Method parameters in com.atlassian.crowd.directory with type arguments of type PasswordConstraintModifier and TypeMethodDescriptionvoid
InternalDirectoryUtils.validateCredential
(User user, PasswordCredential credential, Set<PasswordConstraint> passwordConstraints, String message) Validates a password credential for a given user against the given set of constraints.void
InternalDirectoryUtilsImpl.validateCredential
(User user, PasswordCredential credential, Set<PasswordConstraint> passwordConstraints, String passwordComplexityMessage) -
Uses of PasswordConstraint in com.atlassian.crowd.directory.password.constraint
Classes in com.atlassian.crowd.directory.password.constraint that implement PasswordConstraintModifier and TypeClassDescriptionclass
Password constraint which analyzes the character types of a password.class
class
class
Methods in com.atlassian.crowd.directory.password.constraint that return types with arguments of type PasswordConstraintModifier and TypeMethodDescriptionInternalDirectoryPasswordConstraintsLoader.getFromDirectoryAttributes
(long directoryId, Attributes attributes) PasswordConstraintsLoader.getFromDirectoryAttributes
(long directoryId, Attributes attributes) Returns all constraints that are configured for a directory. -
Uses of PasswordConstraint in com.atlassian.crowd.event.user
Methods in com.atlassian.crowd.event.user that return types with arguments of type PasswordConstraintConstructor parameters in com.atlassian.crowd.event.user with type arguments of type PasswordConstraintModifierConstructorDescriptionUserCredentialValidationFailed
(Object source, Directory directory, Collection<PasswordConstraint> failedConstraints) -
Uses of PasswordConstraint in com.atlassian.crowd.exception
Methods in com.atlassian.crowd.exception that return types with arguments of type PasswordConstraintConstructor parameters in com.atlassian.crowd.exception with type arguments of type PasswordConstraintModifierConstructorDescriptionInvalidCredentialException
(String genericMessage, String policyDescription, Collection<PasswordConstraint> violatedConstraints) Use this constructor when you can identify a specific policy that has been violated.InvalidCredentialException
(String policyDescription, Collection<PasswordConstraint> violatedConstraints)