public class SchemaType extends Object
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.Constructor and Description |
---|
SchemaType(String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object schemaType)
Method to check if two schema types are equal.
|
String |
getType() |
int |
hashCode()
Returns the hash code of the object.
|
String |
toString()
The method returns the string representation of the schema type.
|
public SchemaType(String type)
public String toString()
public boolean equals(Object schemaType)
public int hashCode()
public String getType()
Copyright © 2010-2018, ForgeRock All Rights Reserved.