Uses of Enum Class
org.keycloak.representations.idm.authorization.PolicyEnforcementMode
Package
Description
Provides the domain model and any other type related with it
-
Uses of PolicyEnforcementMode in org.keycloak.authorization.jpa.entities
Modifier and TypeMethodDescriptionvoid
ResourceServerEntity.setPolicyEnforcementMode
(PolicyEnforcementMode policyEnforcementMode) -
Uses of PolicyEnforcementMode in org.keycloak.authorization.jpa.store
Modifier and TypeMethodDescriptionvoid
ResourceServerAdapter.setPolicyEnforcementMode
(PolicyEnforcementMode enforcementMode) -
Uses of PolicyEnforcementMode in org.keycloak.authorization.model
Modifier and TypeMethodDescriptionResourceServer.getPolicyEnforcementMode()
Returns thePolicyEnforcementMode
configured for this instance.Modifier and TypeMethodDescriptionvoid
ResourceServer.setPolicyEnforcementMode
(PolicyEnforcementMode enforcementMode) Defines aPolicyEnforcementMode
for this instance. -
Uses of PolicyEnforcementMode in org.keycloak.models.cache.infinispan.authorization
Modifier and TypeMethodDescriptionvoid
ResourceServerAdapter.setPolicyEnforcementMode
(PolicyEnforcementMode enforcementMode) -
Uses of PolicyEnforcementMode in org.keycloak.models.cache.infinispan.authorization.entities
-
Uses of PolicyEnforcementMode in org.keycloak.representations.idm.authorization
Modifier and TypeMethodDescriptionResourceServerRepresentation.getPolicyEnforcementMode()
static PolicyEnforcementMode
Returns the enum constant of this class with the specified name.static PolicyEnforcementMode
PolicyEnforcementMode.valueOfInteger
(Integer id) static PolicyEnforcementMode[]
PolicyEnforcementMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ResourceServerRepresentation.setPolicyEnforcementMode
(PolicyEnforcementMode policyEnforcementMode)