Uses of Class
org.springframework.ldap.core.LdapRdnComponent

Packages that use LdapRdnComponent
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
 

Uses of LdapRdnComponent in org.springframework.ldap.core
 

Methods in org.springframework.ldap.core that return LdapRdnComponent
 LdapRdnComponent LdapRdn.getComponent()
          Gets the first LdapRdnComponent of this LdapRdn.
 LdapRdnComponent LdapRdn.getComponent(int idx)
          Get the LdapRdnComponent at index idx.
 

Methods in org.springframework.ldap.core with parameters of type LdapRdnComponent
 void LdapRdn.addComponent(LdapRdnComponent rdnComponent)
          Add an LdapRdnComponent to this LdapRdn.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.