Class CountrySyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class CountrySyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is a country according to RFC 4517. From RFC 4517 :
     A value of the Country String syntax is one of the two-character
     codes from ISO 3166 [ISO3166] for representing a country.
     
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Field Detail

      • INSTANCE

        public static final CountrySyntaxChecker INSTANCE
        A static instance of CountrySyntaxChecker
    • Method Detail

      • isValidSyntax

        public boolean isValidSyntax​(Object value)
        Determines if the attribute's value conforms to the attribute syntax.
        Overrides:
        isValidSyntax in class SyntaxChecker
        Parameters:
        value - the value of some attribute with the syntax
        Returns:
        true if the value is in the valid syntax, false otherwise