|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameComponentNormalizer | |
|---|---|
| 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 | |
| Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.aci |
|---|
| Methods in org.apache.directory.shared.ldap.aci with parameters of type NameComponentNormalizer | |
|---|---|
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. |
| Constructors in org.apache.directory.shared.ldap.aci with parameters of type NameComponentNormalizer | |
|---|---|
ACIItemParser(NameComponentNormalizer normalizer,
java.util.Map<java.lang.String,OidNormalizer> oidsMap)
Creates a normalizing ACIItem parser. |
|
| Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.name |
|---|
| Classes in org.apache.directory.shared.ldap.name that implement NameComponentNormalizer | |
|---|---|
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. |
| Uses of NameComponentNormalizer in org.apache.directory.shared.ldap.schema.normalizers |
|---|
| Classes in org.apache.directory.shared.ldap.schema.normalizers that implement NameComponentNormalizer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||