| 
Classes in com.safeidentity.adminservice.dao.ldap.schema used by com.safeidentity.adminservice.dao.ldap.schema | 
LdapCommon
 
            | 
LDIFAttribute
 
          RFC 2252 defines AttributeType Description as follows:
 AttributeTypeDescription = "(" whsp
   numericoid whsp                ; AttributeType identifier
   [ "NAME" qdescrs ]             ; name used in AttributeType
   [ "DESC" qdstring ]            ; description
   [ "OBSOLETE" whsp ]
   [ "SUP" woid ]                 ; derived from this other AttributeType
   [ "EQUALITY" woid              ; Matching Rule name
   [ "ORDERING" woid              ; Matching Rule name
   [ "SUBSTR" woid ]              ; Matching Rule name
   [ "SYNTAX" whsp noidlen whsp ] ; see section 4.3
   [ "SINGLE-VALUE" whsp ]        ; default multi-valued
   [ "COLLECTIVE" whsp ]          ; default not collective
   [ "NO-USER-MODIFICATION" whsp ]; default user modifiable
   [ "USAGE" whsp AttributeUsage ]; default userApplications
  whsp ")" | 
LDIFObjectClass
 
          RFC 2252 defines ObjectClassDescription as follows:
 ObjectClassDescription = "(" whsp
   numericoid whsp      ; ObjectClass identifier
   [ "NAME" qdescrs ]
   [ "DESC" qdstring ]
   [ "OBSOLETE" whsp ]
   [ "SUP" oids ]       ; Superior ObjectClasses
   [ ( "ABSTRACT" / "STRUCTURAL" / "AUXILIARY" ) whsp ] ; default structural
   [ "MUST" oids ]      ; AttributeTypes
   [ "MAY" oids ]       ; AttributeTypes
   whsp ")" | 
SchemaDiff
 
            | 
SchemaDiffGroup
 
            |