public class PasswordConstraintsLoaderImpl extends Object implements PasswordConstraintsLoader
PasswordConstraint
's
for a directory based on the directory's attributes. This implementation uses attributes
defined on an InternalDirectory
.Constructor and Description |
---|
PasswordConstraintsLoaderImpl(PasswordScoreService passwordScoreService) |
Modifier and Type | Method and Description |
---|---|
Set<PasswordConstraint> |
getFromDirectoryAttributes(long directoryId,
Attributes attributes)
Returns all constraints that are configured for a directory.
|
public PasswordConstraintsLoaderImpl(PasswordScoreService passwordScoreService)
public Set<PasswordConstraint> getFromDirectoryAttributes(long directoryId, Attributes attributes)
PasswordConstraintsLoader
getFromDirectoryAttributes
in interface PasswordConstraintsLoader
directoryId
- a directory's idattributes
- a directory's AttributesPasswordConstraint
'sCopyright © 2020 Atlassian. All rights reserved.