com.unboundid.scim.schema
Class CoreSchema

java.lang.Object
  extended by com.unboundid.scim.schema.CoreSchema

public class CoreSchema
extends Object

Contains the resources and their attributes defined in Core Schema 1.0 - draft 2.


Field Summary
static ResourceDescriptor GROUP_DESCRIPTOR
          The SCIM Group Schema.
static AttributeDescriptor ID_DESCRIPTOR
          The SCIM AttributeDescriptor for the id attribute.
static AttributeDescriptor META_DESCRIPTOR
          The SCIM AttributeDescriptor for the meta attribute.
static ResourceDescriptor RESOURCE_SCHEMA_DESCRIPTOR
          The SCIM Resource Schema.
static ResourceDescriptor SERVICE_PROVIDER_CONFIG_SCHEMA_DESCRIPTOR
          The SCIM Service Provider Configuration Schema.
static ResourceDescriptor USER_DESCRIPTOR
          The SCIM User Schema.
 
Constructor Summary
CoreSchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_SCHEMA_DESCRIPTOR

public static final ResourceDescriptor RESOURCE_SCHEMA_DESCRIPTOR
The SCIM Resource Schema.


SERVICE_PROVIDER_CONFIG_SCHEMA_DESCRIPTOR

public static final ResourceDescriptor SERVICE_PROVIDER_CONFIG_SCHEMA_DESCRIPTOR
The SCIM Service Provider Configuration Schema.


USER_DESCRIPTOR

public static final ResourceDescriptor USER_DESCRIPTOR
The SCIM User Schema.


GROUP_DESCRIPTOR

public static final ResourceDescriptor GROUP_DESCRIPTOR
The SCIM Group Schema.


META_DESCRIPTOR

public static final AttributeDescriptor META_DESCRIPTOR
The SCIM AttributeDescriptor for the meta attribute.


ID_DESCRIPTOR

public static final AttributeDescriptor ID_DESCRIPTOR
The SCIM AttributeDescriptor for the id attribute.

Constructor Detail

CoreSchema

public CoreSchema()


Copyright © 2011-2012 UnboundID. All Rights Reserved.