Modifier and Type | Field and Description |
---|---|
static AMSchema.Type |
DYNAMIC
The
DYNAMIC schema type defines |
static AMSchema.Type |
GLOBAL
The
GLOBAL schema type defines the service
configuration information that independent of organizations, users
and instances. |
static 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 |
POLICY
The
POLICY schema type defines the service's privilege
information that are service dependent. |
static AMSchema.Type |
USER
The
User schema type defines the service configuration
information that are user dependent. |
Modifier | Constructor and Description |
---|---|
protected |
Type(SchemaType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Method to check if two schema types are equal.
|
protected SchemaType |
getInternalSchemaType() |
int |
hashCode()
Returns the hash code of the object.
|
String |
toString()
The method returns the string representation of the schema type.
|
public static final AMSchema.Type GLOBAL
GLOBAL
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.public static final AMSchema.Type ORGANIZATION
ORGANIZATION
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.public static final AMSchema.Type USER
User
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.public static final AMSchema.Type POLICY
POLICY
schema type defines the service's privilege
information that are service dependent.public static final AMSchema.Type DYNAMIC
DYNAMIC
schema type definesprotected Type(SchemaType type)
public String toString()
public boolean equals(Object obj)
protected SchemaType getInternalSchemaType()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.