Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ScopeService.create(ScopeRepresentation scope) |
javax.ws.rs.core.Response |
ScopeService.update(String id,
ScopeRepresentation scope) |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes() |
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes() |
List<ScopeRepresentation> |
PolicyEvaluationResponse.PolicyResultRepresentation.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setAllowedScopes(List<ScopeRepresentation> allowedScopes) |
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setScopes(List<ScopeRepresentation> scopes) |
void |
PolicyEvaluationResponse.PolicyResultRepresentation.setScopes(List<ScopeRepresentation> scopes) |
Modifier and Type | Method and Description |
---|---|
static ScopeRepresentation |
Models.toRepresentation(Scope model,
AuthorizationProvider authorizationProvider) |
Modifier and Type | Method and Description |
---|---|
static Scope |
Models.toModel(ScopeRepresentation scope,
ResourceServer resourceServer,
AuthorizationProvider 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 © 2016 JBoss by Red Hat. All rights reserved.