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.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider)
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapAuthenticatorConfigEntityDelegate
public MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapAuthenticatorConfigEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAuthenticatorConfigEntity>
-
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
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAliasin interfaceMapAuthenticatorConfigEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAliasin interfaceMapAuthenticatorConfigEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfigin interfaceMapAuthenticatorConfigEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfigin interfaceMapAuthenticatorConfigEntity
-
-