OpenJDK 1.23
java.naming
com.sun.jndi.toolkit.dir
AttrFilter
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 Type
Method and Description
public
boolean
check
(
Attributes
targetAttrs
)
Determines whether an attribute passes the filter.
Method Detail
check
back to summary
public
boolean
check
(
Attributes
targetAttrs
)
throws
NamingException
Determines whether an attribute passes the filter.