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 FilterComponent of this filter.private static final inthash 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:FilterSetReturns the type of filter set. -
add
Description copied from interface:FilterSetAdds a search filter to this set. -
getComponent
Returns the component of this filter.- Returns:
- filter component
-
getEncoder
Description copied from interface:FilterReturns the encoder for this filter.- Specified by:
getEncoderin interfaceFilter- Returns:
- DER encoder
-
equals
-
hashCode
public int hashCode() -
toString
-