Class SupportedAlgorithmSyntaxChecker
- java.lang.Object
-
- org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
-
- org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
-
- org.apache.directory.api.ldap.model.schema.SyntaxChecker
-
- org.apache.directory.api.ldap.model.schema.syntaxCheckers.SupportedAlgorithmSyntaxChecker
-
- All Implemented Interfaces:
Serializable,SchemaObject
public final class SupportedAlgorithmSyntaxChecker extends SyntaxChecker
A SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.It has been removed in RFC 4517
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSupportedAlgorithmSyntaxChecker.BuilderA static Builder for this class-
Nested classes/interfaces inherited from class org.apache.directory.api.ldap.model.schema.SyntaxChecker
SyntaxChecker.SCBuilder<SC>
-
-
Field Summary
Fields Modifier and Type Field Description static SupportedAlgorithmSyntaxCheckerINSTANCEA static instance of SupportedAlgorithmSyntaxChecker-
Fields inherited from class org.apache.directory.api.ldap.model.schema.SyntaxChecker
LOG, serialVersionUID
-
Fields inherited from class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
description, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSupportedAlgorithmSyntaxChecker(String oid)Creates a new instance of SupportedAlgorithmSyntaxChecker.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SupportedAlgorithmSyntaxChecker.Builderbuilder()-
Methods inherited from class org.apache.directory.api.ldap.model.schema.SyntaxChecker
equals, isValidSyntax, setSchemaManager, toString
-
Methods inherited from class org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
copy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcn
-
Methods inherited from class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
addExtension, 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, unlock
-
-
-
-
Field Detail
-
INSTANCE
public static final SupportedAlgorithmSyntaxChecker INSTANCE
A static instance of SupportedAlgorithmSyntaxChecker
-
-
Constructor Detail
-
SupportedAlgorithmSyntaxChecker
private SupportedAlgorithmSyntaxChecker(String oid)
Creates a new instance of SupportedAlgorithmSyntaxChecker.- Parameters:
oid- The OID to use for this SyntaxChecker
-
-
Method Detail
-
builder
public static SupportedAlgorithmSyntaxChecker.Builder builder()
- Returns:
- An instance of the Builder for this class
-
-