|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyntaxChecker
Used to validate values of a particular syntax. This interface does not correlate to any LDAP or X.500 construct. It has been created as a means to enforce a syntax within the Eve server.
Method Summary | |
---|---|
void |
assertSyntax(java.lang.Object a_value)
Asserts whether or not the attribute's value conforms to the attribute syntax. |
java.lang.String |
getSyntaxOid()
Gets the OID of the attribute syntax. |
boolean |
isValidSyntax(java.lang.Object a_value)
Determines if the attribute's value conforms to the attribute syntax. |
Method Detail |
---|
java.lang.String getSyntaxOid()
boolean isValidSyntax(java.lang.Object a_value)
a_value
- the value of some attribute with the syntax
void assertSyntax(java.lang.Object a_value) throws javax.naming.NamingException
a_value
- the value of some attribute with the syntax
javax.naming.NamingException
- if the value does not conform to the attribute syntax.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |