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 String
getAlias()
Map<String,String>
getConfig()
DelegateProvider<MapAuthenticatorConfigEntity>
getDelegateProvider()
String
getId()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAlias(String alias)
void
setConfig(Map<String,String> config)
void
setId(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:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticatorConfigEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticatorConfigEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAlias
in interfaceMapAuthenticatorConfigEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapAuthenticatorConfigEntity
-
setConfig
public void setConfig(Map<String,String> config)
- Specified by:
setConfig
in interfaceMapAuthenticatorConfigEntity
-
-