Modifier and Type | Method and Description |
---|---|
ScopeRepresentation |
ResourceScopesResource.findByName(String name) |
ScopeRepresentation |
ResourceScopeResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
ScopePermissionResource.scopes() |
List<ScopeRepresentation> |
ResourceScopesResource.scopes() |
List<ScopeRepresentation> |
PolicyResource.scopes() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResourceScopesResource.create(ScopeRepresentation scope) |
void |
ResourceScopeResource.update(ScopeRepresentation scope) |
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 |
---|---|
Set<ScopeRepresentation> |
UmaResourceRepresentation.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
UmaResourceRepresentation.setScopes(Set<ScopeRepresentation> scopes) |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
AuthorizationBean.ResourceBean.getScopes() |
Collection<ScopeRepresentation> |
AuthorizationBean.ManagedPermissionBean.getScopes() |
Modifier and Type | Method and Description |
---|---|
static ScopeRepresentation |
ModelToRepresentation.toRepresentation(Scope model) |
Modifier and Type | Method and Description |
---|---|
static Scope |
RepresentationToModel.toModel(ScopeRepresentation scope,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
static Scope |
RepresentationToModel.toModel(ScopeRepresentation scope,
ResourceServer resourceServer,
AuthorizationProvider authorization,
boolean updateIfExists) |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes() |
List<ScopeRepresentation> |
ResourceServerRepresentation.getScopes() |
Set<ScopeRepresentation> |
ResourceRepresentation.getScopes() |
List<ScopeRepresentation> |
PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes() |
Set<ScopeRepresentation> |
AbstractPolicyRepresentation.getScopesData() |
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) |
void |
AbstractPolicyRepresentation.setScopesData(Set<ScopeRepresentation> scopesData) |
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) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractResourceService.Scope |
Copyright © 2020 JBoss by Red Hat. All rights reserved.