Class NameAndOptionalUIDSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class NameAndOptionalUIDSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is a valid Name and Optional UID.

    This element is a composition of two parts, a Dn and an optional UID :

     NameAndOptionalUID = distinguishedName [ SHARP BitString ]
     
    Both part already have their syntax checkers, so we will just call them after having split the element in two ( if necessary)

    We just check that the Dn is valid, we don't need to verify each of the Rdn syntax.

    Author:
    Apache Directory Project
    See Also:
    Serialized Form