netscape.ldap.util

Class LDAPIntFilterSet


public class LDAPIntFilterSet
extends java.lang.Object

Represents an LDAPIntFilterSet object. This is an internal object that should never be instantiated directly by the developer.

Constructor Summary

LDAPIntFilterSet(String strTag)
Create an LDAPIntFilterSet with a given Tag string.

Method Summary

String
toString()
Print out the String representation of this object.

Constructor Details

LDAPIntFilterSet

public LDAPIntFilterSet(String strTag)
Create an LDAPIntFilterSet with a given Tag string. The tag string specifies which applications or query types should use this filter set. It is normally a single token on a line by itself in the filter configuration file.

For more information about the filter configuration file, see the man page for ldapfilter.conf.

Method Details

toString

public String toString()
Print out the String representation of this object. It calls the toString() method of all the LDAPFilter objects contained within it's set.