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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java144 private String passwordAttribute = "userPassword"; field in class:FilesRepo
203 passwordAttribute = (String)set.iterator().next();
255 "\n\tPassword Attr: " + passwordAttribute +
1419 !attrs.containsKey(passwordAttribute)
1425 Set storedPasswords = (Set) attrs.get(passwordAttribute);
1433 if (hashAttributes.contains(passwordAttribute)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java146 private String passwordAttribute = "userPassword"; field in class:FilesRepo
205 passwordAttribute = (String)set.iterator().next();
257 "\n\tPassword Attr: " + passwordAttribute +
1421 !attrs.containsKey(passwordAttribute)
1427 Set storedPasswords = (Set) attrs.get(passwordAttribute);
1435 if (hashAttributes.contains(passwordAttribute)) {

Completed in 37 milliseconds