Package org.ldaptive.filter
Class OrFilter
java.lang.Object
org.ldaptive.filter.OrFilter
Or search filter set defined as:
(|(filter)(filter)...)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter
Filter.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionComponents 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:
-
filterComponents
Components of this filter.
-
-
Constructor Details
-
OrFilter
public OrFilter()Default constructor. -
OrFilter
Creates a new or filter.- Parameters:
components- 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. -
getComponents
Returns the components of this filter.- Returns:
- filter components
-
getEncoder
Description copied from interface:FilterReturns the encoder for this filter.- Specified by:
getEncoderin interfaceFilter- Returns:
- DER encoder
-
equals
-
hashCode
public int hashCode() -
toString
-