Class MapResourceServerEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.authorization.entity.MapResourceServerEntityDelegate
-
- All Implemented Interfaces:
MapResourceServerEntity
,AbstractEntity
,HasDelegateProvider<MapResourceServerEntity>
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapResourceServerEntityDelegate extends Object implements MapResourceServerEntity, HasDelegateProvider<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
-
-
Constructor Summary
Constructors Constructor Description MapResourceServerEntityDelegate(DelegateProvider<MapResourceServerEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
DecisionStrategy
getDecisionStrategy()
DelegateProvider<MapResourceServerEntity>
getDelegateProvider()
String
getId()
PolicyEnforcementMode
getPolicyEnforcementMode()
String
getRealmId()
Boolean
isAllowRemoteResourceManagement()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAllowRemoteResourceManagement(Boolean allowRemoteResourceManagement)
void
setClientId(String clientId)
void
setDecisionStrategy(DecisionStrategy decisionStrategy)
void
setId(String id)
void
setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode)
void
setRealmId(String realmId)
-
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
-
-
-
-
Constructor Detail
-
MapResourceServerEntityDelegate
public MapResourceServerEntityDelegate(DelegateProvider<MapResourceServerEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapResourceServerEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapResourceServerEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmId
in interfaceMapResourceServerEntity
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapResourceServerEntity
-
setClientId
public void setClientId(String clientId)
- Specified by:
setClientId
in interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
public Boolean isAllowRemoteResourceManagement()
- Specified by:
isAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
setAllowRemoteResourceManagement
public void setAllowRemoteResourceManagement(Boolean allowRemoteResourceManagement)
- Specified by:
setAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
public PolicyEnforcementMode getPolicyEnforcementMode()
- Specified by:
getPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
public void setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode)
- Specified by:
setPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
getDecisionStrategy
public DecisionStrategy getDecisionStrategy()
- Specified by:
getDecisionStrategy
in interfaceMapResourceServerEntity
-
setDecisionStrategy
public void setDecisionStrategy(DecisionStrategy decisionStrategy)
- Specified by:
setDecisionStrategy
in interfaceMapResourceServerEntity
-
-