Searched refs:getServiceAttributeNames (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java75 protected static Set getServiceAttributeNames(SSOToken token, method in class:AMServiceUtils
84 debug.warning("AMServiceUtils.getServiceAttributeNames():"
H A DAMObjectImpl.java472 .getServiceAttributeNames(token, serviceName,
501 .getServiceAttributeNames(token, serviceName,
504 Set set = AMServiceUtils.getServiceAttributeNames(token,
515 set = AMServiceUtils.getServiceAttributeNames(token, serviceName,
H A DAMStoreConnection.java419 * getServiceAttributeNames(com.sun.identity.sm.SchemaType)</code>
428 return ssm.getServiceAttributeNames(st);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java189 Set<String> attrNames = schema.getServiceAttributeNames();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java189 Set<String> attrNames = schema.getServiceAttributeNames();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java75 protected static Set getServiceAttributeNames(SSOToken token, method in class:AMServiceUtils
84 debug.warning("AMServiceUtils.getServiceAttributeNames():"
H A DAMObjectImpl.java473 .getServiceAttributeNames(token, serviceName,
502 .getServiceAttributeNames(token, serviceName,
505 Set set = AMServiceUtils.getServiceAttributeNames(token,
516 set = AMServiceUtils.getServiceAttributeNames(token, serviceName,
H A DAMStoreConnection.java421 * getServiceAttributeNames(com.sun.identity.sm.SchemaType)</code>
430 return ssm.getServiceAttributeNames(st);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java374 public Set getServiceAttributeNames() { method in class:ServiceSchema
375 return (ss.getServiceAttributeNames());
H A DServiceSchemaManager.java509 public Set getServiceAttributeNames(SchemaType type) throws SMSException { method in class:ServiceSchemaManager
513 return (ss.getServiceAttributeNames());
H A DServiceSchemaImpl.java219 Set getServiceAttributeNames() { method in class:ServiceSchemaImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchema.java380 public Set getServiceAttributeNames() { method in class:ServiceSchema
381 return (ss.getServiceAttributeNames());
H A DServiceSchemaManager.java507 public Set getServiceAttributeNames(SchemaType type) throws SMSException { method in class:ServiceSchemaManager
511 return (ss.getServiceAttributeNames());
H A DServiceSchemaImpl.java223 Set getServiceAttributeNames() { method in class:ServiceSchemaImpl

Completed in 294 milliseconds