Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
Modifier and Type | Method and Description |
---|---|
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 |
DnParser.rdn()
Parse a Relative Distinguished Name.
|
LdapRdn |
DnParserImpl.rdn() |
LdapRdn |
DistinguishedName.removeFirst()
Remove the first part of this
DistinguishedName . |
LdapRdn |
DistinguishedName.removeLast()
Remove the last part of this
DistinguishedName . |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.