Package | Description |
---|---|
org.springframework.boot.autoconfigure.security |
Auto-configuration for Spring Security.
|
org.springframework.boot.autoconfigure.security.reactive |
Auto-configuration for reactive Spring Security.
|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
Modifier and Type | Method and Description |
---|---|
static StaticResourceLocation |
StaticResourceLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticResourceLocation[] |
StaticResourceLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StaticResourceRequest.StaticResourceServerWebExchange |
StaticResourceRequest.at(Set<StaticResourceLocation> locations)
Returns a matcher that includes the specified
Locations . |
StaticResourceRequest.StaticResourceServerWebExchange |
StaticResourceRequest.StaticResourceServerWebExchange.excluding(Set<StaticResourceLocation> locations)
Return a new
StaticResourceRequest.StaticResourceServerWebExchange based on this one but
excluding the specified locations. |
Modifier and Type | Method and Description |
---|---|
StaticResourceRequest.StaticResourceRequestMatcher |
StaticResourceRequest.at(Set<StaticResourceLocation> locations)
Returns a matcher that includes the specified
Locations . |
StaticResourceRequest.StaticResourceRequestMatcher |
StaticResourceRequest.StaticResourceRequestMatcher.excluding(Set<StaticResourceLocation> locations)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |