Uses of Class
com.atlassian.crowd.embedded.api.PasswordCredential
Packages that use PasswordCredential
-
Uses of PasswordCredential in com.atlassian.crowd.embedded.api
Fields in com.atlassian.crowd.embedded.api declared as PasswordCredentialMethods in com.atlassian.crowd.embedded.api that return PasswordCredentialModifier and TypeMethodDescriptionstatic PasswordCredentialValidatePasswordRequest.getPassword()static PasswordCredentialPasswordCredential.unencrypted(String unencryptedCredential) Methods in com.atlassian.crowd.embedded.api with parameters of type PasswordCredentialModifier and TypeMethodDescriptionPasswordScoreService.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 PasswordCredentialModifierConstructorDescriptionPasswordCredential(PasswordCredential passwordCredential) ValidatePasswordRequest(PasswordCredential password, User user) Creates a new ValidateRequest.