spring-ldap-core-tiger

Package org.springframework.ldap.core.simple

Simplification layer over LdapTemplate for Java 5 and above.

See:
          Description

Interface Summary
ParameterizedContextMapper<T> Deprecated. Core classes are parameterized as of 2.0.
ParameterizedContextMapperWithControls<T> Deprecated. use org.springframework.ldap.core.support.ContextMapperWithControls instead.
SimpleLdapOperations Deprecated. Core classes are parameterized as of 2.0.
 

Class Summary
AbstractParameterizedContextMapper<T> Deprecated. Core classes are parameterized as of 2.0.
ContextMapperCallbackHandlerWithControls Deprecated. use org.springframework.ldap.core.support.ContextMapperCallbackHandlerWithControls instead.
SimpleLdapTemplate Deprecated. Core classes are parameterized as of 2.0.
 

Package org.springframework.ldap.core.simple Description

Simplification layer over LdapTemplate for Java 5 and above. As of Spring LDAP 2.0 all interfaces and classes in this package are deprecated.


spring-ldap-core-tiger