Package | Description |
---|---|
org.keycloak.representations.idm.authorization |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes() |
List<ScopeRepresentation> |
ResourceServerRepresentation.getScopes() |
Set<ScopeRepresentation> |
ResourceRepresentation.getScopes() |
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRepresentation.addScope(ScopeRepresentation scope) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setAllowedScopes(List<ScopeRepresentation> allowedScopes) |
void |
ResourceServerRepresentation.setScopes(List<ScopeRepresentation> scopes) |
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setScopes(List<ScopeRepresentation> scopes) |
void |
ResourceRepresentation.setScopes(Set<ScopeRepresentation> scopes) |
Constructor and Description |
---|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes)
Creates a new instance.
|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
Set<String> uris,
String type)
Creates a new instance.
|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
Set<String> uris,
String type,
String iconUri)
Creates a new instance.
|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
String uri,
String type) |
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
String uri,
String type,
String iconUri) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.