Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Attributes | List of all members
Org.IdentityConnectors.Framework.Common.Objects.ObjectClass Class Reference

Public Member Functions

 ObjectClass (String type)
 
String GetObjectClassValue ()
 
String GetDisplayNameKey ()
 Convenience method to build the display name key for an object class. More...
 
bool Is (String name)
 Determines if the 'name' matches this ObjectClass. More...
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
override string ToString ()
 

Static Public Attributes

static readonly String ACCOUNT_NAME = ObjectClassUtil.CreateSpecialName("ACCOUNT")
 
static readonly String GROUP_NAME = ObjectClassUtil.CreateSpecialName("GROUP")
 
static readonly ObjectClass ACCOUNT = new ObjectClass(ACCOUNT_NAME)
 Denotes an account based object. More...
 
static readonly ObjectClass GROUP = new ObjectClass(GROUP_NAME)
 Denotes a group based object. More...
 

Member Function Documentation

String Org.IdentityConnectors.Framework.Common.Objects.ObjectClass.GetDisplayNameKey ( )

Convenience method to build the display name key for an object class.

Returns
The display name key.
bool Org.IdentityConnectors.Framework.Common.Objects.ObjectClass.Is ( String  name)

Determines if the 'name' matches this ObjectClass.

Parameters
namecase-insensitive string representation of the ObjectClass's type.
Returns
true if the case-insensitive name is equal to that of the one in this ObjectClass.

Member Data Documentation

readonly ObjectClass Org.IdentityConnectors.Framework.Common.Objects.ObjectClass.ACCOUNT = new ObjectClass(ACCOUNT_NAME)
static

Denotes an account based object.

readonly ObjectClass Org.IdentityConnectors.Framework.Common.Objects.ObjectClass.GROUP = new ObjectClass(GROUP_NAME)
static

Denotes a group based object.


The documentation for this class was generated from the following file: