case classWithServices(allOf: String*) extends Authorization[User, CookieAuthenticator] with Product with Serializable
Only allows those users that have every of the selected services.
Master service is always allowed.
Ex: Restrict("serviceA", "serviceB") => only users with services "serviceA" AND "serviceB" (or "master") are allowed.
Linear Supertypes
Serializable, Serializable, Product, Equals, Authorization[User, CookieAuthenticator], AnyRef, Any
Only allows those users that have every of the selected services. Master service is always allowed. Ex: Restrict("serviceA", "serviceB") => only users with services "serviceA" AND "serviceB" (or "master") are allowed.