Class NameFormDescriptionSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class NameFormDescriptionSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value follows the name descripton syntax according to RFC 4512, par 4.2.7.2:
     NameFormDescription = LPAREN WSP
        numericoid                 ; object identifier
        [ SP "NAME" SP qdescrs ]   ; short names (descriptors)
        [ SP "DESC" SP qdstring ]  ; description
        [ SP "OBSOLETE" ]          ; not active
        SP "OC" SP oid             ; structural object class
        SP "MUST" SP oids          ; attribute types
        [ SP "MAY" SP oids ]       ; attribute types
        extensions WSP RPAREN      ; extensions
     
    Author:
    Apache Directory Project
    See Also:
    Serialized Form