Class MapResourceServerEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntity
-
- org.keycloak.models.map.authorization.entity.MapResourceServerEntityFieldDelegate
-
- All Implemented Interfaces:
MapResourceServerEntity,AbstractEntity,HasEntityFieldDelegate<MapResourceServerEntity>,UpdatableEntity
public class MapResourceServerEntityFieldDelegate extends MapResourceServerEntity.AbstractMapResourceServerEntity implements MapResourceServerEntity, HasEntityFieldDelegate<MapResourceServerEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceServerEntity
MapResourceServerEntity.AbstractMapResourceServerEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()DecisionStrategygetDecisionStrategy()EntityFieldDelegate<MapResourceServerEntity>getEntityFieldDelegate()StringgetId()PolicyEnforcementModegetPolicyEnforcementMode()StringgetRealmId()BooleanisAllowRemoteResourceManagement()voidsetAllowRemoteResourceManagement(Boolean p0)voidsetClientId(String p0)voidsetDecisionStrategy(DecisionStrategy p0)voidsetId(String p0)voidsetPolicyEnforcementMode(PolicyEnforcementMode p0)voidsetRealmId(String p0)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapResourceServerEntityFieldDelegate
public MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapResourceServerEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapResourceServerEntity>
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapResourceServerEntity.AbstractMapResourceServerEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapResourceServerEntity.AbstractMapResourceServerEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapResourceServerEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapResourceServerEntity
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapResourceServerEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
public Boolean isAllowRemoteResourceManagement()
- Specified by:
isAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
setAllowRemoteResourceManagement
public void setAllowRemoteResourceManagement(Boolean p0)
- Specified by:
setAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
public PolicyEnforcementMode getPolicyEnforcementMode()
- Specified by:
getPolicyEnforcementModein interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
public void setPolicyEnforcementMode(PolicyEnforcementMode p0)
- Specified by:
setPolicyEnforcementModein interfaceMapResourceServerEntity
-
getDecisionStrategy
public DecisionStrategy getDecisionStrategy()
- Specified by:
getDecisionStrategyin interfaceMapResourceServerEntity
-
setDecisionStrategy
public void setDecisionStrategy(DecisionStrategy p0)
- Specified by:
setDecisionStrategyin interfaceMapResourceServerEntity
-
-