public class Permission extends Object
Constructor and Description |
---|
Permission() |
Permission(String resourceId,
Set<String> scopes) |
Permission(String resourceId,
String resourceName,
Set<String> scopes,
Map<String,Set<String>> claims) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Set<String>> |
getClaims() |
String |
getResourceId() |
String |
getResourceName() |
Set<String> |
getScopes() |
int |
hashCode() |
void |
setResourceId(String resourceId) |
void |
setResourceName(String resourceName) |
void |
setScopes(Set<String> scopes) |
String |
toString() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.