Package org.ldaptive.filter
Class NotFilter
java.lang.Object
org.ldaptive.filter.NotFilter
Not search filter set defined as:
(!(filter))
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter
Filter.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Filter
Component of this filter.private static final int
hash code seed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
filterComponent
Component of this filter.
-
-
Constructor Details
-
NotFilter
public NotFilter()Default constructor. -
NotFilter
Creates a new not filter.- Parameters:
component
- of this filter
-
-
Method Details
-
getType
Description copied from interface:FilterSet
Returns the type of filter set. -
add
Description copied from interface:FilterSet
Adds a search filter to this set. -
getEncoder
Description copied from interface:Filter
Returns the encoder for this filter.- Specified by:
getEncoder
in interfaceFilter
- Returns:
- DER encoder
-
equals
-
hashCode
public int hashCode() -
toString
-