Class ResourceServerAdapter
java.lang.Object
org.keycloak.authorization.model.AbstractAuthorizationModel
org.keycloak.authorization.jpa.store.ResourceServerAdapter
- All Implemented Interfaces:
ResourceServer,JpaModel<ResourceServerEntity>
public class ResourceServerAdapter
extends AbstractAuthorizationModel
implements ResourceServer, JpaModel<ResourceServerEntity>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorsConstructorDescriptionResourceServerAdapter(ResourceServerEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns id of a client that thisResourceServeris associated withReturns theDecisionStrategyconfigured for this instance.getId()Returns the unique identifier for this instance.Returns thePolicyEnforcementModeconfigured for this instance.inthashCode()booleanIndicates if the resource server is allowed to manage its own resources remotely using the Protection API.voidsetAllowRemoteResourceManagement(boolean allowRemoteResourceManagement) Indicates if the resource server is allowed to manage its own resources remotely using the Protection API.voidsetDecisionStrategy(DecisionStrategy decisionStrategy) Defines aDecisionStrategyfor this instance, indicating how permissions should be granted depending on the givendecisionStrategy.voidsetPolicyEnforcementMode(PolicyEnforcementMode enforcementMode) Defines aPolicyEnforcementModefor this instance.static ResourceServerEntitytoEntity(jakarta.persistence.EntityManager em, ResourceServer resource) Methods inherited from class org.keycloak.authorization.model.AbstractAuthorizationModel
throwExceptionIfReadonly
-
Constructor Details
-
ResourceServerAdapter
public ResourceServerAdapter(ResourceServerEntity entity, jakarta.persistence.EntityManager em, StoreFactory storeFactory)
-
-
Method Details
-
getEntity
- Specified by:
getEntityin interfaceJpaModel<ResourceServerEntity>
-
getId
Description copied from interface:ResourceServerReturns the unique identifier for this instance.- Specified by:
getIdin interfaceResourceServer- Returns:
- the unique identifier for this instance
-
isAllowRemoteResourceManagement
public boolean isAllowRemoteResourceManagement()Description copied from interface:ResourceServerIndicates if the resource server is allowed to manage its own resources remotely using the Protection API.- Specified by:
isAllowRemoteResourceManagementin interfaceResourceServer- Returns:
trueif the resource server is allowed to managed them remotely
-
setAllowRemoteResourceManagement
public void setAllowRemoteResourceManagement(boolean allowRemoteResourceManagement) Description copied from interface:ResourceServerIndicates if the resource server is allowed to manage its own resources remotely using the Protection API.- Specified by:
setAllowRemoteResourceManagementin interfaceResourceServer- Parameters:
allowRemoteResourceManagement-trueif the resource server is allowed to managed them remotely
-
getPolicyEnforcementMode
Description copied from interface:ResourceServerReturns thePolicyEnforcementModeconfigured for this instance.- Specified by:
getPolicyEnforcementModein interfaceResourceServer- Returns:
- the
PolicyEnforcementModeconfigured for this instance.
-
setPolicyEnforcementMode
Description copied from interface:ResourceServerDefines aPolicyEnforcementModefor this instance.- Specified by:
setPolicyEnforcementModein interfaceResourceServer- Parameters:
enforcementMode- one of the available options inPolicyEnforcementMode
-
getDecisionStrategy
Description copied from interface:ResourceServerReturns theDecisionStrategyconfigured for this instance.- Specified by:
getDecisionStrategyin interfaceResourceServer- Returns:
- the decision strategy
-
setDecisionStrategy
Description copied from interface:ResourceServerDefines aDecisionStrategyfor this instance, indicating how permissions should be granted depending on the givendecisionStrategy.- Specified by:
setDecisionStrategyin interfaceResourceServer- Parameters:
decisionStrategy- the decision strategy
-
getClientId
Description copied from interface:ResourceServerReturns id of a client that thisResourceServeris associated with- Specified by:
getClientIdin interfaceResourceServer- Returns:
- id of client
-
equals
-
hashCode
public int hashCode() -
toEntity
public static ResourceServerEntity toEntity(jakarta.persistence.EntityManager em, ResourceServer resource)
-