Class ObjectIdentifierNormalizer

    • Method Detail

      • 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
      • normalize

        public String normalize​(String value)
                         throws LdapException
        Gets the normalized value of AssertionValues.
        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