Package | Description |
---|---|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AciSyntax
This class implements the access control information (aci) attribute syntax.
|
class |
AttributeTypeSyntax
This class defines the attribute type description syntax, which is used to
hold attribute type definitions in the server schema.
|
class |
AuthPasswordSyntax
This class defines the auth password attribute syntax, which is defined in
RFC 3112 and is used to hold authentication information.
|
class |
BinarySyntax
This class defines the binary attribute syntax, which is essentially a byte
array using very strict matching.
|
class |
BitStringSyntax
This class defines the bit string attribute syntax, which is comprised of
a string of binary digits surrounded by single quotes and followed by a
capital letter "B" (e.g., '101001'B).
|
class |
BooleanSyntax
This class defines the Boolean attribute syntax, which only allows values of
"TRUE" or "FALSE" (although this implementation is more flexible and will
also allow "YES", "ON", or "1" instead of "TRUE", or "NO", "OFF", or "0"
instead of "FALSE").
|
class |
CertificateExactAssertionSyntax
This class defines the Certificate Exact Assertion attribute syntax,
which contains components for matching X.509 certificates.
|
class |
CertificateListSyntax
This class implements the certificate list attribute syntax.
|
class |
CertificatePairSyntax
This class implements the certificate pair attribute syntax.
|
class |
CertificateSyntax
This class implements the certificate attribute syntax.
|
class |
CountryStringSyntax
This class defines the country string attribute syntax, which should be a
two-character ISO 3166 country code.
|
class |
DeliveryMethodSyntax
This class defines the delivery method attribute syntax.
|
class |
DirectoryStringSyntax
This class defines the directory string attribute syntax, which is simply a
set of UTF-8 characters.
|
class |
DistinguishedNameSyntax
This class defines the distinguished name attribute syntax, which is used for
attributes that hold distinguished names (DNs).
|
class |
DITContentRuleSyntax
This class implements the DIT content rule description syntax, which is used
to hold DIT content rule definitions in the server schema.
|
class |
DITStructureRuleSyntax
This class implements the DIT structure rule description syntax, which is
used to hold DIT structure rule definitions in the server schema.
|
class |
EnhancedGuideSyntax
This class implements the enhanced guide attribute syntax, which may be used
to provide criteria for generating search filters for entries of a given
objectclass.
|
class |
FaxNumberSyntax
This class implements the facsimile telephone number attribute syntax, which
contains a printable string (the number) followed by zero or more parameters.
|
class |
FaxSyntax
This class implements the fax attribute syntax.
|
class |
GeneralizedTimeSyntax
This class defines the generalized time attribute syntax, which is a way of
representing time in a form like "YYYYMMDDhhmmssZ".
|
class |
GuideSyntax
This class implements the guide attribute syntax, which may be used to
provide criteria for generating search filters for entries, optionally tied
to a specified objectclass.
|
class |
IA5StringSyntax
This class implements the IA5 string attribute syntax, which is simply a
set of ASCII characters.
|
class |
IntegerSyntax
This class defines the integer attribute syntax, which holds an
arbitrarily-long integer value.
|
class |
JPEGSyntax
This class implements the JPEG attribute syntax.
|
class |
LDAPSyntaxDescriptionSyntax
This class defines the LDAP syntax description syntax, which is used to
hold attribute syntax definitions in the server schema.
|
class |
MatchingRuleSyntax
This class implements the matching rule description syntax, which is used to
hold matching rule definitions in the server schema.
|
class |
MatchingRuleUseSyntax
This class implements the matching rule use description syntax, which is used
to hold matching rule use definitions in the server schema.
|
class |
NameAndOptionalUIDSyntax
This class implements the name and optional UID attribute syntax, which holds
values consisting of a DN, optionally followed by an octothorpe (#) and a bit
string value.
|
class |
NameFormSyntax
This class implements the name form description syntax, which is used to
hold name form definitions in the server schema.
|
class |
NumericStringSyntax
This class implements the numeric string attribute syntax, which may be hold
one or more numeric digits and/or spaces.
|
class |
ObjectClassSyntax
This class implements the object class description syntax, which is used to
hold objectclass definitions in the server schema.
|
class |
OctetStringSyntax
This class implements the octet string attribute syntax, which is equivalent
to the binary syntax and should be considered a replacement for it.
|
class |
OIDSyntax
This class defines the OID syntax, which holds either an identifier name or
a numeric OID.
|
class |
OtherMailboxSyntax
This class implements the other mailbox attribute syntax, which consists of a
printable string component (the mailbox type) followed by a dollar sign and
an IA5 string component (the mailbox).
|
class |
PostalAddressSyntax
This class implements the postal address attribute syntax, which is a list of
UCS (Universal Character Set, as defined in the ISO 10646 specification and
includes UTF-8 and UTF-16) strings separated by dollar signs.
|
class |
PresentationAddressSyntax
This class implements the presentation address attribute syntax, which is
defined in RFC 1278.
|
class |
PrintableStringSyntax
This class implements the printable string attribute syntax, which is simply
a string of characters from a limited ASCII character set (uppercase and
lowercase letters, numeric digits, the space, and a set of various symbols).
|
class |
ProtocolInformationSyntax
This class implements the protocol information attribute syntax, which is
being deprecated.
|
class |
SubstringAssertionSyntax
This class defines the substring assertion attribute syntax, which contains
one or more substring components, as used in a substring search filter.
|
class |
SubtreeSpecificationSyntax
This class defines the subtree specification attribute syntax,
which is used to specify the scope of sub-entries (RFC 3672).
|
class |
SupportedAlgorithmSyntax
This class implements the supported algorithm attribute syntax.
|
class |
TelephoneNumberSyntax
This class implements the telephone number attribute syntax, which is defined
in RFC 2252.
|
class |
TeletexTerminalIdentifierSyntax
This class implements the teletex terminal identifier attribute syntax, which
contains a printable string (the terminal identifier) followed by zero or
more parameters, which start with a dollar sign and are followed by a
parameter name, a colon, and a value.
|
class |
TelexNumberSyntax
This class implements the telex number attribute syntax, which contains three
printable strings separated by dollar sign characters.
|
class |
UserPasswordSyntax
This class defines an attribute syntax used for storing values that have been
encoded using a password storage scheme.
|
class |
UTCTimeSyntax
This class implements the UTC time attribute syntax.
|
class |
UUIDSyntax
This class implements the UUID syntax, which is defined in RFC 4530.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.