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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanentityEquals(Object o1, Object o2) static intbooleangetAlias()getId()inthashCode()voidvoidsetBuiltIn(Boolean p0) voidsetDescription(String p0) voidvoidsetProviderId(String p0) voidsetTopLevel(Boolean p0) toString()Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getAlias
- Specified by:
getAliasin interfaceMapAuthenticationFlowEntity
-
setAlias
- Specified by:
setAliasin interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltInin interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltInin interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthenticationFlowEntity>
-