org.apache.directory.shared.ldap.schema.syntaxCheckers
Class SubstringAssertionSyntaxChecker
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.SubstringAssertionSyntaxChecker
- All Implemented Interfaces:
- Serializable, SchemaObject
public class SubstringAssertionSyntaxChecker
- extends BinarySyntaxChecker
A SyntaxChecker which verifies that a value is a SubstringAssertion
according to RFC 4517.
Implemented as binary right now ...
- Version:
- $Rev: 488616 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
|
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 |
SubstringAssertionSyntaxChecker
public SubstringAssertionSyntaxChecker()
- Creates an instance of SubstringAssertionSyntaxChecker
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.