クラスの使用
org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
org.springframework.boot.autoconfigure.security.reactive 内の StaticResourceRequest.StaticResourceServerWebExchange 使用
StaticResourceRequest.StaticResourceServerWebExchange を返す org.springframework.boot.autoconfigure.security.reactive のメソッド修飾子と型メソッド説明StaticResourceRequest.at
(SetSE<StaticResourceLocation> locations) 指定されたLocations
を含むマッチャーを返します。StaticResourceRequest.at
(StaticResourceLocation first, StaticResourceLocation... rest) 指定されたLocations
を含むマッチャーを返します。StaticResourceRequest.atCommonLocations()
一般的に使用されるすべてのLocations
を含むマッチャーを返します。StaticResourceRequest.StaticResourceServerWebExchange.excluding
(SetSE<StaticResourceLocation> locations) これに基づいて新しいStaticResourceRequest.StaticResourceServerWebExchange
を返しますが、指定された場所は除きます。StaticResourceRequest.StaticResourceServerWebExchange.excluding
(StaticResourceLocation first, StaticResourceLocation... rest) これに基づいて新しいStaticResourceRequest.StaticResourceServerWebExchange
を返しますが、指定された場所は除きます。