SubstringFilter class

A Substring filter Clients should not need to invoke this directly. Use Filter.substring()

Inheritance

Constructors

SubstringFilter.fromPattern(String attributeName, String pattern)
SubstringFilter.rfc224(String attributeName, {String? initial, List<String> any = const [], String? finalValue})

Properties

any List<String>
The list of 'any' components. Zero or more
no setter
assertionValue String?
no setterinherited
attributeName String?
no setterinherited
filterType int
no setterinherited
finalString String?
The final component. Zero or more
no setter
hashCode int
The hash code for this object.
no setteroverride
initial String?
The initial substring filter component. Zero or one
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subFilters List<Filter>
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toASN1() → ASN1Object
Convert a Filter expression to an ASN1 Object This may be called recursively
override
toString() String
A string representation of this object.
override

Operators

operator &(Filter other) Filter
Operator version of the and filter factory method.
inherited
operator ==(Object other) bool
The equality operator.
override
operator |(Filter other) Filter
Operator version of the or filter factory method.
inherited

Constants

TYPE_SUBANY → const int
BER type for any part of string filter
TYPE_SUBFINAL → const int
BER type for final part of string filter
TYPE_SUBINITIAL → const int
BER type for initial part of string filter