org.apache.directory.shared.ldap.schema
Class ObjectIdentifierNormalizer
java.lang.Object
org.apache.directory.shared.ldap.schema.ObjectIdentifierNormalizer
- All Implemented Interfaces:
- Normalizer
public class ObjectIdentifierNormalizer
- extends Object
- implements Normalizer
A normalizer for the objectIdentifierMatch matching rule.
- Version:
- $Rev: 434411 $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIdentifierNormalizer
public ObjectIdentifierNormalizer()
normalize
public Object normalize(Object value)
throws NamingException
- Description copied from interface:
Normalizer
- Gets the normalized value.
- Specified by:
normalize
in interface Normalizer
- Parameters:
value
- the value to normalize. It must *not* be null !
- Returns:
- the normalized form for a value
- Throws:
NamingException
- if an error results during normalization
Copyright © 2004-2012. All Rights Reserved.