|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPAttribute
org.ietf.ldap.LDAPSchemaElement
org.ietf.ldap.LDAPMatchingRuleSchema
public class LDAPMatchingRuleSchema
Represents the schematic definition of a particular matching rule in a particular Directory Server.
Field Summary | |
---|---|
private LDAPMatchingRuleSchema |
schema
|
Fields inherited from class org.ietf.ldap.LDAPSchemaElement |
---|
schemaElement |
Constructor Summary | |
---|---|
LDAPMatchingRuleSchema(LDAPMatchingRuleSchema schema)
Constructs LDAPMatchingRuleSchema from com.novell.ldap |
|
LDAPMatchingRuleSchema(java.lang.String[] names,
java.lang.String oid,
java.lang.String description,
java.lang.String[] attributes,
boolean obsolete,
java.lang.String syntaxString)
Constructs a matching rule definition for adding to or deleting from a directory. |
|
LDAPMatchingRuleSchema(java.lang.String rawMatchingRule,
java.lang.String rawMatchingRuleUse)
Constructs a matching rule definition from the raw string values returned from a schema query for "matchingRule" and for "matchingRuleUse" for the same rule. |
Method Summary | |
---|---|
java.lang.String[] |
getAttributes()
Returns the OIDs of the attributes to which this rule applies. |
java.lang.String |
getSyntaxString()
Returns the OID of the syntax that this matching rule is valid for. |
Methods inherited from class org.ietf.ldap.LDAPSchemaElement |
---|
getDescription, getID, getNames, getQualifier, getQualifierNames, isObsolete, setQualifier, toString |
Methods inherited from class org.ietf.ldap.LDAPAttribute |
---|
addValue, addValue, clone, compareTo, getBaseName, getBaseName, getByteValueArray, getByteValues, getLangSubtype, getName, getStringValueArray, getStringValues, getSubtypes, getSubtypes, getWrappedObject, hasSubtype, hasSubtypes, removeValue, removeValue, size |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private LDAPMatchingRuleSchema schema
Constructor Detail |
---|
LDAPMatchingRuleSchema(LDAPMatchingRuleSchema schema)
public LDAPMatchingRuleSchema(java.lang.String[] names, java.lang.String oid, java.lang.String description, java.lang.String[] attributes, boolean obsolete, java.lang.String syntaxString)
public LDAPMatchingRuleSchema(java.lang.String rawMatchingRule, java.lang.String rawMatchingRuleUse)
Method Detail |
---|
public java.lang.String[] getAttributes()
public java.lang.String getSyntaxString()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |