org.apache.directory.server.schema
Class NameAndOptionalUIDNormalizer

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

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

A noirmalizer for UniqueMember

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

Constructor Summary
NameAndOptionalUIDNormalizer()
           
NameAndOptionalUIDNormalizer(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

NameAndOptionalUIDNormalizer

public NameAndOptionalUIDNormalizer(AttributeTypeRegistry attrRegistry)

NameAndOptionalUIDNormalizer

public NameAndOptionalUIDNormalizer()
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.