open fun setAuthorities(authorities: MutableSet<String>): ServiceJWTInterceptor
Set the required authorities for the service, once a JWT is validated it will be queried for these authorities. If authorities are missing a error 403 is returned.
authorities - set of authorities
Return
self