Class MapResourceServerEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntity
org.keycloak.models.map.authorization.entity.MapResourceServerEntityImpl.Empty
- All Implemented Interfaces:
MapResourceServerEntity
,AbstractEntity
,UpdatableEntity
- Enclosing class:
- MapResourceServerEntityImpl
public static class MapResourceServerEntityImpl.Empty
extends MapResourceServerEntity.AbstractMapResourceServerEntity
implements 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
-
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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapResourceServerEntity.AbstractMapResourceServerEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapResourceServerEntity.AbstractMapResourceServerEntity
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagement
in interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategy
in interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategy
in interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementMode
in interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceServerEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceServerEntity
-
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:
-