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.AbstractMapResourceServerEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionMapResourceServerEntityDelegate(DelegateProvider<MapResourceServerEntity> delegateProvider) -
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) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapResourceServerEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapResourceServerEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceServerEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceServerEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapResourceServerEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapResourceServerEntity
-
isAllowRemoteResourceManagement
- Specified by:
isAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
setAllowRemoteResourceManagement
- Specified by:
setAllowRemoteResourceManagementin interfaceMapResourceServerEntity
-
getPolicyEnforcementMode
- Specified by:
getPolicyEnforcementModein interfaceMapResourceServerEntity
-
setPolicyEnforcementMode
- Specified by:
setPolicyEnforcementModein interfaceMapResourceServerEntity
-
getDecisionStrategy
- Specified by:
getDecisionStrategyin interfaceMapResourceServerEntity
-
setDecisionStrategy
- Specified by:
setDecisionStrategyin interfaceMapResourceServerEntity
-