Class RSocketSecurity.AuthorizePayloadsSpec.Access
java.lang.Object
org.springframework.security.config.annotation.rsocket.RSocketSecurity.AuthorizePayloadsSpec.Access
- Enclosing class:
- RSocketSecurity.AuthorizePayloadsSpec
-
Method Summary
Modifier and TypeMethodDescriptionaccess
(ReactiveAuthorizationManager<PayloadExchangeAuthorizationContext> authorization) denyAll()
hasAnyAuthority
(String... authorities) hasAnyRole
(String... roles) hasAuthority
(String authority)
-
Method Details
-
authenticated
-
hasAuthority
-
hasRole
-
hasAnyRole
-
permitAll
-
hasAnyAuthority
-
access
public RSocketSecurity.AuthorizePayloadsSpec access(ReactiveAuthorizationManager<PayloadExchangeAuthorizationContext> authorization) -
denyAll
-