Class RSocketSecurity.AuthorizePayloadsSpec
java.lang.Object
org.springframework.security.config.annotation.rsocket.RSocketSecurity.AuthorizePayloadsSpec
- Enclosing class:
- RSocketSecurity
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAlways matchesMatches ifPayloadExchangeType.isRequest()
is true, else not a matchprotected AuthorizationPayloadInterceptor
build()
matcher
(PayloadExchangeMatcher matcher) setup()
-
Constructor Details
-
AuthorizePayloadsSpec
public AuthorizePayloadsSpec()
-
-
Method Details
-
setup
-
anyRequest
Matches ifPayloadExchangeType.isRequest()
is true, else not a match- Returns:
- the Access to set up the authorization rule.
-
anyExchange
Always matches- Returns:
- the Access to set up the authorization rule.
-
build
-
route
-
matcher
-