Class JiraPasswordConstraintsLoader
java.lang.Object
com.atlassian.crowd.directory.password.constraint.InternalDirectoryPasswordConstraintsLoader
com.atlassian.jira.crowd.embedded.JiraPasswordConstraintsLoader
- All Implemented Interfaces:
com.atlassian.crowd.directory.password.constraint.PasswordConstraintsLoader
public class JiraPasswordConstraintsLoader
extends com.atlassian.crowd.directory.password.constraint.InternalDirectoryPasswordConstraintsLoader
Because crowd shouldn't be telling us where SAL's DarkFeatureManager should live.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJiraPasswordConstraintsLoader
(com.atlassian.crowd.embedded.api.PasswordScoreService passwordScoreService, FeatureManager featureManager) -
Method Summary
Modifier and TypeMethodDescriptionSet<com.atlassian.crowd.embedded.api.PasswordConstraint>
getFromDirectoryAttributes
(long directoryId, com.atlassian.crowd.embedded.api.Attributes attributes)
-
Field Details
-
PASSWORD_POLICY_FEATURE
- See Also:
-
-
Constructor Details
-
JiraPasswordConstraintsLoader
public JiraPasswordConstraintsLoader(com.atlassian.crowd.embedded.api.PasswordScoreService passwordScoreService, FeatureManager featureManager)
-
-
Method Details
-
getFromDirectoryAttributes
public Set<com.atlassian.crowd.embedded.api.PasswordConstraint> getFromDirectoryAttributes(long directoryId, com.atlassian.crowd.embedded.api.Attributes attributes) - Specified by:
getFromDirectoryAttributes
in interfacecom.atlassian.crowd.directory.password.constraint.PasswordConstraintsLoader
- Overrides:
getFromDirectoryAttributes
in classcom.atlassian.crowd.directory.password.constraint.InternalDirectoryPasswordConstraintsLoader
-