org.apache.directory.shared.ldap.schema.normalizers
Class UniqueMemberNormalizer
java.lang.Object
org.apache.directory.shared.ldap.schema.AbstractSchemaObject
org.apache.directory.shared.ldap.schema.LoadableSchemaObject
org.apache.directory.shared.ldap.schema.Normalizer
org.apache.directory.shared.ldap.schema.normalizers.UniqueMemberNormalizer
- All Implemented Interfaces:
- java.io.Serializable, SchemaObject
public class UniqueMemberNormalizer
- extends Normalizer
A noirmalizer for UniqueMember
- Version:
- $Rev$
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Fields inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
description, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification |
Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
addExtension, addName, addToRegistries, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, removeFromRegistries, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setRegistries, setSchemaName, setSpecification |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UniqueMemberNormalizer
public UniqueMemberNormalizer()
normalize
public Value<?> normalize(Value<?> value)
throws LdapException
- Description copied from class:
Normalizer
- Gets the normalized value.
- Specified by:
normalize
in class Normalizer
- Parameters:
value
- the value to normalize. It must *not* be null !
- Returns:
- the normalized form for a value
- Throws:
LdapException
- if an error results during normalization
normalize
public java.lang.String normalize(java.lang.String value)
throws LdapException
- Description copied from class:
Normalizer
- Gets the normalized value.
- Specified by:
normalize
in class Normalizer
- Parameters:
value
- the value to normalize. It must *not* be null !
- Returns:
- the normalized form for a value
- Throws:
LdapException
- if an error results during normalization
setSchemaManager
public void setSchemaManager(SchemaManager schemaManager)
- Store the SchemaManager in this instance. It may be necessary for some
normalizer which needs to have access to the oidNormalizer Map.
- Overrides:
setSchemaManager
in class Normalizer
- Parameters:
schemaManager
- the schemaManager to store
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.