Package com.sun.identity.sm
Class SchemaType
java.lang.Object
com.sun.identity.sm.SchemaType
The class
SchemaType
defines the types of schema objects, and
provides static constants for these schema objects. Currently defined schema
objects are SchemaType.GLOBAL
,
SchemaType.ORGANIZATION
,
SchemaType.USER
, SchemaType.POLICY
and
SchemaType.DYNAMIC
. The usage of the respective schema types
are defined along with their declaration.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SchemaType
TheDOMAIN
schema type defines attributes for a domainstatic final SchemaType
TheDYNAMIC
schema type definesstatic final SchemaType
TheGLOBAL
schema type defines the service configuration information that independent of organizations, users and instances.static final SchemaType
TheGROUP
schema type defines attributes for a groupstatic final SchemaType
TheORGANIZATION
schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.static final SchemaType
ThePOLICY
schema type defines the service's privilege information that are service dependent.static final SchemaType
TheUser
schema type defines the service configuration information that are user dependent. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GLOBAL
TheGLOBAL
schema type defines the service configuration information that independent of organizations, users and instances. Hence, the service configuration data defined using this schema type will the same across organizations and users. An example could be encryption algorithms used by the service for its internal communication. Such configuration data can be changed only by super administrator. -
ORGANIZATION
TheORGANIZATION
schema type defines the service configuration information that are organization dependent and could be configured differently for organizations. Usually these configuration data can be modified by organization administrators. An example would be log level of a service. -
USER
TheUser
schema type defines the service configuration information that are user dependent. An example would user's mail server or mail quota. Usually these configuration data can be modified by users and/or administrators. -
POLICY
ThePOLICY
schema type defines the service's privilege information that are service dependent. -
DYNAMIC
TheDYNAMIC
schema type defines -
GROUP
TheGROUP
schema type defines attributes for a group -
DOMAIN
TheDOMAIN
schema type defines attributes for a domain
-
-
Constructor Details
-
SchemaType
-
-
Method Details
-
toString
The method returns the string representation of the schema type. -
equals
Method to check if two schema types are equal. -
hashCode
public int hashCode()Returns the hash code of the object. -
getType
-