Enum クラスの使用箇所
org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
StaticResourceLocation を使用するパッケージ
パッケージ
説明
Spring Security Web 自動構成のサポートクラス。
リアクティブ Spring Security の自動構成。
サーブレットベースの Spring Security の自動構成。
org.springframework.boot.security.autoconfigure.web 内の StaticResourceLocation 使用
修飾子と型メソッド説明static StaticResourceLocation指定された名前でこのクラスの列挙型定数を返します。static StaticResourceLocation[]StaticResourceLocation.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。org.springframework.boot.security.autoconfigure.web.reactive 内の StaticResourceLocation 使用
型 StaticResourceLocation のパラメーターを持つ org.springframework.boot.security.autoconfigure.web.reactive のメソッド修飾子と型メソッド説明StaticResourceRequest.at(StaticResourceLocation first, StaticResourceLocation... rest) 指定されたLocationsを含むマッチャーを返します。StaticResourceRequest.StaticResourceServerWebExchange.excluding(StaticResourceLocation first, StaticResourceLocation... rest) これに基づいて新しいStaticResourceRequest.StaticResourceServerWebExchangeを返しますが、指定された場所は除きます。型 StaticResourceLocation の型引数を持つ org.springframework.boot.security.autoconfigure.web.reactive のメソッドパラメーター修飾子と型メソッド説明StaticResourceRequest.at(SetSE<StaticResourceLocation> locations) 指定されたLocationsを含むマッチャーを返します。StaticResourceRequest.StaticResourceServerWebExchange.excluding(SetSE<StaticResourceLocation> locations) これに基づいて新しいStaticResourceRequest.StaticResourceServerWebExchangeを返しますが、指定された場所は除きます。org.springframework.boot.security.autoconfigure.web.servlet 内の StaticResourceLocation 使用
型 StaticResourceLocation のパラメーターを持つ org.springframework.boot.security.autoconfigure.web.servlet のメソッド修飾子と型メソッド説明StaticResourceRequest.at(StaticResourceLocation first, StaticResourceLocation... rest) 指定されたLocationsを含むマッチャーを返します。StaticResourceRequest.StaticResourceRequestMatcher.excluding(StaticResourceLocation first, StaticResourceLocation... rest) これに基づいて新しいStaticResourceRequest.StaticResourceRequestMatcherを返しますが、指定された場所は除きます。型 StaticResourceLocation の型引数を持つ org.springframework.boot.security.autoconfigure.web.servlet のメソッドパラメーター修飾子と型メソッド説明StaticResourceRequest.at(SetSE<StaticResourceLocation> locations) 指定されたLocationsを含むマッチャーを返します。StaticResourceRequest.StaticResourceRequestMatcher.excluding(SetSE<StaticResourceLocation> locations) これに基づいて新しいStaticResourceRequest.StaticResourceRequestMatcherを返しますが、指定された場所は除きます。