org.apache.directory.server.schema
Class DnNormalizer

java.lang.Object
  extended by org.apache.directory.server.schema.DnNormalizer
All Implemented Interfaces:
java.io.Serializable, org.apache.directory.shared.ldap.schema.Normalizer

public class DnNormalizer
extends java.lang.Object
implements org.apache.directory.shared.ldap.schema.Normalizer

Version:
$Rev$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
DnNormalizer()
           
DnNormalizer(AttributeTypeRegistry attrRegistry)
           
 
Method Summary
 java.lang.Object normalize(java.lang.Object value)
           
 void setRegistries(Registries registries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DnNormalizer

public DnNormalizer(AttributeTypeRegistry attrRegistry)

DnNormalizer

public DnNormalizer()
Method Detail

setRegistries

public void setRegistries(Registries registries)

normalize

public java.lang.Object normalize(java.lang.Object value)
                           throws javax.naming.NamingException
Specified by:
normalize in interface org.apache.directory.shared.ldap.schema.Normalizer
Throws:
javax.naming.NamingException


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.