Class NumericNormalizer

    • Constructor Detail

      • NumericNormalizer

        public NumericNormalizer()
        Creates a new instance of NumericNormalizer.
    • Method Detail

      • normalize

        public Value normalize​(Value value)
                        throws LdapException
        Normalize a Value
        Parameters:
        value - The value to normalize
        Returns:
        The normalized value
        Throws:
        LdapException - If teh value cannot be normalized or is invalid
      • 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