Searched defs:userAtttributesAllowed (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.java199 private Set<String> userAtttributesAllowed; field in class:DatabaseRepo
473 userAtttributesAllowed = new HashSet((Set) configParams
508 + "\n\t userAtttributesAllowed: "+ userAtttributesAllowed
728 users = dao.getAttributes(name, userIDAttributeName, userAtttributesAllowed);
731 //config option in UI as with userAtttributesAllowed
1174 attributesToFetch = userAtttributesAllowed;
1385 attributesToFetch = userAtttributesAllowed;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java200 private Set<String> userAtttributesAllowed; field in class:DatabaseRepo
474 userAtttributesAllowed = new HashSet((Set) configParams
509 + "\n\t userAtttributesAllowed: "+ userAtttributesAllowed
729 users = dao.getAttributes(name, userIDAttributeName, userAtttributesAllowed);
732 //config option in UI as with userAtttributesAllowed
1175 attributesToFetch = userAtttributesAllowed;
1386 attributesToFetch = userAtttributesAllowed;

Completed in 29 milliseconds