public class RSocketSecurity.AuthorizePayloadsSpec
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
RSocketSecurity.AuthorizePayloadsSpec.Access |
| Constructor and Description |
|---|
AuthorizePayloadsSpec() |
| Modifier and Type | Method and Description |
|---|---|
RSocketSecurity.AuthorizePayloadsSpec.Access |
anyExchange()
Always matches
|
RSocketSecurity.AuthorizePayloadsSpec.Access |
anyRequest()
Matches if
PayloadExchangeType.isRequest() is true, else
not a match |
protected org.springframework.security.rsocket.authorization.AuthorizationPayloadInterceptor |
build() |
RSocketSecurity.AuthorizePayloadsSpec.Access |
matcher(org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcher matcher) |
RSocketSecurity.AuthorizePayloadsSpec.Access |
route(java.lang.String pattern) |
RSocketSecurity.AuthorizePayloadsSpec.Access |
setup() |
public RSocketSecurity.AuthorizePayloadsSpec.Access setup()
public RSocketSecurity.AuthorizePayloadsSpec.Access anyRequest()
PayloadExchangeType.isRequest() is true, else
not a matchpublic RSocketSecurity.AuthorizePayloadsSpec.Access anyExchange()
protected org.springframework.security.rsocket.authorization.AuthorizationPayloadInterceptor build()
public RSocketSecurity.AuthorizePayloadsSpec.Access route(java.lang.String pattern)
public RSocketSecurity.AuthorizePayloadsSpec.Access matcher(org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcher matcher)