|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualContainerConfig | |
|---|---|
| com.ca.jcs | Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. |
| com.ca.jcs.meta | Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. |
| Uses of VirtualContainerConfig in com.ca.jcs |
|---|
| Subclasses of VirtualContainerConfig in com.ca.jcs | |
|---|---|
class |
VirtualContainer
Implements a "virtual container" which doesn't actually exist on the flat (non-hierarchical) remote system being managed by a connector, but is implemented by the framework as a way of categorizing objects of the same object class under a common logical container. |
| Constructors in com.ca.jcs with parameters of type VirtualContainerConfig | |
|---|---|
VirtualContainer(MetaConnector connector,
VirtualContainerConfig containerConfig)
|
|
VirtualContainerConfig(VirtualContainerConfig copy)
|
|
| Uses of VirtualContainerConfig in com.ca.jcs.meta |
|---|
| Methods in com.ca.jcs.meta that return types with arguments of type VirtualContainerConfig | |
|---|---|
Collection<VirtualContainerConfig> |
MetaConnectorConfig.getVirtualContainers()
Deprecated. Defining virtual containers in metadata is preferred over configuration in connector.xml since Identity Manager r12, refer to definition of eTDYNAccountContainer in sdkdyn_metadata.xml for an example. |
| Method parameters in com.ca.jcs.meta with type arguments of type VirtualContainerConfig | |
|---|---|
void |
MetaConnectorConfig.setVirtualContainers(Collection<VirtualContainerConfig> virtualContainers)
Deprecated. Defining virtual containers in metadata is preferred over configuration in connector.xml since Identity Manager r12, refer to definition of eTDYNAccountContainer in sdkdyn_metadata.xml for an example. |
| Constructor parameters in com.ca.jcs.meta with type arguments of type VirtualContainerConfig | |
|---|---|
VirtualContainers(MetaConnector metaConnector,
String containerBaseObjectClass,
Collection<VirtualContainerConfig> virtContainers)
Internalise provided virtual containers, and also add their objectclass names to the list of all names known by metaConnector's parent connector type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||