Class MapAuthenticationFlowEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityImpl
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationFlowEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationFlowEntityImpl
extends UpdatableEntity.Impl
implements MapAuthenticationFlowEntity
-
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapAuthenticationFlowEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-