hasAllAuthorities
fun hasAllAuthorities(vararg authorities: String): AuthorizationManager<in RequestAuthorizationContext>
Specify that URLs require any of the provided authorities.
Return
the AuthorizationManager with the provided authorities
Parameters
authorities
the authorities to require (i.e. ROLE_USER, ROLE_ADMIN, etc).