public class PermissionRequest extends Object
Constructor and Description |
---|
PermissionRequest() |
PermissionRequest(String resourceId,
String... scopes) |
Modifier and Type | Method and Description |
---|---|
void |
addScope(String... name) |
Map<String,List<String>> |
getClaims() |
String |
getResourceId() |
String |
getResourceServerId() |
Set<String> |
getScopes() |
void |
setClaim(String name,
String... value) |
void |
setClaims(Map<String,List<String>> claims) |
void |
setResourceId(String resourceSetId) |
void |
setResourceServerId(String resourceServerId) |
void |
setScopes(Set<String> scopes) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.