Searched defs:passwordAttributeName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java190 private String passwordAttributeName; field in class:DatabaseRepo
460 passwordAttributeName = configHelper.getPropertyStringValue(configParams,
506 + "\n\t Password Attr name: " + passwordAttributeName
1776 !attrs.containsKey(passwordAttributeName)) {
1782 Set storedPasswords = (Set) attrs.get(passwordAttributeName);
1790 /**if (hashAttributes.contains(passwordAttributeName)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java191 private String passwordAttributeName; field in class:DatabaseRepo
461 passwordAttributeName = configHelper.getPropertyStringValue(configParams,
507 + "\n\t Password Attr name: " + passwordAttributeName
1781 !attrs.containsKey(passwordAttributeName)) {
1787 Set storedPasswords = (Set) attrs.get(passwordAttributeName);

Completed in 1032 milliseconds