|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.schema.AbstractSyntaxChecker
org.apache.directory.shared.ldap.schema.syntaxes.BinarySyntaxChecker
org.apache.directory.shared.ldap.schema.syntaxes.AudioSyntaxChecker
public class AudioSyntaxChecker
A SyntaxChecker which verifies that a value is an Audio according to RFC 2252. The encoding of a value with Audio syntax is the octets of the value itself, an 8KHz uncompressed encoding compatible with the SunOS 4.1.3 'play' utility. We implement it as a binary element. It has been removed in RFC 4517
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.schema.syntaxes.BinarySyntaxChecker |
|---|
INSTANCE |
| Constructor Summary | |
|---|---|
|
AudioSyntaxChecker()
Private default constructor to prevent unnecessary instantiation. |
protected |
AudioSyntaxChecker(java.lang.String oid)
Creates a new instance of AudioSyntaxChecker. |
| Method Summary | |
|---|---|
boolean |
isValidSyntax(java.lang.Object value)
Determines if the attribute's value conforms to the attribute syntax. |
| Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSyntaxChecker |
|---|
assertSyntax, getSyntaxOid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioSyntaxChecker()
protected AudioSyntaxChecker(java.lang.String oid)
oid - the oid to associate with this new SyntaxChecker| Method Detail |
|---|
public boolean isValidSyntax(java.lang.Object value)
SyntaxChecker
isValidSyntax in interface SyntaxCheckerisValidSyntax in class BinarySyntaxCheckervalue - the value of some attribute with the syntax
SyntaxChecker.isValidSyntax(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||