case classWithService(anyOf: String*) extends Authorization[User, CookieAuthenticator] with Product with Serializable
Only allows those users that have at least a service of the selected.
Master service is always allowed.
Ex: WithService("serviceA", "serviceB") => only users with services "serviceA" OR "serviceB" (or "master") are allowed.
Linear Supertypes
Serializable, Serializable, Product, Equals, Authorization[User, CookieAuthenticator], AnyRef, Any
Only allows those users that have at least a service of the selected. Master service is always allowed. Ex: WithService("serviceA", "serviceB") => only users with services "serviceA" OR "serviceB" (or "master") are allowed.