Uses of Enum Class
org.springframework.boot.autoconfigure.security.StaticResourceLocation
Packages that use 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
Methods in org.springframework.boot.autoconfigure.security that return StaticResourceLocationModifier 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
Methods in org.springframework.boot.autoconfigure.security.reactive with parameters of type StaticResourceLocationModifier 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.Method parameters in org.springframework.boot.autoconfigure.security.reactive with type arguments of type StaticResourceLocationModifier 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
Methods in org.springframework.boot.autoconfigure.security.servlet with parameters of type StaticResourceLocationModifier 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.Method parameters in org.springframework.boot.autoconfigure.security.servlet with type arguments of type StaticResourceLocationModifier 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.