spring-security Kotlin API
Toggle table of contents
7.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
spring-security Kotlin API
spring-security-config
/
org.springframework.security.config.web.server
/
AuthorizeExchangeDsl
/
hasAnyRole
has
Any
Role
fun
hasAnyRole
(
vararg
roles
:
String
)
:
ReactiveAuthorizationManager
<
AuthorizationContext
>
Require any specific role. This is a shortcut for
hasAnyAuthority
.