|
Spring LDAP Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LdapRdn | |
---|---|
org.springframework.ldap.core | Core package of the JNDI/LDAP support. |
Uses of LdapRdn in org.springframework.ldap.core |
---|
Methods in org.springframework.ldap.core that return LdapRdn | |
---|---|
LdapRdn |
DistinguishedName.getLdapRdn(int index)
Get the LdapRdn at a specified position. |
LdapRdn |
DistinguishedName.getLdapRdn(String key)
Get the LdapRdn with the specified key. |
LdapRdn |
LdapRdn.immutableLdapRdn()
Create an immutable copy of this instance. |
LdapRdn |
DnParserImpl.rdn()
|
LdapRdn |
DnParser.rdn()
Parse a Relative Distinguished Name. |
LdapRdn |
DistinguishedName.removeFirst()
Remove the first part of this DistinguishedName . |
LdapRdn |
DistinguishedName.removeLast()
Remove the last part of this DistinguishedName . |
Methods in org.springframework.ldap.core with parameters of type LdapRdn | |
---|---|
void |
DistinguishedName.add(int idx,
LdapRdn rdn)
Add the supplied LdapRdn att the specified index. |
void |
DistinguishedName.add(LdapRdn rdn)
Add the supplied LdapRdn last in the list of Rdns. |
|
Spring LDAP Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |