public class

ContainmentFilter

extends Object
implements AttrFilter
java.lang.Object
   ↳ com.sun.jndi.toolkit.dir.ContainmentFilter

Summary

Public Constructors
ContainmentFilter(Attributes match)
Public Methods
boolean check(Attributes attrs)
Determines whether an attribute passes the filter.
static boolean contains(Attributes superset, Attributes subset)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sun.jndi.toolkit.dir.AttrFilter

Public Constructors

public ContainmentFilter (Attributes match)

Public Methods

public boolean check (Attributes attrs)

Determines whether an attribute passes the filter.

public static boolean contains (Attributes superset, Attributes subset)