com.iplanet.am.sdk
Class AMSchema.Type

java.lang.Object
  |
  +--com.iplanet.am.sdk.AMSchema.Type
Enclosing class:
AMSchema

Deprecated. This class has been deprecated. Please use com.sun.identity.sm.SchemaType.

public static class AMSchema.Type
extends java.lang.Object

The class AMSchema.Type defines the types of schema objects, and provides static constants for these schema objects. Currently defined schema objects are GLOBAL, ORGANIZATION, USER and POLICY . The usage of the respective schema types are defined along with their declaration.


Field Summary
static AMSchema.Type DYNAMIC
          Deprecated. The DYNAMIC schema type defines
static AMSchema.Type GLOBAL
          Deprecated. The GLOBAL schema type defines the service configuration information that independent of organizations, users and instances.
static AMSchema.Type ORGANIZATION
          Deprecated. The ORGANIZATION schema type defines the service configuration information that are organization dependent and could be configured differently for organizations.
static AMSchema.Type POLICY
          Deprecated. The POLICY schema type defines the service's privilege information that are service dependent.
static AMSchema.Type USER
          Deprecated. The User schema type defines the service configuration information that are user dependent.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated. Method to check if two schema types are equal.
 int hashCode()
          Deprecated. Returns the hash code of the object.
 java.lang.String toString()
          Deprecated. The method returns the string representation of the schema type.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL

public static final AMSchema.Type GLOBAL
Deprecated. 
The 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.

ORGANIZATION

public static final AMSchema.Type ORGANIZATION
Deprecated. 
The 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.

USER

public static final AMSchema.Type USER
Deprecated. 
The 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.

POLICY

public static final AMSchema.Type POLICY
Deprecated. 
The POLICY schema type defines the service's privilege information that are service dependent.

DYNAMIC

public static final AMSchema.Type DYNAMIC
Deprecated. 
The DYNAMIC schema type defines
Method Detail

toString

public java.lang.String toString()
Deprecated. 
The method returns the string representation of the schema type.
Overrides:
toString in class java.lang.Object
Returns:
String string representation of schema type

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Method to check if two schema types are equal.
Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare
Returns:
true if the objects are same; false otherwise

hashCode

public int hashCode()
Deprecated. 
Returns the hash code of the object.
Overrides:
hashCode in class java.lang.Object
Returns:
the hash code of the object.