Package | Description |
---|---|
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.models.cache.infinispan.authorization | |
org.keycloak.models.cache.infinispan.authorization.entities | |
org.keycloak.representations.idm.authorization |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
ResourceServerEntity.getPolicyEnforcementMode() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceServerEntity.setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode) |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
ResourceServerAdapter.getPolicyEnforcementMode() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceServerAdapter.setPolicyEnforcementMode(PolicyEnforcementMode enforcementMode) |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
ResourceServer.getPolicyEnforcementMode()
Returns the
PolicyEnforcementMode configured for this instance. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceServer.setPolicyEnforcementMode(PolicyEnforcementMode enforcementMode)
Defines a
PolicyEnforcementMode for this instance. |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
ResourceServerAdapter.getPolicyEnforcementMode() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceServerAdapter.setPolicyEnforcementMode(PolicyEnforcementMode enforcementMode) |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
CachedResourceServer.getPolicyEnforcementMode() |
Modifier and Type | Method and Description |
---|---|
PolicyEnforcementMode |
ResourceServerRepresentation.getPolicyEnforcementMode() |
static PolicyEnforcementMode |
PolicyEnforcementMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyEnforcementMode[] |
PolicyEnforcementMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceServerRepresentation.setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.