Interface AndAuthorization
- All Superinterfaces:
Authorization
Allows to perform a logical 'and' between several authorizations
- Author:
- Stephane Bastian
-
Method Summary
Modifier and TypeMethodDescriptionaddAuthorization(Authorization authorization) static AndAuthorizationcreate()Methods inherited from interface Authorization
match, match, toJson, verify
-
Method Details
-
create
-
getAuthorizations
List<Authorization> getAuthorizations() -
addAuthorization
-