Uses of Interface
com.atlassian.crowd.embedded.api.PasswordConstraint

Packages that use PasswordConstraint
com.atlassian.crowd.exception   
 

Uses of PasswordConstraint in com.atlassian.crowd.exception
 

Methods in com.atlassian.crowd.exception that return types with arguments of type PasswordConstraint
 Collection<PasswordConstraint> InvalidCredentialException.getViolatedConstraints()
           
 

Constructor parameters in com.atlassian.crowd.exception with type arguments of type PasswordConstraint
InvalidCredentialException(String genericMessage, String policyDescription, Collection<PasswordConstraint> violatedConstraints)
          Use this constructor when you can identify a specific policy that has been violated.
 



Copyright © 2015 Atlassian. All Rights Reserved.