CA Identity Manager
Java SDK r12.5 SP 8

 

com.ca.identitymanager.provisioning.managedobject
Interface Container

All Superinterfaces:
AttributeCollection, ManagedObject, java.util.Map, ModifiableObject, NamedObject, java.io.Serializable

public interface Container
extends ManagedObject

Represents a container in an endpoint, which can be used to group objects of a specific type.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
static java.lang.String PROPERTY_CONTAINER_CHILD_TYPE
          Attribute identifier for the type of object this container can contain.
static java.lang.String PROPERTY_CONTAINER_TYPE
          Attribute identifier for the container type.
static java.lang.String PROPERTY_ENDPOINT
          Attribute identifier for the container object's endpoint.
static java.lang.String PROPERTY_ENDPOINT_HANDLE
          Attribute identifier for the container object's endpoint.
static java.lang.String PROPERTY_ENDPOINT_TYPE
          Attribute identifier for the container object's endpoint type.
static java.lang.String PROPERTY_EXPLORE_METHOD
          Attribute identifier for the container object's endpoint.
static java.lang.String PROPERTY_FRIENDLY_NAME
          Attribute identifier for the container object's name.
static java.lang.String PROPERTY_PARENT_DETAILS
          Attribute identifier for the container object's parent name.
static java.lang.String PROPERTY_PARENT_HANDLE
          Attribute identifier for the container object's parent handle.
static java.lang.String PROPERTY_PARENT_NAME
          Attribute identifier for the container object's parent name.
static java.lang.String PROPERTY_RESTRICT_TO
          Attribute identifier for the search restriction.
 
Method Summary
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
directAddAttributeValue, directRemoveAttributeValue, equals, fixUniqueNames, getImsDirectory, getImsEnvironment, getObjectType, getOrg, getOrg, getProvider, hashCode, move, persisted
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
getFriendlyName, getUniqueName, toString
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
addAttributes, addValueToAttribute, containsAttribute, doesAttributeHaveMultipleValues, enumerateAttributes, getAttribute, getAttributeMultiValue, getAttributePermission, getAttributes, getExtendedAttribute, getLastCommittedAttribute, getLastCommittedAttributeMultiValue, getLastCommittedValue, getOriginalAttribute, getOriginalAttributeMultiValue, getOriginalValue, getValue, hasAttributeChanged, isAttributeUncommitted, isUncommitted, makeCurrentValueOriginal, removeAttributes, setAttribute, setAttributeMultiValue, setAttributes, setValue, updateAttributeSet
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject
modifyObject, modifyObject
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

PROPERTY_FRIENDLY_NAME

static final java.lang.String PROPERTY_FRIENDLY_NAME
Attribute identifier for the container object's name.

See Also:
Constant Field Values

PROPERTY_CONTAINER_TYPE

static final java.lang.String PROPERTY_CONTAINER_TYPE
Attribute identifier for the container type.

See Also:
Constant Field Values

PROPERTY_PARENT_NAME

static final java.lang.String PROPERTY_PARENT_NAME
Attribute identifier for the container object's parent name.

See Also:
Constant Field Values

PROPERTY_PARENT_DETAILS

static final java.lang.String PROPERTY_PARENT_DETAILS
Attribute identifier for the container object's parent name.

See Also:
Constant Field Values

PROPERTY_PARENT_HANDLE

static final java.lang.String PROPERTY_PARENT_HANDLE
Attribute identifier for the container object's parent handle.

See Also:
Constant Field Values

PROPERTY_ENDPOINT_TYPE

static final java.lang.String PROPERTY_ENDPOINT_TYPE
Attribute identifier for the container object's endpoint type.

See Also:
Constant Field Values

PROPERTY_ENDPOINT

static final java.lang.String PROPERTY_ENDPOINT
Attribute identifier for the container object's endpoint.

See Also:
Constant Field Values

PROPERTY_ENDPOINT_HANDLE

static final java.lang.String PROPERTY_ENDPOINT_HANDLE
Attribute identifier for the container object's endpoint.

See Also:
Constant Field Values

PROPERTY_EXPLORE_METHOD

static final java.lang.String PROPERTY_EXPLORE_METHOD
Attribute identifier for the container object's endpoint.

See Also:
Constant Field Values

PROPERTY_CONTAINER_CHILD_TYPE

static final java.lang.String PROPERTY_CONTAINER_CHILD_TYPE
Attribute identifier for the type of object this container can contain.

See Also:
Constant Field Values

PROPERTY_RESTRICT_TO

static final java.lang.String PROPERTY_RESTRICT_TO
Attribute identifier for the search restriction.

See Also:
Constant Field Values

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.