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
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") 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 voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetClientId()DecisionStrategygetDecisionStrategy()EntityFieldDelegate<MapResourceServerEntity>getEntityFieldDelegate()StringgetId()PolicyEnforcementModegetPolicyEnforcementMode()StringgetRealmId()BooleanisAllowRemoteResourceManagement()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAllowRemoteResourceManagement(Boolean p0)voidsetClientId(String p0)voidsetDecisionStrategy(DecisionStrategy p0)voidsetId(String p0)voidsetPolicyEnforcementMode(PolicyEnforcementMode p0)voidsetRealmId(String p0)
-
-
-
Constructor Detail
-
MapResourceServerEntityFieldDelegate
public MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapResourceServerEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapResourceServerEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
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
-
-