Uses of Class
org.keycloak.models.AuthenticationFlowModel
-
-
Uses of AuthenticationFlowModel in org.keycloak.authentication
Constructors in org.keycloak.authentication with parameters of type AuthenticationFlowModel Constructor Description ClientAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)
DefaultAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)
-
Uses of AuthenticationFlowModel in org.keycloak.authentication.actiontoken
Methods in org.keycloak.authentication.actiontoken with parameters of type AuthenticationFlowModel Modifier and Type Method Description javax.ws.rs.core.Response
ActionTokenContext.ProcessAuthenticateFlow. processFlow(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)
javax.ws.rs.core.Response
ActionTokenContext. processFlow(boolean action, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)
-
Uses of AuthenticationFlowModel in org.keycloak.migration.migrators
Methods in org.keycloak.migration.migrators with parameters of type AuthenticationFlowModel Modifier and Type Method Description static void
MigrateTo8_0_0. migrateOptionalAuthenticationExecution(RealmModel realm, AuthenticationFlowModel parentFlow, AuthenticationExecutionModel optionalExecution, boolean updateOptionalExecution)
-
Uses of AuthenticationFlowModel in org.keycloak.models
Methods in org.keycloak.models that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmModel. addAuthenticationFlow(AuthenticationFlowModel model)
AuthenticationFlowModel
RealmModel. getAuthenticationFlowById(String id)
AuthenticationFlowModel
RealmModel. getBrowserFlow()
AuthenticationFlowModel
RealmModel. getClientAuthenticationFlow()
AuthenticationFlowModel
RealmModel. getDirectGrantFlow()
AuthenticationFlowModel
RealmModel. getDockerAuthenticationFlow()
AuthenticationFlowModel
RealmModel. getFlowByAlias(String alias)
AuthenticationFlowModel
RealmModel. getRegistrationFlow()
AuthenticationFlowModel
RealmModel. getResetCredentialsFlow()
Methods in org.keycloak.models that return types with arguments of type AuthenticationFlowModel Modifier and Type Method Description Stream<AuthenticationFlowModel>
RealmModel. getAuthenticationFlowsStream()
Returns authentications flows as a stream.Methods in org.keycloak.models with parameters of type AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmModel. addAuthenticationFlow(AuthenticationFlowModel model)
int
AuthenticationFlowModel.AuthenticationFlowComparator. compare(AuthenticationFlowModel left, AuthenticationFlowModel right)
void
RealmModel. removeAuthenticationFlow(AuthenticationFlowModel model)
void
RealmModel. setBrowserFlow(AuthenticationFlowModel flow)
void
RealmModel. setClientAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmModel. setDirectGrantFlow(AuthenticationFlowModel flow)
void
RealmModel. setDockerAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmModel. setRegistrationFlow(AuthenticationFlowModel flow)
void
RealmModel. setResetCredentialsFlow(AuthenticationFlowModel flow)
void
RealmModel. updateAuthenticationFlow(AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
AuthenticationFlowModel
RealmAdapter. getAuthenticationFlowById(String id)
AuthenticationFlowModel
RealmAdapter. getBrowserFlow()
AuthenticationFlowModel
RealmAdapter. getClientAuthenticationFlow()
AuthenticationFlowModel
RealmAdapter. getDirectGrantFlow()
AuthenticationFlowModel
RealmAdapter. getDockerAuthenticationFlow()
AuthenticationFlowModel
RealmAdapter. getFlowByAlias(String alias)
AuthenticationFlowModel
RealmAdapter. getRegistrationFlow()
AuthenticationFlowModel
RealmAdapter. getResetCredentialsFlow()
Methods in org.keycloak.models.cache.infinispan that return types with arguments of type AuthenticationFlowModel Modifier and Type Method Description Stream<AuthenticationFlowModel>
RealmAdapter. getAuthenticationFlowsStream()
Methods in org.keycloak.models.cache.infinispan with parameters of type AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
void
RealmAdapter. removeAuthenticationFlow(AuthenticationFlowModel model)
void
RealmAdapter. setBrowserFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setClientAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setDirectGrantFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setDockerAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setRegistrationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setResetCredentialsFlow(AuthenticationFlowModel flow)
void
RealmAdapter. updateAuthenticationFlow(AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.models.cache.infinispan.entities
Fields in org.keycloak.models.cache.infinispan.entities declared as AuthenticationFlowModel Modifier and Type Field Description protected AuthenticationFlowModel
CachedRealm. browserFlow
protected AuthenticationFlowModel
CachedRealm. clientAuthenticationFlow
protected AuthenticationFlowModel
CachedRealm. directGrantFlow
protected AuthenticationFlowModel
CachedRealm. dockerAuthenticationFlow
protected AuthenticationFlowModel
CachedRealm. registrationFlow
protected AuthenticationFlowModel
CachedRealm. resetCredentialsFlow
Fields in org.keycloak.models.cache.infinispan.entities with type parameters of type AuthenticationFlowModel Modifier and Type Field Description protected List<AuthenticationFlowModel>
CachedRealm. authenticationFlowList
protected Map<String,AuthenticationFlowModel>
CachedRealm. authenticationFlows
Methods in org.keycloak.models.cache.infinispan.entities that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
CachedRealm. getBrowserFlow()
AuthenticationFlowModel
CachedRealm. getClientAuthenticationFlow()
AuthenticationFlowModel
CachedRealm. getDirectGrantFlow()
AuthenticationFlowModel
CachedRealm. getDockerAuthenticationFlow()
AuthenticationFlowModel
CachedRealm. getRegistrationFlow()
AuthenticationFlowModel
CachedRealm. getResetCredentialsFlow()
Methods in org.keycloak.models.cache.infinispan.entities that return types with arguments of type AuthenticationFlowModel Modifier and Type Method Description List<AuthenticationFlowModel>
CachedRealm. getAuthenticationFlowList()
Map<String,AuthenticationFlowModel>
CachedRealm. getAuthenticationFlows()
-
Uses of AuthenticationFlowModel in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
protected AuthenticationFlowModel
RealmAdapter. entityToModel(AuthenticationFlowEntity entity)
AuthenticationFlowModel
RealmAdapter. getAuthenticationFlowById(String id)
AuthenticationFlowModel
RealmAdapter. getBrowserFlow()
AuthenticationFlowModel
RealmAdapter. getClientAuthenticationFlow()
AuthenticationFlowModel
RealmAdapter. getDirectGrantFlow()
AuthenticationFlowModel
RealmAdapter. getDockerAuthenticationFlow()
AuthenticationFlowModel
RealmAdapter. getFlowByAlias(String alias)
AuthenticationFlowModel
RealmAdapter. getRegistrationFlow()
AuthenticationFlowModel
RealmAdapter. getResetCredentialsFlow()
Methods in org.keycloak.models.jpa that return types with arguments of type AuthenticationFlowModel Modifier and Type Method Description Stream<AuthenticationFlowModel>
RealmAdapter. getAuthenticationFlowsStream()
Methods in org.keycloak.models.jpa with parameters of type AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
RealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
void
RealmAdapter. removeAuthenticationFlow(AuthenticationFlowModel model)
void
RealmAdapter. setBrowserFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setClientAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setDirectGrantFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setDockerAuthenticationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setRegistrationFlow(AuthenticationFlowModel flow)
void
RealmAdapter. setResetCredentialsFlow(AuthenticationFlowModel flow)
void
RealmAdapter. updateAuthenticationFlow(AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
MapRealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
AuthenticationFlowModel
MapRealmAdapter. getAuthenticationFlowById(String flowId)
AuthenticationFlowModel
MapRealmAdapter. getBrowserFlow()
AuthenticationFlowModel
MapRealmAdapter. getClientAuthenticationFlow()
AuthenticationFlowModel
MapRealmAdapter. getDirectGrantFlow()
AuthenticationFlowModel
MapRealmAdapter. getDockerAuthenticationFlow()
AuthenticationFlowModel
MapRealmAdapter. getFlowByAlias(String alias)
AuthenticationFlowModel
MapRealmAdapter. getRegistrationFlow()
AuthenticationFlowModel
MapRealmAdapter. getResetCredentialsFlow()
Methods in org.keycloak.models.map.realm that return types with arguments of type AuthenticationFlowModel Modifier and Type Method Description Stream<AuthenticationFlowModel>
MapRealmAdapter. getAuthenticationFlowsStream()
Methods in org.keycloak.models.map.realm with parameters of type AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModel
MapRealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)
void
MapRealmAdapter. removeAuthenticationFlow(AuthenticationFlowModel model)
void
MapRealmAdapter. setBrowserFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. setClientAuthenticationFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. setDirectGrantFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. setDockerAuthenticationFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. setRegistrationFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. setResetCredentialsFlow(AuthenticationFlowModel flow)
void
MapRealmAdapter. updateAuthenticationFlow(AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.models.map.realm.entity
Methods in org.keycloak.models.map.realm.entity that return AuthenticationFlowModel Modifier and Type Method Description static AuthenticationFlowModel
MapAuthenticationFlowEntity. toModel(MapAuthenticationFlowEntity entity)
Methods in org.keycloak.models.map.realm.entity with parameters of type AuthenticationFlowModel Modifier and Type Method Description static MapAuthenticationFlowEntity
MapAuthenticationFlowEntity. fromModel(AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return AuthenticationFlowModel Modifier and Type Method Description static AuthenticationFlowModel
AuthenticationFlowResolver. resolveBrowserFlow(AuthenticationSessionModel authSession)
static AuthenticationFlowModel
AuthenticationFlowResolver. resolveDirectGrantFlow(AuthenticationSessionModel authSession)
static AuthenticationFlowModel
RepresentationToModel. toModel(AuthenticationFlowRepresentation rep)
Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowModel Modifier and Type Method Description static void
KeycloakModelUtils. deepFindAuthenticationExecutions(RealmModel realm, AuthenticationFlowModel flow, List<AuthenticationExecutionModel> result)
Recursively find all AuthenticationExecutionModel from specified flow or all it's subflowsstatic boolean
KeycloakModelUtils. isFlowUsed(RealmModel realm, AuthenticationFlowModel model)
Check to see if a flow is currently in usestatic AuthenticationFlowRepresentation
ModelToRepresentation. toRepresentation(RealmModel realm, AuthenticationFlowModel model)
-
Uses of AuthenticationFlowModel in org.keycloak.protocol
Methods in org.keycloak.protocol that return AuthenticationFlowModel Modifier and Type Method Description protected AuthenticationFlowModel
AuthorizationEndpointBase. getAuthenticationFlow(AuthenticationSessionModel authSession)
-
Uses of AuthenticationFlowModel in org.keycloak.protocol.docker
Methods in org.keycloak.protocol.docker that return AuthenticationFlowModel Modifier and Type Method Description protected AuthenticationFlowModel
DockerEndpoint. getAuthenticationFlow(AuthenticationSessionModel authSession)
-
Uses of AuthenticationFlowModel in org.keycloak.protocol.saml.profile.ecp
Methods in org.keycloak.protocol.saml.profile.ecp that return AuthenticationFlowModel Modifier and Type Method Description protected AuthenticationFlowModel
SamlEcpProfileService. getAuthenticationFlow(AuthenticationSessionModel authSession)
-
Uses of AuthenticationFlowModel in org.keycloak.services.resources
Methods in org.keycloak.services.resources with parameters of type AuthenticationFlowModel Modifier and Type Method Description protected javax.ws.rs.core.Response
LoginActionsService. processFlow(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)
-
Uses of AuthenticationFlowModel in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return AuthenticationFlowModel Modifier and Type Method Description static AuthenticationFlowModel
AuthenticationManagementResource. copyFlow(RealmModel realm, AuthenticationFlowModel flow, String newName)
AuthenticationFlowModel
AuthenticationManagementResource. getParentFlow(AuthenticationExecutionModel model)
Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationFlowModel Modifier and Type Method Description static void
AuthenticationManagementResource. copy(RealmModel realm, String newName, AuthenticationFlowModel from, AuthenticationFlowModel to)
static AuthenticationFlowModel
AuthenticationManagementResource. copyFlow(RealmModel realm, AuthenticationFlowModel flow, String newName)
void
AuthenticationManagementResource. recurseExecutions(AuthenticationFlowModel flow, List<AuthenticationExecutionInfoRepresentation> result, int level)
-