public final class ValidatePasswordRequest extends Object
| Constructor and Description |
|---|
ValidatePasswordRequest(PasswordCredential password,
User user)
Creates a new ValidateRequest.
|
public ValidatePasswordRequest(PasswordCredential password, User user)
password - the (unencrypted) password to validateuser - the User for whom to validate the passwordNullPointerException - if password or user is nullIllegalArgumentException - if password is encryptedpublic PasswordCredential getPassword()
public User getUser()
Copyright © 2015 Atlassian. All Rights Reserved.