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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV3.java289 Map<String, Set<String>> existingAttributeMap = attributesToMap(existingAttributes);
372 private Map<String, Set<String>> attributesToMap(Attribute[] attributes) { method in class:IdentityResourceV3
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV3.java284 Map<String, Set<String>> existingAttributeMap = attributesToMap(existingAttributes);
367 private Map<String, Set<String>> attributesToMap(Attribute[] attributes) { method in class:IdentityResourceV3

Completed in 195 milliseconds