Class PermissionRequest
- java.lang.Object
-
- org.keycloak.representations.idm.authorization.PermissionRequest
-
public class PermissionRequest extends Object
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description PermissionRequest()
PermissionRequest(String resourceId, String... scopes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getResourceId
public String getResourceId()
-
setResourceId
public void setResourceId(String resourceSetId)
-
setResourceServerId
public void setResourceServerId(String resourceServerId)
-
getResourceServerId
public String getResourceServerId()
-
addScope
public void addScope(String... name)
-
-