Searched defs:getServiceAttributeNames (Results 1 - 8 of 8) 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():"
/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():"
/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 DServiceSchemaImpl.java219 Set getServiceAttributeNames() { method in class:ServiceSchemaImpl
H A DServiceSchemaManager.java509 public Set getServiceAttributeNames(SchemaType type) throws SMSException { method in class:ServiceSchemaManager
513 return (ss.getServiceAttributeNames());
/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 DServiceSchemaImpl.java223 Set getServiceAttributeNames() { method in class:ServiceSchemaImpl
H A DServiceSchemaManager.java507 public Set getServiceAttributeNames(SchemaType type) throws SMSException { method in class:ServiceSchemaManager
511 return (ss.getServiceAttributeNames());

Completed in 55 milliseconds