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 | 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-2018, ForgeRock All Rights Reserved.