Class DseTypeSyntaxChecker

  • All Implemented Interfaces:
    Serializable, SchemaObject

    public final class DseTypeSyntaxChecker
    extends SyntaxChecker
    A SyntaxChecker which verifies that a value is a DSEType according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 :
     <DSEType>    ::= '(' <sp>* <DSEBit> <sp>* <DSEBitList> ')'
     <DSEBitList> ::= '$' <sp>* <DSEBit> <sp>* <DSEBitList> | e      
     <DSEBit>     ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' |
                      'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' |
                      'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
     
    Author:
    Apache Directory Project
    See Also:
    Serialized Form