|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeStyleOpProcessor | |
|---|---|
| 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.assoc | Collection of classes/interfaces concerned with the representation and processing of associations between objects. |
| com.ca.jcs.jdbc | |
| com.ca.jcs.jndi | This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. |
| com.ca.jcs.meta | Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. |
| com.ca.jcs.ora | |
| com.ca.jcs.processor | Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. |
| com.ca.jcs.sdk | This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files. |
| com.ca.jcs.sdkws | This package contains an example that demonstrates the implementation of a web service JCS hosted connector. |
| com.ca.jcs.stub | This package contains support for stub connector classes needed for connectors implemented entirely using scripting. |
| Uses of AttributeStyleOpProcessor in com.ca.jcs |
|---|
| Fields in com.ca.jcs declared as AttributeStyleOpProcessor | |
|---|---|
protected AttributeStyleOpProcessor |
BaseConnector.attributeStyleOpProcessor
Protected so that proxying done in set method can be skipped. |
| Methods in com.ca.jcs that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
Connector.getAttributeStyleOpProcessor()
|
AttributeStyleOpProcessor |
BaseConnector.getAttributeStyleOpProcessor()
Allows for interposing opbindings proxy if needed - all concrete connector methods should consequently be called via it. |
| Methods in com.ca.jcs with parameters of type AttributeStyleOpProcessor | |
|---|---|
void |
Connector.setAttributeStyleOpProcessor(AttributeStyleOpProcessor asp)
|
void |
BaseConnector.setAttributeStyleOpProcessor(AttributeStyleOpProcessor proc)
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.assoc |
|---|
| Subinterfaces of AttributeStyleOpProcessor in com.ca.jcs.assoc | |
|---|---|
interface |
AssocAttributeOpProcessor
Interface to be implemented by classes derived from AttributeStyleOpProcessor
which need to deal with associative attributes (direct flavour where associative links are stored directly in an
attribute on at least one of side of the association). |
interface |
AssocDirectAttributeOpProcessor
Interface to be implemented by classes derived from AttributeStyleOpProcessor
which need to deal with "direct" associations, where the associative link between two objects is
stored directly on one of the objects. |
interface |
AssocIndirectAttributeOpProcessor
Interface to be implemented by classes derived from AttributeStyleOpProcessor
which need to deal with "indirect" associations, where the associative link between two objects is
stored in a table external to both of them. |
| Classes in com.ca.jcs.assoc that implement AttributeStyleOpProcessor | |
|---|---|
class |
DefaultAssocAttributeOpProcessor
Default implementation handling reverse direct association logic for classes which need to deal with both direct and indirect associations, use DefaultAssocDirectAttributeOpProcessor instead if only
direct associations need to be dealt with. |
class |
DefaultAssocDirectAttributeOpProcessor
Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes. |
class |
NestedAssocDirectAttributeOpProcessor
A reverse association processor supporting nested associations where defining end of the association (class) can be nested. |
| Methods in com.ca.jcs.assoc that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
DefaultAssocDirectAttributeOpProcessor.getAttrProc()
|
| Constructors in com.ca.jcs.assoc with parameters of type AttributeStyleOpProcessor | |
|---|---|
AssocAttributeOpProcessorProxy(Connector connector,
AttributeStyleOpProcessor proc)
Note prerequisite (checked by assertion) is that connector.isObjectClassRequired() == true. |
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.jdbc |
|---|
| Classes in com.ca.jcs.jdbc that implement AttributeStyleOpProcessor | |
|---|---|
class |
JDBCAttributeStyleOpProcessor
A dynamic JDBC connector driven by metadata which specifies all mapping information for Account, Group and Connection (Endpoint) classes. |
| Methods in com.ca.jcs.jdbc that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
JDBCMetaConnector.createAttributeStyleOpProcessor()
|
| Constructors in com.ca.jcs.jdbc with parameters of type AttributeStyleOpProcessor | |
|---|---|
JDBCExceptionMappingProxy(Connector connector,
AttributeStyleOpProcessor proc)
|
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.jndi |
|---|
| Classes in com.ca.jcs.jndi that implement AttributeStyleOpProcessor | |
|---|---|
class |
JNDIAttributeStyleOpProcessor
Handles actual delegation of JNDI operations to remote managed system, attribute name mapping and any other registered conversions have been applied. |
| Methods in com.ca.jcs.jndi that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
JNDIMetaConnector.createAttributeStyleOpProcessor()
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.meta |
|---|
| Methods in com.ca.jcs.meta with parameters of type AttributeStyleOpProcessor | |
|---|---|
void |
MetaConnectorFactory.proxyAttributeStyleOpProcessorProxy(MetaConnector conn,
AttributeStyleOpProcessor proc)
Queue any required proxy handler classes to conn's proxy chain to be interposed when the chain is activated. |
void |
MetaConnector.setAttributeStyleOpProcessor(AttributeStyleOpProcessor asp)
Remember the provided processor, possibly proxying it depending on resiliency configuration settings. |
| Uses of AttributeStyleOpProcessor in com.ca.jcs.ora |
|---|
| Classes in com.ca.jcs.ora that implement AttributeStyleOpProcessor | |
|---|---|
class |
ORAAttributeStyleOpProcessor
An oracle connector driven by metadata which specifies all mapping for account, packages, procedures, profiles, roles. |
| Methods in com.ca.jcs.ora that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
ORAMetaConnector.createAttributeStyleOpProcessor()
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.processor |
|---|
| Classes in com.ca.jcs.processor that implement AttributeStyleOpProcessor | |
|---|---|
class |
AbstractAttributeStyleOpProcessor
Base class for attribute-style processors, that mandates a standardized constructor for maximum consistency. |
class |
AbstractAttributeStyleOpProcessorAssocDirect
Base class for attribute-style processors which implement direct associations. |
class |
AbstractAttributeStyleOpProcessorAssocIndirect
Base class for attribute-style processors which implement indirect associations. |
| Fields in com.ca.jcs.processor declared as AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
ProxyChainEntry.opProcessor
Proxy op processor which will cause proxyHandler to be invoked when calls are made on it. |
protected AttributeStyleOpProcessor |
AbstractAttributeStyleOpProcessor.proxiedSelf
Set to "this" unless OpBindings are active in which case assigned to an OpBindings-aware proxy. |
| Methods in com.ca.jcs.processor that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
OpProcessorStyleFactory.createAttributeStyleOpProcessor()
|
AttributeStyleOpProcessor |
AttributeStyleOpProcessorChain.getFirstAttributeStyleOpProcessor()
|
AttributeStyleOpProcessor |
AttributeStyleOpProcessorChain.getOpBindingsAttributeStyleOpProcessor()
Used when invoking methods from optional interfaces like PostQueryAttributesProcessor. |
AttributeStyleOpProcessor |
ConnectorProcessorProxyHandler.getTargetAttributeStyleOpProcessor()
|
AttributeStyleOpProcessor |
AttributeStyleOpProcessorChain.getUltimateAttributeStyleOpProcessor()
|
| Methods in com.ca.jcs.processor with parameters of type AttributeStyleOpProcessor | |
|---|---|
static ProxyChainEntry |
ConnectorProcessorProxyHandler.createAttributeStyleOpProcessorProxy(Class<? extends ConnectorProcessorProxyHandler> proxyClass,
Connector conn,
AttributeStyleOpProcessor proc)
Helper method that wraps the OpProcessor
for the provided connector in an instance of the
provided proxy class. |
| Constructors in com.ca.jcs.processor with parameters of type AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessorChain(MetaConnector metaConnector,
AttributeStyleOpProcessor asp)
|
|
ConnectorProcessorProxyHandler(Connector connector,
AttributeStyleOpProcessor opProcessor)
|
|
MetaOpBindingsProxyHandler(Connector connector,
AttributeStyleOpProcessor attrProc)
Handle method-style and/or script-style op processors wrapping around another connector's attribute-style op processor, for instance when creating a composite connector which uses JNDI primarily but wraps some operations with JDBC stored procedure support. |
|
ProxyChainEntry(ConnectorProcessorProxyHandler proxyHandler,
AttributeStyleOpProcessor opProcessor)
|
|
RetryOpProcessorProxy(Connector connector,
AttributeStyleOpProcessor proc)
|
|
| Uses of AttributeStyleOpProcessor in com.ca.jcs.sdk |
|---|
| Classes in com.ca.jcs.sdk that implement AttributeStyleOpProcessor | |
|---|---|
class |
SDKAttributeStyleOpProcessor
Implements the mapping of LDAP account/group attributes onto local flat or hierarchical files, and back again when querying. |
| Methods in com.ca.jcs.sdk that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
SDKMetaConnector.createAttributeStyleOpProcessor()
Must implement this method to create a attribute style processor so JCS can delegate LDAP operations to it. |
| Uses of AttributeStyleOpProcessor in com.ca.jcs.sdkws |
|---|
| Classes in com.ca.jcs.sdkws that implement AttributeStyleOpProcessor | |
|---|---|
class |
SDKWSAttributeStyleOpProcessor
SDK Web service connector. |
| Methods in com.ca.jcs.sdkws that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
SDKWSMetaConnector.createAttributeStyleOpProcessor()
Return an AttributeStyleOpProcessor to handle the actual LDAP operations. |
| Uses of AttributeStyleOpProcessor in com.ca.jcs.stub |
|---|
| Classes in com.ca.jcs.stub that implement AttributeStyleOpProcessor | |
|---|---|
class |
StubAttributeStyleOpProcessor
This stub attribute-style processor comes in useful when writing 100% method-style or scripting-style connectors, as opbindings can only be triggered by interposing them in front of an AttributeStyleOpProcessor. |
class |
StubDirectAssocAttributeStyleOpProcessor
This stub attribute-style processor comes in useful when writing 100% method-style or scripting-style connectors, as opbindings can only be triggered by interposing them in front of an AttributeStyleOpProcessor. |
| Methods in com.ca.jcs.stub that return AttributeStyleOpProcessor | |
|---|---|
AttributeStyleOpProcessor |
StubMetaConnector.createAttributeStyleOpProcessor()
Returns a StubAttributeStyleOpProcessor instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||