Package | Description |
---|---|
org.keycloak.authorization.client.representation |
Modifier and Type | Method and Description |
---|---|
Set<ScopeRepresentation> |
ResourceRepresentation.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRepresentation.addScope(ScopeRepresentation scopeRepresentation) |
Modifier and Type | Method and Description |
---|---|
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,
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 © 2019 JBoss by Red Hat. All rights reserved.