| Package | Description |
|---|---|
| org.keycloak.representations.idm.authorization |
| Modifier and Type | Method and Description |
|---|---|
List<ScopeRepresentation> |
ResourceServerRepresentation.getScopes() |
Set<ScopeRepresentation> |
ResourceRepresentation.getScopes() |
List<ScopeRepresentation> |
ResourceRepresentation.getTypedScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceServerRepresentation.setScopes(List<ScopeRepresentation> scopes) |
void |
ResourceRepresentation.setScopes(Set<ScopeRepresentation> scopes) |
void |
ResourceRepresentation.setTypedScopes(List<ScopeRepresentation> typedScopes) |
| Constructor and Description |
|---|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes)
Creates a new instance.
|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
String uri,
String type)
Creates a new instance.
|
ResourceRepresentation(String name,
Set<ScopeRepresentation> scopes,
String uri,
String type,
String iconUri)
Creates a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.