Package | Description |
---|---|
com.atlassian.crowd.directory | |
com.atlassian.crowd.event.user | |
com.atlassian.crowd.exception |
Modifier and Type | Class and Description |
---|---|
class |
PasswordLengthConstraint |
class |
PasswordScoreConstraint |
class |
RegexConstraint |
Modifier and Type | Method and Description |
---|---|
Set<PasswordConstraint> |
PasswordConstraintsLoader.getFromDirectoryAttributes(long directoryId,
Attributes attributes)
Returns all constraints that are configured for a directory.
|
Set<PasswordConstraint> |
PasswordConstraintsLoaderImpl.getFromDirectoryAttributes(long directoryId,
Attributes attributes) |
protected Set<PasswordConstraint> |
AbstractInternalDirectory.getPasswordConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Modifier and Type | Method and Description |
---|---|
Collection<PasswordConstraint> |
UserCredentialValidationFailed.getFailedConstraints() |
Constructor and Description |
---|
UserCredentialValidationFailed(Object source,
Directory directory,
Collection<PasswordConstraint> failedConstraints) |
Modifier and Type | Method and Description |
---|---|
Collection<PasswordConstraint> |
InvalidCredentialException.getViolatedConstraints() |
Constructor and Description |
---|
InvalidCredentialException(String genericMessage,
String policyDescription,
Collection<PasswordConstraint> violatedConstraints)
Use this constructor when you can identify a specific policy that has been violated.
|
Copyright © 2020 Atlassian. All rights reserved.