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