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 String
getClientId()
DecisionStrategy
getDecisionStrategy()
EntityFieldDelegate<MapResourceServerEntity>
getEntityFieldDelegate()
String
getId()
PolicyEnforcementMode
getPolicyEnforcementMode()
String
getRealmId()
Boolean
isAllowRemoteResourceManagement()
void
setAllowRemoteResourceManagement(Boolean p0)
void
setClientId(String p0)
void
setDecisionStrategy(DecisionStrategy p0)
void
setId(String p0)
void
setPolicyEnforcementMode(PolicyEnforcementMode p0)
void
setRealmId(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:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapResourceServerEntity>
-
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
-
-