Class MapAuthenticatorConfigEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntityDelegate
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasDelegateProvider<MapAuthenticatorConfigEntity>,- UpdatableEntity,- MapAuthenticatorConfigEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticatorConfigEntityDelegate extends Object implements MapAuthenticatorConfigEntity, HasDelegateProvider<MapAuthenticatorConfigEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Map<String,String>getConfig()DelegateProvider<MapAuthenticatorConfigEntity>getDelegateProvider()StringgetId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAlias(String alias)voidsetConfig(Map<String,String> config)voidsetId(String id)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapAuthenticatorConfigEntityDelegatepublic MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapAuthenticatorConfigEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapAuthenticatorConfigEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getAliaspublic String getAlias() - Specified by:
- getAliasin interface- MapAuthenticatorConfigEntity
 
 - 
setAliaspublic void setAlias(String alias) - Specified by:
- setAliasin interface- MapAuthenticatorConfigEntity
 
 - 
getConfigpublic Map<String,String> getConfig() - Specified by:
- getConfigin interface- MapAuthenticatorConfigEntity
 
 - 
setConfigpublic void setConfig(Map<String,String> config) - Specified by:
- setConfigin interface- MapAuthenticatorConfigEntity
 
 
- 
 
-