Package com.atlassian.crowd.event.user
Class UserCredentialValidationFailed
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserCredentialValidationFailed
An Event that is fired when a user (principal) attempts to change their password (credential) but it does not meet
the password criteria for the directory.
-
Constructor Summary
ConstructorDescriptionUserCredentialValidationFailed
(Object source, Directory directory, Collection<PasswordConstraint> failedConstraints) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
UserCredentialValidationFailed
public UserCredentialValidationFailed(Object source, Directory directory, @Nullable Collection<PasswordConstraint> failedConstraints)
-
-
Method Details
-
getFailedConstraints
-
failedReason
-
equals
- Overrides:
equals
in classDirectoryEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDirectoryEvent
-