Package org.ldaptive.filter
Class PresenceFilter
java.lang.Object
org.ldaptive.filter.PresenceFilter
- All Implemented Interfaces:
Filter
Presence search filter component defined as:
(attributeDescription=*)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ldaptive.filter.Filter
Filter.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
Attribute description.private static final int
hash code seed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the attribute description.Returns the encoder for this filter.int
hashCode()
-
Field Details
-
HASH_CODE_SEED
private static final int HASH_CODE_SEEDhash code seed.- See Also:
-
attributeDesc
Attribute description.
-
-
Constructor Details
-
PresenceFilter
Creates a new presence filter.- Parameters:
name
- attribute description
-
-
Method Details
-
getAttributeDesc
Returns the attribute description.- Returns:
- attribute description
-
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()
-