Uses of Enum Class
org.ldaptive.filter.Filter.Type
Packages that use Filter.Type
-
Uses of Filter.Type in org.ldaptive.filter
Fields in org.ldaptive.filter declared as Filter.TypeModifier and TypeFieldDescriptionprotected final Filter.TypeAbstractAttributeValueAssertionFilter.filterTypeType of filter.Methods in org.ldaptive.filter that return Filter.TypeModifier and TypeMethodDescriptionAndFilter.getType()FilterSet.getType()Returns the type of filter set.NotFilter.getType()OrFilter.getType()static Filter.TypeReturns the enum constant of this class with the specified name.static Filter.Type[]Filter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ldaptive.filter with parameters of type Filter.TypeModifierConstructorDescriptionAbstractAttributeValueAssertionFilter(Filter.Type type, String name, byte[] value) Creates a new abstract attribute value assertion filter.