Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
Modifier and Type | Field and Description |
---|---|
static AMSchema.Type |
AMSchema.Type.DYNAMIC
The
DYNAMIC schema type defines |
static AMSchema.Type |
AMSchema.Type.GLOBAL
The
GLOBAL schema type defines the service
configuration information that independent of organizations, users
and instances. |
static AMSchema.Type |
AMSchema.Type.ORGANIZATION
The
ORGANIZATION schema type defines the service
configuration information that are organization dependent and could
be configured differently for organizations. |
static AMSchema.Type |
AMSchema.Type.POLICY
The
POLICY schema type defines the service's privilege
information that are service dependent. |
static AMSchema.Type |
AMSchema.Type.USER
The
User schema type defines the service configuration
information that are user dependent. |
Modifier and Type | Method and Description |
---|---|
Set |
AMStoreConnection.getAttributeNames(String serviceName,
AMSchema.Type schemaType)
Deprecated.
use
com.sun.identity.sm.ServiceSchemaManager.
getServiceAttributeNames(com.sun.identity.sm.SchemaType) |
AMSchema |
AMStoreConnection.getSchema(String serviceName,
AMSchema.Type schemaType)
Deprecated.
This method has been deprecated. Please use
com.sun.identity.sm.ServiceSchemaManager.getSchema()
. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.