Spring LDAP Framework

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 DnParserImpl.attributeTypeAndValue()
           
 LdapRdnComponent LdapRdn.getComponent()
          Gets the first LdapRdnComponent of this LdapRdn.
 LdapRdnComponent LdapRdn.getComponent(int idx)
          Get the LdapRdnComponent at index idx.
 LdapRdnComponent LdapRdnComponent.immutableLdapRdnComponent()
          Create an immutable copy of this instance.
 

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


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.