Class HotRodAuthenticationFlowEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationFlowEntity>
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticationFlowEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationFlowEntity
,HotRodEntityDelegate<HotRodAuthenticationFlowEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAuthenticationFlowEntityDelegate
extends UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationFlowEntity>
implements MapAuthenticationFlowEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAlias()
getId()
int
hashCode()
void
void
setBuiltIn
(Boolean p0) void
setDescription
(String p0) void
void
setProviderId
(String p0) void
setTopLevel
(Boolean p0) toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodAuthenticationFlowEntityDelegate
public HotRodAuthenticationFlowEntityDelegate() -
HotRodAuthenticationFlowEntityDelegate
-
HotRodAuthenticationFlowEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticationFlowEntity>
-