Uses of Class
org.keycloak.models.AuthenticationFlowModel
Packages that use AuthenticationFlowModel
Package
Description
-
Uses of AuthenticationFlowModel in org.keycloak.authentication
Constructors in org.keycloak.authentication with parameters of type AuthenticationFlowModelModifierConstructorDescriptionClientAuthenticationFlow(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 AuthenticationFlowModelModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseActionTokenContext.ProcessAuthenticateFlow.processFlow(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) jakarta.ws.rs.core.ResponseActionTokenContext.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 AuthenticationFlowModelModifier and TypeMethodDescriptionstatic voidMigrateTo8_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 AuthenticationFlowModelModifier and TypeMethodDescriptionRealmModel.addAuthenticationFlow(AuthenticationFlowModel model) RealmModel.getAuthenticationFlowById(String id) RealmModel.getBrowserFlow()RealmModel.getClientAuthenticationFlow()RealmModel.getDirectGrantFlow()RealmModel.getDockerAuthenticationFlow()RealmModel.getFlowByAlias(String alias) RealmModel.getRegistrationFlow()RealmModel.getResetCredentialsFlow()Methods in org.keycloak.models that return types with arguments of type AuthenticationFlowModelModifier and TypeMethodDescriptionRealmModel.getAuthenticationFlowsStream()Returns authentications flows as a stream.Methods in org.keycloak.models with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionRealmModel.addAuthenticationFlow(AuthenticationFlowModel model) intAuthenticationFlowModel.AuthenticationFlowComparator.compare(AuthenticationFlowModel left, AuthenticationFlowModel right) voidRealmModel.removeAuthenticationFlow(AuthenticationFlowModel model) voidRealmModel.setBrowserFlow(AuthenticationFlowModel flow) voidRealmModel.setClientAuthenticationFlow(AuthenticationFlowModel flow) voidRealmModel.setDirectGrantFlow(AuthenticationFlowModel flow) voidRealmModel.setDockerAuthenticationFlow(AuthenticationFlowModel flow) voidRealmModel.setRegistrationFlow(AuthenticationFlowModel flow) voidRealmModel.setResetCredentialsFlow(AuthenticationFlowModel flow) voidRealmModel.updateAuthenticationFlow(AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return AuthenticationFlowModelModifier and TypeMethodDescriptionRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) RealmAdapter.getAuthenticationFlowById(String id) RealmAdapter.getBrowserFlow()RealmAdapter.getClientAuthenticationFlow()RealmAdapter.getDirectGrantFlow()RealmAdapter.getDockerAuthenticationFlow()RealmAdapter.getFlowByAlias(String alias) RealmAdapter.getRegistrationFlow()RealmAdapter.getResetCredentialsFlow()Methods in org.keycloak.models.cache.infinispan that return types with arguments of type AuthenticationFlowModelMethods in org.keycloak.models.cache.infinispan with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) voidRealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) voidRealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) voidRealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) voidRealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) voidRealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.models.cache.infinispan.entities
Fields in org.keycloak.models.cache.infinispan.entities declared as AuthenticationFlowModelModifier and TypeFieldDescriptionprotected AuthenticationFlowModelCachedRealm.browserFlowprotected AuthenticationFlowModelCachedRealm.clientAuthenticationFlowprotected AuthenticationFlowModelCachedRealm.directGrantFlowprotected AuthenticationFlowModelCachedRealm.dockerAuthenticationFlowprotected AuthenticationFlowModelCachedRealm.registrationFlowprotected AuthenticationFlowModelCachedRealm.resetCredentialsFlowFields in org.keycloak.models.cache.infinispan.entities with type parameters of type AuthenticationFlowModelModifier and TypeFieldDescriptionprotected List<AuthenticationFlowModel>CachedRealm.authenticationFlowListprotected Map<String,AuthenticationFlowModel> CachedRealm.authenticationFlowsMethods in org.keycloak.models.cache.infinispan.entities that return AuthenticationFlowModelModifier and TypeMethodDescriptionCachedRealm.getBrowserFlow()CachedRealm.getClientAuthenticationFlow()CachedRealm.getDirectGrantFlow()CachedRealm.getDockerAuthenticationFlow()CachedRealm.getRegistrationFlow()CachedRealm.getResetCredentialsFlow()Methods in org.keycloak.models.cache.infinispan.entities that return types with arguments of type AuthenticationFlowModelModifier and TypeMethodDescriptionCachedRealm.getAuthenticationFlowList()CachedRealm.getAuthenticationFlows() -
Uses of AuthenticationFlowModel in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa that return AuthenticationFlowModelModifier and TypeMethodDescriptionRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) protected AuthenticationFlowModelRealmAdapter.entityToModel(AuthenticationFlowEntity entity) RealmAdapter.getAuthenticationFlowById(String id) RealmAdapter.getBrowserFlow()RealmAdapter.getClientAuthenticationFlow()RealmAdapter.getDirectGrantFlow()RealmAdapter.getDockerAuthenticationFlow()RealmAdapter.getFlowByAlias(String alias) RealmAdapter.getRegistrationFlow()RealmAdapter.getResetCredentialsFlow()Methods in org.keycloak.models.jpa that return types with arguments of type AuthenticationFlowModelMethods in org.keycloak.models.jpa with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) voidRealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) voidRealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) voidRealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) voidRealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) voidRealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) voidRealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return AuthenticationFlowModelModifier and TypeMethodDescriptionMapRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) MapRealmAdapter.getAuthenticationFlowById(String flowId) MapRealmAdapter.getBrowserFlow()MapRealmAdapter.getClientAuthenticationFlow()MapRealmAdapter.getDirectGrantFlow()MapRealmAdapter.getDockerAuthenticationFlow()MapRealmAdapter.getFlowByAlias(String alias) MapRealmAdapter.getRegistrationFlow()MapRealmAdapter.getResetCredentialsFlow()Methods in org.keycloak.models.map.realm that return types with arguments of type AuthenticationFlowModelMethods in org.keycloak.models.map.realm with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionMapRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) voidMapRealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) voidMapRealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) voidMapRealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.models.map.realm.entity
Methods in org.keycloak.models.map.realm.entity that return AuthenticationFlowModelModifier and TypeMethodDescriptionstatic AuthenticationFlowModelMapAuthenticationFlowEntity.toModel(MapAuthenticationFlowEntity entity) Methods in org.keycloak.models.map.realm.entity with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionstatic MapAuthenticationFlowEntityMapAuthenticationFlowEntity.fromModel(AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return AuthenticationFlowModelModifier and TypeMethodDescriptionstatic AuthenticationFlowModelAuthenticationFlowResolver.resolveBrowserFlow(AuthenticationSessionModel authSession) static AuthenticationFlowModelAuthenticationFlowResolver.resolveDirectGrantFlow(AuthenticationSessionModel authSession) static AuthenticationFlowModelRepresentationToModel.toModel(AuthenticationFlowRepresentation rep) Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionstatic voidKeycloakModelUtils.deepDeleteAuthenticationFlow(RealmModel realm, AuthenticationFlowModel authFlow, Runnable flowUnavailableHandler, Runnable builtinFlowHandler) Recursively remove authentication flow (including all subflows and executions) from the model storagestatic voidKeycloakModelUtils.deepFindAuthenticationExecutions(RealmModel realm, AuthenticationFlowModel flow, List<AuthenticationExecutionModel> result) Recursively find all AuthenticationExecutionModel from specified flow or all it's subflowsstatic booleanKeycloakModelUtils.isFlowUsed(RealmModel realm, AuthenticationFlowModel model) Check to see if a flow is currently in useModelToRepresentation.toRepresentation(KeycloakSession session, RealmModel realm, AuthenticationFlowModel model) -
Uses of AuthenticationFlowModel in org.keycloak.protocol
Methods in org.keycloak.protocol that return AuthenticationFlowModelModifier and TypeMethodDescriptionprotected AuthenticationFlowModelAuthorizationEndpointBase.getAuthenticationFlow(AuthenticationSessionModel authSession) -
Uses of AuthenticationFlowModel in org.keycloak.protocol.docker
Methods in org.keycloak.protocol.docker that return AuthenticationFlowModelModifier and TypeMethodDescriptionprotected AuthenticationFlowModelDockerEndpoint.getAuthenticationFlow(AuthenticationSessionModel authSession) -
Uses of AuthenticationFlowModel in org.keycloak.protocol.saml.profile.ecp
Methods in org.keycloak.protocol.saml.profile.ecp that return AuthenticationFlowModelModifier and TypeMethodDescriptionprotected AuthenticationFlowModelSamlEcpProfileService.getAuthenticationFlow(AuthenticationSessionModel authSession) -
Uses of AuthenticationFlowModel in org.keycloak.services.resources
Methods in org.keycloak.services.resources with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseLoginActionsService.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 AuthenticationFlowModelModifier and TypeMethodDescriptionstatic AuthenticationFlowModelAuthenticationManagementResource.copyFlow(KeycloakSession session, RealmModel realm, AuthenticationFlowModel flow, String newName) AuthenticationManagementResource.getParentFlow(AuthenticationExecutionModel model) Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationFlowModelModifier and TypeMethodDescriptionstatic voidAuthenticationManagementResource.copy(KeycloakSession session, RealmModel realm, String newName, AuthenticationFlowModel from, AuthenticationFlowModel to) static AuthenticationFlowModelAuthenticationManagementResource.copyFlow(KeycloakSession session, RealmModel realm, AuthenticationFlowModel flow, String newName) voidAuthenticationManagementResource.recurseExecutions(AuthenticationFlowModel flow, List<AuthenticationExecutionInfoRepresentation> result, int level)