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 void
clearUpdatedFlag()
An optional operation clearing the updated flag.String
getClientId()
DecisionStrategy
getDecisionStrategy()
EntityFieldDelegate<MapResourceServerEntity>
getEntityFieldDelegate()
String
getId()
PolicyEnforcementMode
getPolicyEnforcementMode()
String
getRealmId()
Boolean
isAllowRemoteResourceManagement()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAllowRemoteResourceManagement(Boolean p0)
void
setClientId(String p0)
void
setDecisionStrategy(DecisionStrategy p0)
void
setId(String p0)
void
setPolicyEnforcementMode(PolicyEnforcementMode p0)
void
setRealmId(String p0)
-
-
-
Constructor Detail
-
MapResourceServerEntityFieldDelegate
public MapResourceServerEntityFieldDelegate(EntityFieldDelegate<MapResourceServerEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapResourceServerEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapResourceServerEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapResourceServerEntity.AbstractMapResourceServerEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapResourceServerEntity.AbstractMapResourceServerEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapResourceServerEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapResourceServerEntity
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapResourceServerEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientId
in interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
public Boolean isAllowRemoteResourceManagement()
- Specified by:
isAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
setAllowRemoteResourceManagement
public void setAllowRemoteResourceManagement(Boolean p0)
- Specified by:
setAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
public PolicyEnforcementMode getPolicyEnforcementMode()
- Specified by:
getPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
public void setPolicyEnforcementMode(PolicyEnforcementMode p0)
- Specified by:
setPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
getDecisionStrategy
public DecisionStrategy getDecisionStrategy()
- Specified by:
getDecisionStrategy
in interfaceMapResourceServerEntity
-
setDecisionStrategy
public void setDecisionStrategy(DecisionStrategy p0)
- Specified by:
setDecisionStrategy
in interfaceMapResourceServerEntity
-
-