|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyntaxChecker | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
Uses of SyntaxChecker in org.apache.directory.shared.ldap.schema |
Classes in org.apache.directory.shared.ldap.schema that implement SyntaxChecker | |
class |
AcceptAllSyntaxChecker
A SyntaxChecker implementation which accepts all values as valid. |
class |
BinarySyntaxChecker
A binary value (universal value acceptor) syntax checker. |
class |
DnSyntaxChecker
A distinguished name syntax checker. |
class |
RegexSyntaxChecker
A SyntaxChecker implemented using Perl5 regular expressions to constrain values. |
Fields in org.apache.directory.shared.ldap.schema declared as SyntaxChecker | |
static SyntaxChecker |
BinarySyntaxChecker.INSTANCE
an instance so we don't have to create one every time |
Methods in org.apache.directory.shared.ldap.schema that return SyntaxChecker | |
SyntaxChecker |
Syntax.getSyntaxChecker()
Gets the SyntaxChecker used to validate values in accordance with this Syntax. |
static SyntaxChecker |
BinarySyntaxChecker.getSingletonInstance()
Gets the singleton instance for this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |