Package org.ldaptive.filter
Class AndFilter
- java.lang.Object
- 
- org.ldaptive.filter.AndFilter
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.ldaptive.filter.FilterFilter.Type
 
- 
 - 
Field SummaryFields Modifier and Type Field Description private List<Filter>filterComponentsComponents of this filter.private static intHASH_CODE_SEEDhash code seed.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Filter component)Adds a search filter to this set.booleanequals(Object o)List<Filter>getComponents()Returns the components of this filter.DEREncodergetEncoder()Returns the encoder for this filter.Filter.TypegetType()Returns the type of filter set.inthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
HASH_CODE_SEEDprivate static final int HASH_CODE_SEED hash code seed.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
AndFilterpublic AndFilter() Default constructor.
 - 
AndFilterpublic AndFilter(Filter... components) Creates a new and filter.- Parameters:
- components- of this filter
 
 
- 
 - 
Method Detail- 
getTypepublic Filter.Type getType() Description copied from interface:FilterSetReturns the type of filter set.
 - 
addpublic void add(Filter component) Description copied from interface:FilterSetAdds a search filter to this set.
 - 
getComponentspublic List<Filter> getComponents() Returns the components of this filter.- Returns:
- filter components
 
 - 
getEncoderpublic DEREncoder getEncoder() Description copied from interface:FilterReturns the encoder for this filter.- Specified by:
- getEncoderin interface- Filter
- Returns:
- DER encoder
 
 
- 
 
-