Uses of Enum Class
org.springframework.boot.autoconfigure.security.StaticResourceLocation
Package
Description
Auto-configuration for Spring Security.
Auto-configuration for reactive Spring Security.
Auto-configuration for Servlet-based Spring Security.
-
Uses of StaticResourceLocation in org.springframework.boot.autoconfigure.security
Modifier and TypeMethodDescriptionstatic StaticResourceLocation
Returns the enum constant of this class with the specified name.static StaticResourceLocation[]
StaticResourceLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StaticResourceLocation in org.springframework.boot.autoconfigure.security.reactive
Modifier and TypeMethodDescriptionStaticResourceRequest.at
(StaticResourceLocation first, StaticResourceLocation... rest) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.StaticResourceServerWebExchange.excluding
(StaticResourceLocation first, StaticResourceLocation... rest) Return a newStaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations.Modifier and TypeMethodDescriptionStaticResourceRequest.at
(Set<StaticResourceLocation> locations) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.StaticResourceServerWebExchange.excluding
(Set<StaticResourceLocation> locations) Return a newStaticResourceRequest.StaticResourceServerWebExchange
based on this one but excluding the specified locations. -
Uses of StaticResourceLocation in org.springframework.boot.autoconfigure.security.servlet
Modifier and TypeMethodDescriptionStaticResourceRequest.at
(StaticResourceLocation first, StaticResourceLocation... rest) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.StaticResourceRequestMatcher.excluding
(StaticResourceLocation first, StaticResourceLocation... rest) Return a newStaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations.Modifier and TypeMethodDescriptionStaticResourceRequest.at
(Set<StaticResourceLocation> locations) Returns a matcher that includes the specifiedLocations
.StaticResourceRequest.StaticResourceRequestMatcher.excluding
(Set<StaticResourceLocation> locations) Return a newStaticResourceRequest.StaticResourceRequestMatcher
based on this one but excluding the specified locations.