Interface MapAuthenticationExecutionEntity
- All Superinterfaces:
AbstractEntity
,UpdatableEntity
- All Known Implementing Classes:
HotRodAuthenticationExecutionEntityDelegate
,MapAuthenticationExecutionEntityDelegate
,MapAuthenticationExecutionEntityFieldDelegate
,MapAuthenticationExecutionEntityImpl
,MapAuthenticationExecutionEntityImpl.Empty
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAutheticatorFlow
(Boolean autheticatorFlow) void
void
setParentFlowId
(String parentFlowId) void
setPriority
(Integer priority) void
setRequirement
(AuthenticationExecutionModel.Requirement requirement) static AuthenticationExecutionModel
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
fromModel
-
toModel
-
getAuthenticator
String getAuthenticator() -
setAuthenticator
-
getAuthenticatorConfig
String getAuthenticatorConfig() -
setAuthenticatorConfig
-
getRequirement
AuthenticationExecutionModel.Requirement getRequirement() -
setRequirement
-
isAutheticatorFlow
Boolean isAutheticatorFlow() -
setAutheticatorFlow
-
getFlowId
String getFlowId() -
setFlowId
-
getParentFlowId
String getParentFlowId() -
setParentFlowId
-
getPriority
Integer getPriority() -
setPriority
-