Top Description Methods
com.sun.jndi.toolkit.dir

public Interface AttrFilter

Known Direct Subinterfaces
com.sun.jndi.toolkit.dir.SearchFilter.StringFilter
Known Direct Implementers
com.sun.jndi.toolkit.dir.ContainmentFilter, com.sun.jndi.toolkit.dir.SearchFilter
Imports
javax.naming.NamingException, javax.naming.directory.Attributes

Is implemented by classes that can perform filter checks on an attribute set.

Method Summary

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

Determines whether an attribute passes the filter.

Method Detail

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

Determines whether an attribute passes the filter.