All LDAP Classes
Internal LDAP Classes

org.ietf.ldap
Class LDAPMatchingRuleUseSchema

java.lang.Object
  extended by org.ietf.ldap.LDAPAttribute
      extended by org.ietf.ldap.LDAPSchemaElement
          extended by org.ietf.ldap.LDAPMatchingRuleUseSchema
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class LDAPMatchingRuleUseSchema
extends LDAPSchemaElement

Represents the definition of a specific matching rule use in the directory schema.

See Also:
com.novell.ldap.LDAPMatchingRuleUseSchema

Field Summary
private  LDAPMatchingRuleUseSchema schema
           
 
Fields inherited from class org.ietf.ldap.LDAPSchemaElement
schemaElement
 
Constructor Summary
LDAPMatchingRuleUseSchema(LDAPMatchingRuleUseSchema schema)
          Constructs LDAPMatchingRuleUseSchema from com.novell.ldap
LDAPMatchingRuleUseSchema(java.lang.String raw)
          Constructs a matching rule use definition from the raw string value returned on a schema query for matchingRuleUse.
LDAPMatchingRuleUseSchema(java.lang.String[] names, java.lang.String oid, java.lang.String description, boolean obsolete, java.lang.String[] attributes)
          Constructs a matching rule use definition for adding to or deleting from the schema.
 
Method Summary
 java.lang.String[] getAttributes()
          Returns an array of all the attributes which this matching rule applies to.
 
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

schema

private LDAPMatchingRuleUseSchema schema
Constructor Detail

LDAPMatchingRuleUseSchema

LDAPMatchingRuleUseSchema(LDAPMatchingRuleUseSchema schema)
Constructs LDAPMatchingRuleUseSchema from com.novell.ldap


LDAPMatchingRuleUseSchema

public LDAPMatchingRuleUseSchema(java.lang.String[] names,
                                 java.lang.String oid,
                                 java.lang.String description,
                                 boolean obsolete,
                                 java.lang.String[] attributes)
Constructs a matching rule use definition for adding to or deleting from the schema.

See Also:
com.novell.ldap.LDAPMatchingRuleUseSchema.LDAPMatchingRuleUseSchema( String[], String, String, boolean, String[] )

LDAPMatchingRuleUseSchema

public LDAPMatchingRuleUseSchema(java.lang.String raw)
Constructs a matching rule use definition from the raw string value returned on a schema query for matchingRuleUse.

See Also:
com.novell.ldap.LDAPMatchingRuleUseSchema.LDAPMatchingRuleUseSchema( String)
Method Detail

getAttributes

public java.lang.String[] getAttributes()
Returns an array of all the attributes which this matching rule applies to.

See Also:
com.novell.ldap.LDAPMatchingRuleUseSchema.getAttributes()

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000