Uses of Class
com.atlassian.crowd.embedded.api.PasswordCredential

Packages that use PasswordCredential
com.atlassian.crowd.embedded.api   
 

Uses of PasswordCredential in com.atlassian.crowd.embedded.api
 

Fields in com.atlassian.crowd.embedded.api declared as PasswordCredential
static PasswordCredential PasswordCredential.NONE
           
 

Methods in com.atlassian.crowd.embedded.api that return PasswordCredential
static PasswordCredential PasswordCredential.encrypted(String encryptedCredential)
           
 PasswordCredential ValidatePasswordRequest.getPassword()
           
static PasswordCredential PasswordCredential.unencrypted(String unencryptedCredential)
           
 

Methods in com.atlassian.crowd.embedded.api with parameters of type PasswordCredential
 PasswordScore PasswordScoreService.getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)
          Analyse a non-encrypted password and determine the score of it according to some method (e.g.
 

Constructors in com.atlassian.crowd.embedded.api with parameters of type PasswordCredential
PasswordCredential(PasswordCredential passwordCredential)
           
ValidatePasswordRequest(PasswordCredential password, User user)
          Creates a new ValidateRequest.
 



Copyright © 2015 Atlassian. All Rights Reserved.