public final class ServerHttpSecurity.AuthorizeExchangeSpec.Access
extends java.lang.Object
| Constructor and Description |
|---|
Access() |
| Modifier and Type | Method and Description |
|---|---|
ServerHttpSecurity.AuthorizeExchangeSpec |
access(org.springframework.security.authorization.ReactiveAuthorizationManager<org.springframework.security.web.server.authorization.AuthorizationContext> manager) |
ServerHttpSecurity.AuthorizeExchangeSpec |
authenticated() |
ServerHttpSecurity.AuthorizeExchangeSpec |
denyAll() |
ServerHttpSecurity.AuthorizeExchangeSpec |
hasAuthority(java.lang.String authority) |
ServerHttpSecurity.AuthorizeExchangeSpec |
hasRole(java.lang.String role) |
ServerHttpSecurity.AuthorizeExchangeSpec |
permitAll() |
public ServerHttpSecurity.AuthorizeExchangeSpec permitAll()
public ServerHttpSecurity.AuthorizeExchangeSpec denyAll()
public ServerHttpSecurity.AuthorizeExchangeSpec hasRole(java.lang.String role)
public ServerHttpSecurity.AuthorizeExchangeSpec hasAuthority(java.lang.String authority)
public ServerHttpSecurity.AuthorizeExchangeSpec authenticated()
public ServerHttpSecurity.AuthorizeExchangeSpec access(org.springframework.security.authorization.ReactiveAuthorizationManager<org.springframework.security.web.server.authorization.AuthorizationContext> manager)