Searched defs:serviceAttributes (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthServiceListener.java98 * @param serviceAttributes
101 public static void setServiceAttributeCache(String orgDN, String serviceName, Map serviceAttributes) { argument
102 serviceAttributeCache.put(key(serviceName, orgDN), serviceAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java77 Set serviceAttributes; field in class:ServiceSchemaImpl
220 return (new HashSet(serviceAttributes));
375 serviceAttributes = new HashSet();
449 serviceAttributes = newServiceAttributes;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java79 Set serviceAttributes; field in class:ServiceSchemaImpl
224 return (new HashSet(serviceAttributes));
407 serviceAttributes = new HashSet();
486 serviceAttributes = newServiceAttributes;

Completed in 32 milliseconds