public class Permission extends Object
| Constructor and Description |
|---|
Permission() |
Permission(String resourceSetId,
String resourceSetName,
Set<String> scopes,
Map<String,Set<String>> claims) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
getClaims() |
String |
getResourceSetId() |
String |
getResourceSetName() |
Set<String> |
getScopes() |
void |
setScopes(Set<String> scopes) |
String |
toString() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.