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
ConstructorDescriptionMapResourceServerEntityDelegate
(DelegateProvider<MapResourceServerEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setAllowRemoteResourceManagement
(Boolean allowRemoteResourceManagement) void
setClientId
(String clientId) void
setDecisionStrategy
(DecisionStrategy decisionStrategy) void
void
setPolicyEnforcementMode
(PolicyEnforcementMode policyEnforcementMode) void
setRealmId
(String realmId) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapResourceServerEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapResourceServerEntity>
-
toString
-
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
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategy
in interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategy
in interfaceMapResourceServerEntity
-