Package | Description |
---|---|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IdRepo.assignService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType stype,
Map<String,Set<String>> attrMap)
This method is used to assign a service to the given identity.
|
abstract void |
IdRepo.modifyService(SSOToken token,
IdType type,
String name,
String serviceName,
SchemaType sType,
Map<String,Set<String>> attrMap)
Modifies the attribute values of the service attributes.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
SchemaType.DOMAIN
The
DOMAIN schema type defines attributes for a domain |
static SchemaType |
SchemaType.DYNAMIC
The
DYNAMIC schema type defines |
static SchemaType |
SchemaType.GLOBAL
The
GLOBAL schema type defines the service configuration
information that independent of organizations, users and instances. |
static SchemaType |
SchemaType.GROUP
The
GROUP schema type defines attributes for a group |
static SchemaType |
SchemaType.ORGANIZATION
The
ORGANIZATION schema type defines the service
configuration information that are organization dependent and could be
configured differently for organizations. |
static SchemaType |
SchemaType.POLICY
The
POLICY schema type defines the service's privilege
information that are service dependent. |
static SchemaType |
SchemaType.USER
The
User schema type defines the service configuration
information that are user dependent. |
Modifier and Type | Method and Description |
---|---|
SchemaType |
ServiceSchema.getServiceType()
Returns the schema type.
|
Modifier and Type | Method and Description |
---|---|
Set<SchemaType> |
ServiceSchemaManager.getSchemaTypes()
Returns the schema types available with this
service.
|
Modifier and Type | Method and Description |
---|---|
ServiceSchema |
ServiceSchemaManager.getSchema(SchemaType type)
Returns the configuration schema for the given
schema type
|
Set |
ServiceSchemaManager.getServiceAttributeNames(SchemaType type)
Returns the attribute schemas for the given schema
type excluding status and service identifier attributes.
|
Constructor and Description |
---|
ServiceSchema(com.sun.identity.sm.ServiceSchemaImpl ssi,
String compName,
SchemaType type,
ServiceSchemaManager ssm) |
ServiceSchema(com.sun.identity.sm.ServiceSchemaImpl ssi,
String compName,
SchemaType type,
ServiceSchemaManager ssm,
boolean isOrgAttrSchema) |
Copyright © 2010-2016, ForgeRock All Rights Reserved.