Class MapResourceServerEntityImpl
- 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
 
 
 
- 
- All Implemented Interfaces:
- MapResourceServerEntity,- AbstractEntity,- UpdatableEntity
 - Direct Known Subclasses:
- JpaResourceServerMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapResourceServerEntityImpl extends MapResourceServerEntity.AbstractMapResourceServerEntity implements MapResourceServerEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapResourceServerEntityImpl.Empty- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceServerEntityMapResourceServerEntity.AbstractMapResourceServerEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapResourceServerEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()DecisionStrategygetDecisionStrategy()PolicyEnforcementModegetPolicyEnforcementMode()StringgetRealmId()inthashCode()BooleanisAllowRemoteResourceManagement()voidsetAllowRemoteResourceManagement(Boolean p0)voidsetClientId(String p0)voidsetDecisionStrategy(DecisionStrategy p0)voidsetPolicyEnforcementMode(PolicyEnforcementMode p0)voidsetRealmId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.authorization.entity.MapResourceServerEntity.AbstractMapResourceServerEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapResourceServerEntityImplpublic MapResourceServerEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
setAllowRemoteResourceManagementpublic void setAllowRemoteResourceManagement(Boolean p0) - Specified by:
- setAllowRemoteResourceManagementin interface- MapResourceServerEntity
 
 - 
isAllowRemoteResourceManagementpublic Boolean isAllowRemoteResourceManagement() - Specified by:
- isAllowRemoteResourceManagementin interface- MapResourceServerEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapResourceServerEntity
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapResourceServerEntity
 
 - 
getDecisionStrategypublic DecisionStrategy getDecisionStrategy() - Specified by:
- getDecisionStrategyin interface- MapResourceServerEntity
 
 - 
setDecisionStrategypublic void setDecisionStrategy(DecisionStrategy p0) - Specified by:
- setDecisionStrategyin interface- MapResourceServerEntity
 
 - 
setPolicyEnforcementModepublic void setPolicyEnforcementMode(PolicyEnforcementMode p0) - Specified by:
- setPolicyEnforcementModein interface- MapResourceServerEntity
 
 - 
getPolicyEnforcementModepublic PolicyEnforcementMode getPolicyEnforcementMode() - Specified by:
- getPolicyEnforcementModein interface- MapResourceServerEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapResourceServerEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapResourceServerEntity
 
 
- 
 
-