Uses of Interface
com.ca.jcs.util.QuoteStringHandler

Packages that use QuoteStringHandler
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.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.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 QuoteStringHandler in com.ca.jcs
 

Classes in com.ca.jcs that implement QuoteStringHandler
 class BaseConnector
          Represents an LDAP view onto an external remote managed endpoint system, whilst acting as an ApacheDS partition to which LDAP operations can be routed.
 

Uses of QuoteStringHandler in com.ca.jcs.jdbc
 

Classes in com.ca.jcs.jdbc that implement QuoteStringHandler
 class JDBCMetaConnector
          A dynamic JDBC connector driven by metadata which specifies all mapping information for Account, Group and Connection (Endpoint) classes.
 

Constructors in com.ca.jcs.jdbc with parameters of type QuoteStringHandler
SQLWhereClauseFromLDAPFilterVisitor(StringBuilder sb, String attrPrefix, QuoteStringHandler quoteStringHandler, Logger log, com.ca.commons.sql.Vendor databaseVendor)
          Convert LDAP expression to WHERE clause and prefix each attribute (column) reference with provided prefix.
 

Uses of QuoteStringHandler in com.ca.jcs.jndi
 

Classes in com.ca.jcs.jndi that implement QuoteStringHandler
 class JNDIMetaConnector
          Base class for connectors using the JNDI (Java Naming and Directory Interface) API to communicate with their target managed systems.
 

Uses of QuoteStringHandler in com.ca.jcs.meta
 

Classes in com.ca.jcs.meta that implement QuoteStringHandler
 class MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
 

Uses of QuoteStringHandler in com.ca.jcs.ora
 

Classes in com.ca.jcs.ora that implement QuoteStringHandler
 class ORAMetaConnector
           
 

Uses of QuoteStringHandler in com.ca.jcs.sdk
 

Classes in com.ca.jcs.sdk that implement QuoteStringHandler
 class SDKMetaConnector
          This sample connector uses flat files as its target managed endpoint system.
 

Uses of QuoteStringHandler in com.ca.jcs.sdkws
 

Classes in com.ca.jcs.sdkws that implement QuoteStringHandler
 class SDKWSMetaConnector
          The connector implementation for creating a Web Services connector.
 

Uses of QuoteStringHandler in com.ca.jcs.stub
 

Classes in com.ca.jcs.stub that implement QuoteStringHandler
 class StubMetaConnector
          Stub metaconnector useful in method-style and scripting-style opbindings demonstrations.
 



Created 2011-07-14 13:27 EST