| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.security |
Auto-configuration for Spring Security.
|
| org.springframework.boot.autoconfigure.session |
Auto-configuration for Spring Session.
|
| org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DispatcherType> |
SecurityProperties.Filter.getDispatcherTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityProperties.Filter.setDispatcherTypes(Set<DispatcherType> dispatcherTypes) |
| Modifier and Type | Method and Description |
|---|---|
Set<DispatcherType> |
SessionProperties.Servlet.getFilterDispatcherTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionProperties.Servlet.setFilterDispatcherTypes(Set<DispatcherType> filterDispatcherTypes) |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherType |
DispatcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatcherType[] |
DispatcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|