Top Fields Constructors Methods
com.sun.jndi.toolkit.dir

public Class ContainmentFilter

extends Object
implements AttrFilter
Class Inheritance
All Implemented Interfaces
com.sun.jndi.toolkit.dir.AttrFilter
Imports
javax.naming.*, javax.naming.directory.*

Field Summary

Modifier and TypeField and Description
private Attributes

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public boolean
check(Attributes attrs)

Implements com.sun.jndi.toolkit.dir.AttrFilter.check.

Determines whether an attribute passes the filter.
public static boolean
contains(Attributes superset, Attributes subset)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

matchingAttrsback to summary
private Attributes matchingAttrs

Constructor Detail

ContainmentFilterback to summary
public ContainmentFilter(Attributes match)

Method Detail

checkback to summary
public boolean check(Attributes attrs) throws NamingException

Implements com.sun.jndi.toolkit.dir.AttrFilter.check.

Doc from com.sun.jndi.toolkit.dir.AttrFilter.check.

Determines whether an attribute passes the filter.

containsback to summary
public static boolean contains(Attributes superset, Attributes subset) throws NamingException