Package | Description |
---|---|
org.springframework.boot.autoconfigure.security |
Auto-configuration for Spring Security.
|
Modifier and Type | Method and Description |
---|---|
static StaticResourceRequest.Location |
StaticResourceRequest.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticResourceRequest.Location[] |
StaticResourceRequest.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StaticResourceRequest.StaticResourceRequestMatcher |
StaticResourceRequest.StaticResourceRequestMatcher.excluding(Set<StaticResourceRequest.Location> locations)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |
static StaticResourceRequest.StaticResourceRequestMatcher |
StaticResourceRequest.to(Set<StaticResourceRequest.Location> locations)
Returns a matcher that includes the specified
Locations . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.