Searched defs:getServiceAttribute (Results 1 - 7 of 7) sorted by relevance
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/realm/ |
H A D | RealmTest.java | 346 public void getServiceAttribute(String realm, String serviceName) method in class:RealmTest 349 entering("getServiceAttribute", param); 361 exiting("getServiceAttribute");
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | AuthenticationServiceAttributeCache.java | 82 public static Map<String, Set<String>> getServiceAttribute(String orgDN, String serviceName) method in class:AuthenticationServiceAttributeCache 93 debug.message("AuthServiceListener.getServiceAttribute(): Returning from cache={}, orgDN={}", retVal,
|
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/realm/ |
H A D | RealmTest.java | 346 public void getServiceAttribute(String realm, String serviceName) method in class:RealmTest 349 entering("getServiceAttribute", param); 361 exiting("getServiceAttribute");
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSSchema.java | 156 serviceName = getServiceAttribute(SMSUtils.NAME); 163 version = getServiceAttribute(SMSUtils.VERSION); 168 private String getServiceAttribute(String attrName) throws SMSException { method in class:SMSSchema
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSSchema.java | 156 serviceName = getServiceAttribute(SMSUtils.NAME); 163 version = getServiceAttribute(SMSUtils.VERSION); 168 private String getServiceAttribute(String attrName) throws SMSException { method in class:SMSSchema
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/ |
H A D | AMClientCapData.java | 325 Set vals = getServiceAttribute(schema, "configInfo"); 613 Set vals = getServiceAttribute(PROFILE_MANAGER_XML_ATTR); 631 private Set getServiceAttribute(String attributeName) { method in class:AMClientCapData 632 Set set = getServiceAttribute(clientServiceSchema, attributeName); 636 private Set getServiceAttribute(ServiceSchema schema, String attributeName) method in class:AMClientCapData 668 names = getServiceAttribute(classification); 989 Set vals = getServiceAttribute(ENABLE_CLIENT_CREATION_ATTR);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/ |
H A D | AMClientCapData.java | 327 Set vals = getServiceAttribute(schema, "configInfo"); 615 Set vals = getServiceAttribute(PROFILE_MANAGER_XML_ATTR); 633 private Set getServiceAttribute(String attributeName) { method in class:AMClientCapData 634 Set set = getServiceAttribute(clientServiceSchema, attributeName); 638 private Set getServiceAttribute(ServiceSchema schema, String attributeName) method in class:AMClientCapData 670 names = getServiceAttribute(classification); 991 Set vals = getServiceAttribute(ENABLE_CLIENT_CREATION_ATTR);
|
Completed in 127 milliseconds