Package | Description |
---|---|
org.keycloak.authorization.admin.util | |
org.keycloak.authorization.jpa.entities | |
org.keycloak.authorization.jpa.store | |
org.keycloak.authorization.model |
Provides the domain model and any other type related with it
|
org.keycloak.authorization.mongo.adapter | |
org.keycloak.authorization.mongo.entities | |
org.keycloak.authorization.mongo.store | |
org.keycloak.authorization.permission | |
org.keycloak.authorization.store |
Provides classes and a SPI to plug different metadata storage implementations.
|
org.keycloak.models.authorization.infinispan | |
org.keycloak.models.authorization.infinispan.entities |
Modifier and Type | Method and Description |
---|---|
static Scope |
Models.toModel(ScopeRepresentation scope,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
static ScopeRepresentation |
Models.toRepresentation(Scope model,
AuthorizationProvider authorizationProvider) |
Modifier and Type | Class and Description |
---|---|
class |
ScopeEntity |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntity.addScope(Scope scope) |
void |
PolicyEntity.removeScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceEntity.updateScopes(Set<Scope> toUpdate) |
Modifier and Type | Method and Description |
---|---|
Scope |
JPAScopeStore.create(String name,
ResourceServer resourceServer) |
Scope |
JPAScopeStore.findById(String id) |
Scope |
JPAScopeStore.findByName(String name,
String resourceServerId) |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
JPAScopeStore.findByResourceServer(String serverId) |
Modifier and Type | Method and Description |
---|---|
<S extends Scope> |
Resource.getScopes()
|
<S extends Scope> |
Policy.getScopes()
Returns the
Scope instances where this policy applies. |
Modifier and Type | Method and Description |
---|---|
void |
Policy.addScope(Scope scope) |
void |
Policy.removeScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
Resource.updateScopes(Set<Scope> scopes) |
Modifier and Type | Class and Description |
---|---|
class |
ScopeAdapter |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
ResourceAdapter.getScopes() |
Set<Scope> |
PolicyAdapter.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyAdapter.addScope(Scope scope) |
void |
PolicyAdapter.removeScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapter.updateScopes(Set<Scope> scopes) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceEntity.updateScopes(Set<Scope> toUpdate) |
Modifier and Type | Method and Description |
---|---|
Scope |
MongoScopeStore.create(String name,
ResourceServer resourceServer) |
Scope |
MongoScopeStore.findById(String id) |
Scope |
MongoScopeStore.findByName(String name,
String resourceServerId) |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
MongoScopeStore.findByResourceServer(String resourceServerId) |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
ResourcePermission.getScopes()
Returns a list of permitted scopes associated with the resource
|
Constructor and Description |
---|
ResourcePermission(Resource resource,
List<Scope> scopes,
ResourceServer resourceServer) |
Modifier and Type | Method and Description |
---|---|
Scope |
ScopeStore.create(String name,
ResourceServer resourceServer)
Creates a new
Scope instance. |
Scope |
ScopeStore.findById(String id)
Returns a
Scope with the given id |
Scope |
ScopeStore.findByName(String name,
String resourceServerId)
Returns a
Scope with the given name |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
ScopeStore.findByResourceServer(String id)
|
Modifier and Type | Method and Description |
---|---|
Scope |
CachedScopeStore.create(String name,
ResourceServer resourceServer) |
Scope |
CachedScopeStore.findById(String id) |
Scope |
CachedScopeStore.findByName(String name,
String resourceServerId) |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
CachedScopeStore.findByResourceServer(String id) |
Modifier and Type | Class and Description |
---|---|
class |
CachedScope |
Modifier and Type | Method and Description |
---|---|
List<Scope> |
CachedResource.getScopes() |
Set<Scope> |
CachedPolicy.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
CachedPolicy.addScope(Scope scope) |
void |
CachedPolicy.removeScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
void |
CachedResource.updateScopes(Set<Scope> scopes) |
Constructor and Description |
---|
CachedScope(Scope scope) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.