com.atlassian.crowd.directory
Interface PasswordConstraintsLoader

All Known Implementing Classes:
PasswordConstraintsLoaderImpl

public interface PasswordConstraintsLoader

Has the responsibility of instantiating the active PasswordConstraint's for a directory.


Method Summary
 Set<PasswordConstraint> getFromDirectoryAttributes(long directoryId, Attributes attributes)
          Returns all constraints that are configured for a directory.
 

Method Detail

getFromDirectoryAttributes

Set<PasswordConstraint> getFromDirectoryAttributes(long directoryId,
                                                   Attributes attributes)
Returns all constraints that are configured for a directory.

Parameters:
directoryId - a directory's id
attributes - a directory's Attributes
Returns:
a set of PasswordConstraint's


Copyright © 2016 Atlassian. All Rights Reserved.