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