Package | Description |
---|---|
org.springframework.ldap.core |
Core package of the JNDI/LDAP support.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
DnParserImpl.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
String |
DnParserImpl.AttributeType() |
LdapRdnComponent |
DnParserImpl.attributeTypeAndValue() |
String |
DnParserImpl.AttributeValue() |
DistinguishedName |
DnParser.dn()
Parse a full Distinguished Name.
|
DistinguishedName |
DnParserImpl.dn() |
void |
DnParserImpl.input()
input -> dn
dn -> rdn ( ( "," | ";" ) rdn )*
rdn -> attributeTypeAndValue ( "+" attributeTypeAndValue )*
attributeTypeAndValue ->
(
|
LdapRdn |
DnParser.rdn()
Parse a Relative Distinguished Name.
|
LdapRdn |
DnParserImpl.rdn() |
void |
DnParserImpl.SpacedEquals() |
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.