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 ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()getId()inthashCode()voidvoidsetBuiltIn(Boolean p0) voidsetDescription(String p0) voidvoidsetProviderId(String p0) voidsetTopLevel(Boolean p0) toString()Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods 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
-
MapAuthenticationFlowEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setAlias
- Specified by:
setAliasin interfaceMapAuthenticationFlowEntity
-
getAlias
- Specified by:
getAliasin interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltInin interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltInin interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-