Uses of Class
com.ca.jcs.enumeration.RawNamingEnumeration

Packages that use RawNamingEnumeration
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.enumeration The package contains abstract and concrete classes to assist in writing NamingEnumeration classes, which are useful when implementing search logic for a connector. 
com.ca.jcs.filter Contains components useful for representing, analysing and converting LDAP filters passed to search operations. 
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.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.sdkws.forwardinc This package contains the classes for interacting with the sample (Forward Inc) web service endpoint that is shipped with the SDKWS connector. 
 

Uses of RawNamingEnumeration in com.ca.jcs.assoc
 

Subclasses of RawNamingEnumeration in com.ca.jcs.assoc
 class AssocQueryResultDecorateNamingEnumeration
          A naming enumeration that decorates each search result with association values, if it has any.
 

Uses of RawNamingEnumeration in com.ca.jcs.enumeration
 

Subclasses of RawNamingEnumeration in com.ca.jcs.enumeration
 class AbsoluteQueryResultNamingEnumeration
          Handle some basic normalising of SearchResult returned by LDAP search requests, in particular converting relative names and LDAP URLs to absolute names.
 class AppendingNamingEnumeration<T>
          An enumeration that can step through the elements of a collection or sequentially through a list of child enumerations (ie logically appending them).
 class LookAheadRawNamingEnumeration<T>
          Provides base class to be used in situations where the next enumeration result needs to pre-cached, usually because not all results are suitable to return to the client so that they need to be read and analyzed before deciding if they should be skipped.
 class ProcessingNamingEnumeration
          A base class for enumerations which want to process entries while stepping through them, allowing for entries to be skipped when ProcessingNamingEnumeration.processNext(SearchResult) returns false.
 

Uses of RawNamingEnumeration in com.ca.jcs.filter
 

Subclasses of RawNamingEnumeration in com.ca.jcs.filter
 class FilteringNamingEnumeration
          Wrap a child naming enumeration, applying the ldap filter to each search result skipping those that dont match the filter.
 

Uses of RawNamingEnumeration in com.ca.jcs.jndi
 

Subclasses of RawNamingEnumeration in com.ca.jcs.jndi
 class PagedResultsNamingEnumeration
          A naming enumeration that hangs to an LDAP context and requests a new page every time that the current one is exhausted.
 

Uses of RawNamingEnumeration in com.ca.jcs.meta
 

Subclasses of RawNamingEnumeration in com.ca.jcs.meta
 class MapSearchResultsFromConnectorEnum
          Enumeration that converts search results returned by a connector from connector-speak into LDAP-speak.
 

Uses of RawNamingEnumeration in com.ca.jcs.sdk
 

Subclasses of RawNamingEnumeration in com.ca.jcs.sdk
 class SDKSearchEnumeration
          Example of an enumeration which allows results to be streamed back to the LDAP client as soon as they become available.
 

Uses of RawNamingEnumeration in com.ca.jcs.sdkws
 

Subclasses of RawNamingEnumeration in com.ca.jcs.sdkws
 class SDKWSNamingEnumeration
          Basic naming enumeration that caches the full result set.
 

Uses of RawNamingEnumeration in com.ca.jcs.sdkws.forwardinc
 

Subclasses of RawNamingEnumeration in com.ca.jcs.sdkws.forwardinc
 class UserNamingEnumeration
          NamingEnumeration implementation that specifically deals with translating the web service response in to a SearchResult object that the JCS can use.
 



Created 2011-07-14 13:27 EST