Uses of Interface
com.atlassian.crowd.embedded.api.PasswordConstraint
Package
Description
-
Uses of PasswordConstraint in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionprotected final Set<PasswordConstraint>
AbstractInternalDirectory.getPasswordConstraints()
Modifier 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
Modifier and TypeClassDescriptionclass
Password constraint which analyzes the character types of a password.class
class
class
Modifier 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
ModifierConstructorDescriptionUserCredentialValidationFailed
(Object source, Directory directory, Collection<PasswordConstraint> failedConstraints) -
Uses of PasswordConstraint in com.atlassian.crowd.exception
ModifierConstructorDescriptionInvalidCredentialException
(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)