Package com.pingidentity.access
Class PasswordCredentialValidatorAccessor
java.lang.Object
com.pingidentity.access.PasswordCredentialValidatorAccessor
This class provides access to Password Credential Validators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Password Credential Validator for the specified id.
-
Constructor Details
-
PasswordCredentialValidatorAccessor
public PasswordCredentialValidatorAccessor()
-
-
Method Details
-
getPasswordCredentialValidator
Retrieves the Password Credential Validator for the specified id.- Parameters:
id- The id of the password credential validator- Returns:
- The
PasswordCredentialValidatoror null if not found.
-