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
ConstructorDescriptionMapAuthenticatorConfigEntityDelegate
(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthenticatorConfigEntityDelegate
public MapAuthenticatorConfigEntityDelegate(DelegateProvider<MapAuthenticatorConfigEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticatorConfigEntity>
-
toString
-
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
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticatorConfigEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticatorConfigEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapAuthenticatorConfigEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapAuthenticatorConfigEntity
-