public class Permission extends Object
| Constructor and Description |
|---|
Permission(String action,
String group) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
List<String> |
getUserGroups() |
String |
getUserGroupsAsJsonString() |
void |
setAction(String action) |
void |
setUserGroups(List<String> userGroups) |
Copyright © 2018 WSO2. All rights reserved.