Uses of Enum
org.apache.shiro.web.filter.mgt.DefaultFilter
Packages that use DefaultFilter
Package
Description
The filter 'mgt' (management) package contains components used in managing Filters that are available for
filter chain construction, the filter chains themselves, as well as resolving filter chains based by name.
-
Uses of DefaultFilter in org.apache.shiro.web.filter.mgt
Subclasses with type arguments of type DefaultFilter in org.apache.shiro.web.filter.mgtModifier and TypeClassDescriptionenumEnum representing all of the default Shiro Filter instances available to web applications.Methods in org.apache.shiro.web.filter.mgt that return DefaultFilterModifier and TypeMethodDescriptionstatic DefaultFilterReturns the enum constant of this type with the specified name.static DefaultFilter[]DefaultFilter.values()Returns an array containing the constants of this enum type, in the order they are declared.