hasAllRoles

fun hasAllRoles(vararg roles: String): AuthorizationManager<in RequestAuthorizationContext>

Specify that URLs require any of the provided roles.

Return

the AuthorizationManager with the provided roles

Parameters

roles

the roles to require (i.e. USER, ADMIN, etc).