| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.url |
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapUrl.parse(char[] chars)
Parse a LdapUrl.
|
private void |
LdapUrl.validateAttribute(String attribute)
Parse the following rule :
oid ::= numericOid | descr
descr ::= keystring
keystring ::= leadkeychar *keychar
leadkeychar ::= [a-zA-Z]
keychar ::= [a-zA-Z0-0-]
numericOid ::= number 1*( DOT number )
number ::= 0 | [1-9][0-9]*
|
| Constructor and Description |
|---|
LdapUrl(String string)
Create a new LdapUrl from a String after having parsed it.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.