public final class NisNetgroupTripleSyntaxChecker extends SyntaxChecker
nisnetgrouptriple = "(" hostname "," username "," domainname ")"
hostname = "" / "-" / keystring
username = "" / "-" / keystring
domainname = "" / "-" / keystring
| Modifier and Type | Class and Description |
|---|---|
static class |
NisNetgroupTripleSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
static NisNetgroupTripleSyntaxChecker |
INSTANCE
A static instance of NisNetGroupTripleChecker
|
LOG, serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
NisNetgroupTripleSyntaxChecker(String oid)
Creates a new instance of NisNetgroupTripleSyntaxChecker.
|
| Modifier and Type | Method and Description |
|---|---|
static NisNetgroupTripleSyntaxChecker.Builder |
builder() |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax.
|
private int |
parseKeyString(String strValue,
int pos) |
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 NisNetgroupTripleSyntaxChecker INSTANCE
private NisNetgroupTripleSyntaxChecker(String oid)
oid - The OID to use for this SyntaxCheckerpublic static NisNetgroupTripleSyntaxChecker.Builder builder()
private int parseKeyString(String strValue, int pos)
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.