Uses of Class
com.sun.identity.sm.SchemaType
-
Packages that use SchemaType 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). -
-
Uses of SchemaType in com.sun.identity.idm
Methods in com.sun.identity.idm with parameters of type SchemaType Modifier and Type Method 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. -
Uses of SchemaType in com.sun.identity.sm
Fields in com.sun.identity.sm declared as SchemaType Modifier and Type Field Description static SchemaType
SchemaType. DOMAIN
TheDOMAIN
schema type defines attributes for a domainstatic SchemaType
SchemaType. DYNAMIC
TheDYNAMIC
schema type definesstatic SchemaType
SchemaType. GLOBAL
TheGLOBAL
schema type defines the service configuration information that independent of organizations, users and instances.static SchemaType
SchemaType. GROUP
TheGROUP
schema type defines attributes for a groupstatic SchemaType
SchemaType. ORGANIZATION
TheORGANIZATION
schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.static SchemaType
SchemaType. POLICY
ThePOLICY
schema type defines the service's privilege information that are service dependent.static SchemaType
SchemaType. USER
TheUser
schema type defines the service configuration information that are user dependent.Methods in com.sun.identity.sm that return SchemaType Modifier and Type Method Description SchemaType
ServiceSchema. getServiceType()
Returns the schema type.Methods in com.sun.identity.sm that return types with arguments of type SchemaType Modifier and Type Method Description Set<SchemaType>
ServiceSchemaManager. getSchemaTypes()
Returns the schema types available with this service.Methods in com.sun.identity.sm with parameters of type SchemaType Modifier and Type Method Description ServiceSchema
ServiceSchemaManager. getSchema(SchemaType type)
Returns the configuration schema for the given schema typeSet<String>
ServiceSchemaManager. getServiceAttributeNames(SchemaType type)
Returns the attribute schemas for the given schema type excluding status and service identifier attributes.Constructors in com.sun.identity.sm with parameters of type SchemaType Constructor 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)
-