org.apache.directory.shared.ldap.schema.syntaxCheckers
Class FaxSyntaxChecker
java.lang.Object
org.apache.directory.shared.ldap.schema.AbstractSchemaObject
org.apache.directory.shared.ldap.schema.LoadableSchemaObject
org.apache.directory.shared.ldap.schema.SyntaxChecker
org.apache.directory.shared.ldap.schema.syntaxCheckers.BinarySyntaxChecker
org.apache.directory.shared.ldap.schema.syntaxCheckers.FaxSyntaxChecker
- All Implemented Interfaces:
- Serializable, SchemaObject
public class FaxSyntaxChecker
- extends BinarySyntaxChecker
A SyntaxChecker which verifies that a value is a Fax according to RFC 4517.
We didn't implemented the check against RFC 804, so the value is considered
to contain an OctetString.
- Version:
- $Rev: 488616 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
|
Constructor Summary |
FaxSyntaxChecker()
Private default constructor to prevent unnecessary instantiation. |
|
Method Summary |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax. |
| Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
addExtension, addName, addToRegistries, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, removeFromRegistries, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setRegistries, setSchemaName, setSpecification |
FaxSyntaxChecker
public FaxSyntaxChecker()
- Private default constructor to prevent unnecessary instantiation.
isValidSyntax
public boolean isValidSyntax(Object value)
- Determines if the attribute's value conforms to the attribute syntax.
- Overrides:
isValidSyntax in class BinarySyntaxChecker
- Parameters:
value - the value of some attribute with the syntax
- Returns:
- true if the value is in the valid syntax, false otherwise
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.