public class AuthResource extends Object
| Constructor and Description |
|---|
AuthResource(String resourceType,
String resourceName,
boolean durable,
String owner) |
AuthResource(String resourceType,
String resourceName,
boolean durable,
String owner,
Map<String,Set<String>> actionsUserGroupsMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
getActionsUserGroupsMap() |
String |
getOwner() |
String |
getResourceName() |
String |
getResourceType() |
boolean |
isDurable() |
void |
setOwner(String owner) |
public AuthResource(String resourceType, String resourceName, boolean durable, String owner, Map<String,Set<String>> actionsUserGroupsMap)
Copyright © 2018 WSO2. All rights reserved.