Package | Description |
---|---|
org.apache.directory.shared.ldap.aci |
ACI (Access Control Information) data model adopted from X.501 specification.
|
org.apache.directory.shared.ldap.name | |
org.apache.directory.shared.ldap.schema.normalizers |
Modifier and Type | Method and Description |
---|---|
void |
AntlrACIItemParser.setNormalizer(NameComponentNormalizer normalizer)
Sets the NameComponentNormalizer for this parser's dnParser.
|
void |
AntlrACIItemChecker.setNormalizer(NameComponentNormalizer normalizer)
Sets the NameComponentNormalizer for this parser's dnParser.
|
Constructor and Description |
---|
ACIItemParser(NameComponentNormalizer normalizer,
Map<String,OidNormalizer> oidsMap)
Creates a normalizing ACIItem parser.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleNameComponentNormalizer
A simple NameComponentNormalizer which uses the same Normalizer to always
normalize the value the same way regardless of the attribute the value is
for.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcreteNameComponentNormalizer
A DN Name component Normalizer which uses the bootstrap registries to find
the appropriate normalizer for the attribute of the name component with which
to normalize the name component value.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.