Class MapAuthenticatorConfigEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapAuthenticatorConfigEntity>
,UpdatableEntity
,MapAuthenticatorConfigEntity
public class MapAuthenticatorConfigEntityFieldDelegate extends UpdatableEntity.Impl implements MapAuthenticatorConfigEntity, HasEntityFieldDelegate<MapAuthenticatorConfigEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticatorConfigEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Map<String,String>
getConfig()
EntityFieldDelegate<MapAuthenticatorConfigEntity>
getEntityFieldDelegate()
String
getId()
void
setAlias(String p0)
void
setConfig(Map<String,String> p0)
void
setId(String p0)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticatorConfigEntityFieldDelegate
public MapAuthenticatorConfigEntityFieldDelegate(EntityFieldDelegate<MapAuthenticatorConfigEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAuthenticatorConfigEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapAuthenticatorConfigEntity>
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticatorConfigEntity
-
setAlias
public void setAlias(String p0)
- Specified by:
setAlias
in interfaceMapAuthenticatorConfigEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapAuthenticatorConfigEntity
-
setConfig
public void setConfig(Map<String,String> p0)
- Specified by:
setConfig
in interfaceMapAuthenticatorConfigEntity
-
-