Package | Description |
---|---|
org.apache.shiro.web.filter.mgt |
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.
|
Modifier and Type | Method and Description |
---|---|
static DefaultFilter |
DefaultFilter.valueOf(String name)
Returns 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.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.