Interface RoleBasedAuthorization
- All Superinterfaces:
Authorization
Represents a role. Note that this role can optionally be assigned to a
specific resource
- Author:
- Stephane Bastian
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoleBasedAuthorizationreturns an optional resource that the role is assigned-ongetRole()returns the rolesetResource(String resource) sets an optional resource that the role is assigned-onMethods inherited from interface Authorization
match, match, toJson, verify
-
Method Details
-
create
-
getRole
-
getResource
-
setResource
sets an optional resource that the role is assigned-on- Returns:
-