Package | Description |
---|---|
org.keycloak.authorization.protection.resource.representation |
Modifier and Type | Method and Description |
---|---|
Set<UmaScopeRepresentation> |
UmaResourceRepresentation.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
UmaResourceRepresentation.setScopes(Set<UmaScopeRepresentation> scopes) |
Constructor and Description |
---|
UmaResourceRepresentation(String name,
Set<UmaScopeRepresentation> scopes)
Creates a new instance.
|
UmaResourceRepresentation(String name,
Set<UmaScopeRepresentation> scopes,
String uri,
String type)
Creates a new instance.
|
UmaResourceRepresentation(String name,
Set<UmaScopeRepresentation> scopes,
String uri,
String type,
String iconUri)
Creates a new instance.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.