Interface PasswordConstraintsLoader
- All Known Implementing Classes:
InternalDirectoryPasswordConstraintsLoader
public interface PasswordConstraintsLoader
Has the responsibility of instantiating the active
PasswordConstraint's
for a directory.-
Method Summary
Modifier and TypeMethodDescriptiongetFromDirectoryAttributes(long directoryId, Attributes attributes) Returns all constraints that are configured for a directory.
-
Method Details
-
getFromDirectoryAttributes
Returns all constraints that are configured for a directory.- Parameters:
directoryId- a directory's idattributes- a directory's Attributes- Returns:
- a set of
PasswordConstraint's
-