public final class NameAndOptionalUIDSyntaxChecker extends SyntaxChecker
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
NameAndOptionalUIDSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
static NameAndOptionalUIDSyntaxChecker |
INSTANCE
A static instance of NameAndOptionalUIDSyntaxChecker
|
LOG, serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
NameAndOptionalUIDSyntaxChecker(String oid)
Creates a new instance of NameAndOptionalUIDSyntaxChecker.
|
| Modifier and Type | Method and Description |
|---|---|
static NameAndOptionalUIDSyntaxChecker.Builder |
builder() |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax.
|
equals, setSchemaManager, toStringcopy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, computeHashCode, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlockpublic static final NameAndOptionalUIDSyntaxChecker INSTANCE
private NameAndOptionalUIDSyntaxChecker(String oid)
oid - The OID to use for this SyntaxCheckerpublic static NameAndOptionalUIDSyntaxChecker.Builder builder()
public boolean isValidSyntax(Object value)
isValidSyntax in class SyntaxCheckervalue - the value of some attribute with the syntaxCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.