Uses of Enum Class
org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
Packages that use StaticResourceLocation
Package
Description
Support classes for Spring Security web Auto-configuration.
Auto-configuration for reactive Spring Security.
Auto-configuration for Servlet-based Spring Security.
-
Uses of StaticResourceLocation in org.springframework.boot.security.autoconfigure.web
Subclasses with type arguments of type StaticResourceLocation in org.springframework.boot.security.autoconfigure.webModifier and TypeClassDescriptionenumCommon locations for static resources.Methods in org.springframework.boot.security.autoconfigure.web that return StaticResourceLocationModifier and TypeMethodDescriptionstatic StaticResourceLocationReturns 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.security.autoconfigure.web.reactive
Methods in org.springframework.boot.security.autoconfigure.web.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.StaticResourceServerWebExchangebased on this one but excluding the specified locations.Method parameters in org.springframework.boot.security.autoconfigure.web.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.StaticResourceServerWebExchangebased on this one but excluding the specified locations. -
Uses of StaticResourceLocation in org.springframework.boot.security.autoconfigure.web.servlet
Methods in org.springframework.boot.security.autoconfigure.web.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.StaticResourceRequestMatcherbased on this one but excluding the specified locations.Method parameters in org.springframework.boot.security.autoconfigure.web.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.StaticResourceRequestMatcherbased on this one but excluding the specified locations.