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.AbstractMapResourceServerEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetAllowRemoteResourceManagement(Boolean allowRemoteResourceManagement) voidsetClientId(String clientId) voidsetDecisionStrategy(DecisionStrategy decisionStrategy) voidvoidsetPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode) voidsetRealmId(String realmId) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapResourceServerEntity.AbstractMapResourceServerEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapResourceServerEntity.AbstractMapResourceServerEntity
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategyin interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategyin interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementModein interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementModein interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceServerEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceServerEntity
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-