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 |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
org.apache.directory.shared.ldap.schema.manager.impl | |
org.apache.directory.shared.ldap.schema.normalizers | |
org.apache.directory.shared.ldap.schema.registries | |
org.apache.directory.shared.ldap.subtree |
Modifier and Type | Method and Description |
---|---|
void |
AntlrACIItemParser.init(Map<String,OidNormalizer> oidsMap)
Creates a (normalizing) subordinate DnParser for parsing Names.
|
Constructor and Description |
---|
ACIItemParser(Map<String,OidNormalizer> oidsMap)
Creates a ACIItem parser.
|
ACIItemParser(NameComponentNormalizer normalizer,
Map<String,OidNormalizer> oidsMap)
Creates a normalizing ACIItem parser.
|
Modifier and Type | Method and Description |
---|---|
static DN |
DN.normalize(DN dn,
Map<String,OidNormalizer> oidsMap)
Change the internal DN, using the OID instead of the first name or other
aliases.
|
DN |
DN.normalize(Map<String,OidNormalizer> oidsMap)
Change the internal DN, using the OID instead of the first name or other
aliases.
|
RDN |
RDN.normalize(Map<String,OidNormalizer> oidsMap)
Transform a RDN by changing the value to its OID counterpart and
normalizing the value accordingly to its type.
|
static DN |
DN.normalize(String name,
Map<String,OidNormalizer> oidsMap)
Static factory which creates a normalized DN from a String and a Map of OIDs.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OidNormalizer> |
SchemaManager.getNormalizerMapping()
Get an immutable reference on the Normalizer mapping
|
Modifier and Type | Method and Description |
---|---|
Map<String,OidNormalizer> |
DefaultSchemaManager.getNormalizerMapping()
Get an immutable reference on the Normalizer mapping
|
Modifier and Type | Method and Description |
---|---|
OidNormalizer |
OidNormalizer.copy()
Copy an OidNormalizer().
|
Constructor and Description |
---|
OidNormalizer(OidNormalizer oidNormalizer)
A copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OidNormalizer> |
ImmutableAttributeTypeRegistry.getNormalizerMapping()
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
|
Map<String,OidNormalizer> |
DefaultAttributeTypeRegistry.getNormalizerMapping()
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
|
Map<String,OidNormalizer> |
AttributeTypeRegistry.getNormalizerMapping()
Gets an oid/name to normalizer mapping used to normalize distinguished
names.
|
Modifier and Type | Method and Description |
---|---|
void |
AntlrSubtreeSpecificationParser.init(Map<String,OidNormalizer> oidsMap)
Does nothing.
|
Constructor and Description |
---|
SubtreeSpecificationParser(Map<String,OidNormalizer> oidsMap)
Creates a subtree specification parser.
|
SubtreeSpecificationParser(NormalizerMappingResolver resolver,
Map<String,OidNormalizer> oidsMap)
Creates a normalizing subtree specification parser.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.