Class TelephoneNumberNormalizer

    • Constructor Detail

      • TelephoneNumberNormalizer

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

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

        public String normalize​(String value,
                                PrepareString.AssertionType assertiontype)
                         throws LdapException
        Gets the normalized value of a substring assertion.
        Specified by:
        normalize in class Normalizer
        Parameters:
        value - the substring value to normalize. It must *not* be null !
        assertiontype - The type of assertion
        Returns:
        the normalized form for a value
        Throws:
        LdapException - if an error results during normalization