Uses of Class
org.ldaptive.filter.Filter.Type
-
Packages that use Filter.Type Package Description org.ldaptive.filter -
-
Uses of Filter.Type in org.ldaptive.filter
Fields in org.ldaptive.filter declared as Filter.Type Modifier and Type Field Description protected Filter.TypeAbstractAttributeValueAssertionFilter. filterTypeType of filter.Methods in org.ldaptive.filter that return Filter.Type Modifier and Type Method Description Filter.TypeAndFilter. getType()Filter.TypeFilterSet. getType()Returns the type of filter set.Filter.TypeNotFilter. getType()Filter.TypeOrFilter. getType()static Filter.TypeFilter.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Filter.Type[]Filter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ldaptive.filter with parameters of type Filter.Type Constructor Description AbstractAttributeValueAssertionFilter(Filter.Type type, String name, byte[] value)Creates a new abstract attribute value assertion filter.
-