Uses of Package
com.ca.jcs.util

Packages that use com.ca.jcs.util
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.cache Contains experimental caching support, of particular interest for hierarchical connectors and those making use of the connectorMapToAmbiguous= metadata property as can reduce need to query the endpoint to determine which connector-speak Distinguished Names (DNs) match a given LDAP DN. 
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. 
com.ca.jcs.util This package is used to group useful generic framework utilities not strongly tied to a particular functional area. 
com.ca.jcs.validator.eval   
 

Classes in com.ca.jcs.util used by com.ca.jcs
QuoteStringHandler
           
SplitBinaryAttrIds
          Helper struct for connectors needing to deal with binary attributes, where non-binary attributes are split from binary ones for easy processing.
 

Classes in com.ca.jcs.util used by com.ca.jcs.cache
SimpleLdapName
          Implementation of the JNDI Name interface that extends the RFC 2253 standards to allow for connectors making use of connectorMapTo values for naming attributes that have arbitrary characters in them, including '_', ',', '=' etc.
 

Classes in com.ca.jcs.util used by com.ca.jcs.jdbc
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.jndi
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.meta
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.ora
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.sdk
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.sdkws
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.stub
QuoteStringHandler
           
 

Classes in com.ca.jcs.util used by com.ca.jcs.util
SimpleLdapName
          Implementation of the JNDI Name interface that extends the RFC 2253 standards to allow for connectors making use of connectorMapTo values for naming attributes that have arbitrary characters in them, including '_', ',', '=' etc.
 

Classes in com.ca.jcs.util used by com.ca.jcs.validator.eval
LazyLdapAttributesProxy
          Proxy that can be used to get the current values for attributes given their LDAP (rather then connector-speak) ids.
 



Created 2011-07-14 13:27 EST