public class PermissionRequest extends Object
Constructor and Description |
---|
PermissionRequest() |
PermissionRequest(String resourceSetName) |
PermissionRequest(String resourceSetName,
Set<String> scopes) |
PermissionRequest(String resourceSetId,
String resourceSetName,
Set<String> scopes) |
Modifier and Type | Method and Description |
---|---|
String |
getResourceSetId() |
String |
getResourceSetName() |
Set<String> |
getScopes() |
void |
setResourceSetId(String resourceSetId) |
void |
setResourceSetName(String resourceSetName) |
void |
setScopes(Set<String> scopes) |
public PermissionRequest()
public PermissionRequest(String resourceSetId, String resourceSetName, Set<String> scopes)
public PermissionRequest(String resourceSetName)
Copyright © 2019 JBoss by Red Hat. All rights reserved.