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 |
DnParserImpl.dn() |
DistinguishedName |
DnParser.dn()
Parse a full Distinguished Name.
|
void |
DnParserImpl.input()
input -> dn
dn -> rdn ( ( "," | ";" ) rdn )*
rdn -> attributeTypeAndValue ( "+" attributeTypeAndValue )*
attributeTypeAndValue ->
(
|
LdapRdn |
DnParserImpl.rdn() |
LdapRdn |
DnParser.rdn()
Parse a Relative Distinguished Name.
|
void |
DnParserImpl.SpacedEquals() |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.