| Package | Description |
|---|---|
| org.keycloak.authorization.admin | |
| org.keycloak.authorization.jpa.store | |
| org.keycloak.authorization.policy.provider |
Provides classes and a SPI to plug different policy providers.
|
| org.keycloak.authorization.store |
Provides classes and a SPI to plug different metadata storage implementations.
|
| org.keycloak.models.cache.infinispan.authorization | |
| org.keycloak.models.utils | |
| org.keycloak.representations.idm.authorization |
| Modifier and Type | Method and Description |
|---|---|
Policy |
PolicyService.create(AbstractPolicyRepresentation representation) |
| Modifier and Type | Method and Description |
|---|---|
Policy |
JPAPolicyStore.create(AbstractPolicyRepresentation representation,
ResourceServer resourceServer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PolicyProviderAdminService<R extends AbstractPolicyRepresentation> |
interface |
PolicyProviderFactory<R extends AbstractPolicyRepresentation> |
| Modifier and Type | Method and Description |
|---|---|
Policy |
PolicyStore.create(AbstractPolicyRepresentation representation,
ResourceServer resourceServer)
Creates a new
Policy instance. |
| Modifier and Type | Method and Description |
|---|---|
Policy |
StoreFactoryCacheSession.PolicyCache.create(AbstractPolicyRepresentation representation,
ResourceServer resourceServer) |
| Modifier and Type | Method and Description |
|---|---|
static <R extends AbstractPolicyRepresentation> |
ModelToRepresentation.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
static <R extends AbstractPolicyRepresentation> |
ModelToRepresentation.toRepresentation(Policy policy,
AuthorizationProvider authorization,
boolean genericRepresentation,
boolean export) |
static <R extends AbstractPolicyRepresentation> |
ModelToRepresentation.toRepresentation(Policy policy,
AuthorizationProvider authorization,
boolean genericRepresentation,
boolean export,
boolean allFields) |
| Modifier and Type | Method and Description |
|---|---|
static Policy |
RepresentationToModel.toModel(AbstractPolicyRepresentation representation,
AuthorizationProvider authorization,
Policy model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatePolicyRepresentation |
class |
ClientPolicyRepresentation |
class |
GroupPolicyRepresentation |
class |
JSPolicyRepresentation |
class |
PolicyRepresentation |
class |
ResourcePermissionRepresentation |
class |
RolePolicyRepresentation |
class |
ScopePermissionRepresentation |
class |
TimePolicyRepresentation |
class |
UmaPermissionRepresentation |
class |
UserPolicyRepresentation |
Copyright © 2021 JBoss by Red Hat. All rights reserved.