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.ResponseActionTokenContext.ProcessAuthenticateFlow. processFlow(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)javax.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 AuthenticationFlowModel Modifier and Type Method Description static 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 AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModelRealmModel. addAuthenticationFlow(AuthenticationFlowModel model)AuthenticationFlowModelRealmModel. getAuthenticationFlowById(String id)AuthenticationFlowModelRealmModel. getBrowserFlow()AuthenticationFlowModelRealmModel. getClientAuthenticationFlow()AuthenticationFlowModelRealmModel. getDirectGrantFlow()AuthenticationFlowModelRealmModel. getDockerAuthenticationFlow()AuthenticationFlowModelRealmModel. getFlowByAlias(String alias)AuthenticationFlowModelRealmModel. getRegistrationFlow()AuthenticationFlowModelRealmModel. 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 AuthenticationFlowModelRealmModel. 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 AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModelRealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)AuthenticationFlowModelRealmAdapter. getAuthenticationFlowById(String id)AuthenticationFlowModelRealmAdapter. getBrowserFlow()AuthenticationFlowModelRealmAdapter. getClientAuthenticationFlow()AuthenticationFlowModelRealmAdapter. getDirectGrantFlow()AuthenticationFlowModelRealmAdapter. getDockerAuthenticationFlow()AuthenticationFlowModelRealmAdapter. getFlowByAlias(String alias)AuthenticationFlowModelRealmAdapter. getRegistrationFlow()AuthenticationFlowModelRealmAdapter. 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 AuthenticationFlowModelRealmAdapter. 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 AuthenticationFlowModel Modifier and Type Field Description protected AuthenticationFlowModelCachedRealm. browserFlowprotected AuthenticationFlowModelCachedRealm. clientAuthenticationFlowprotected AuthenticationFlowModelCachedRealm. directGrantFlowprotected AuthenticationFlowModelCachedRealm. dockerAuthenticationFlowprotected AuthenticationFlowModelCachedRealm. registrationFlowprotected AuthenticationFlowModelCachedRealm. resetCredentialsFlowFields in org.keycloak.models.cache.infinispan.entities with type parameters of type AuthenticationFlowModel Modifier and Type Field Description protected List<AuthenticationFlowModel>CachedRealm. authenticationFlowListprotected Map<String,AuthenticationFlowModel>CachedRealm. authenticationFlowsMethods in org.keycloak.models.cache.infinispan.entities that return AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModelCachedRealm. getBrowserFlow()AuthenticationFlowModelCachedRealm. getClientAuthenticationFlow()AuthenticationFlowModelCachedRealm. getDirectGrantFlow()AuthenticationFlowModelCachedRealm. getDockerAuthenticationFlow()AuthenticationFlowModelCachedRealm. getRegistrationFlow()AuthenticationFlowModelCachedRealm. 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 AuthenticationFlowModelRealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)protected AuthenticationFlowModelRealmAdapter. entityToModel(AuthenticationFlowEntity entity)AuthenticationFlowModelRealmAdapter. getAuthenticationFlowById(String id)AuthenticationFlowModelRealmAdapter. getBrowserFlow()AuthenticationFlowModelRealmAdapter. getClientAuthenticationFlow()AuthenticationFlowModelRealmAdapter. getDirectGrantFlow()AuthenticationFlowModelRealmAdapter. getDockerAuthenticationFlow()AuthenticationFlowModelRealmAdapter. getFlowByAlias(String alias)AuthenticationFlowModelRealmAdapter. getRegistrationFlow()AuthenticationFlowModelRealmAdapter. 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 AuthenticationFlowModelRealmAdapter. 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 AuthenticationFlowModel Modifier and Type Method Description AuthenticationFlowModelMapRealmAdapter. addAuthenticationFlow(AuthenticationFlowModel model)AuthenticationFlowModelMapRealmAdapter. getAuthenticationFlowById(String flowId)AuthenticationFlowModelMapRealmAdapter. getBrowserFlow()AuthenticationFlowModelMapRealmAdapter. getClientAuthenticationFlow()AuthenticationFlowModelMapRealmAdapter. getDirectGrantFlow()AuthenticationFlowModelMapRealmAdapter. getDockerAuthenticationFlow()AuthenticationFlowModelMapRealmAdapter. getFlowByAlias(String alias)AuthenticationFlowModelMapRealmAdapter. getRegistrationFlow()AuthenticationFlowModelMapRealmAdapter. 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 AuthenticationFlowModelMapRealmAdapter. 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 AuthenticationFlowModel Modifier and Type Method Description static AuthenticationFlowModelMapAuthenticationFlowEntity. toModel(MapAuthenticationFlowEntity entity)Methods in org.keycloak.models.map.realm.entity with parameters of type AuthenticationFlowModel Modifier and Type Method Description static MapAuthenticationFlowEntityMapAuthenticationFlowEntity. 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 AuthenticationFlowModelAuthenticationFlowResolver. resolveBrowserFlow(AuthenticationSessionModel authSession)static AuthenticationFlowModelAuthenticationFlowResolver. resolveDirectGrantFlow(AuthenticationSessionModel authSession)static AuthenticationFlowModelRepresentationToModel. toModel(AuthenticationFlowRepresentation rep)Methods in org.keycloak.models.utils with parameters of type AuthenticationFlowModel Modifier and Type Method Description static 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 usestatic AuthenticationFlowRepresentationModelToRepresentation. 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 AuthenticationFlowModelAuthorizationEndpointBase. 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 AuthenticationFlowModelDockerEndpoint. 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 AuthenticationFlowModelSamlEcpProfileService. 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.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 AuthenticationFlowModel Modifier and Type Method Description static AuthenticationFlowModelAuthenticationManagementResource. copyFlow(RealmModel realm, AuthenticationFlowModel flow, String newName)AuthenticationFlowModelAuthenticationManagementResource. getParentFlow(AuthenticationExecutionModel model)Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationFlowModel Modifier and Type Method Description static voidAuthenticationManagementResource. copy(RealmModel realm, String newName, AuthenticationFlowModel from, AuthenticationFlowModel to)static AuthenticationFlowModelAuthenticationManagementResource. copyFlow(RealmModel realm, AuthenticationFlowModel flow, String newName)voidAuthenticationManagementResource. recurseExecutions(AuthenticationFlowModel flow, List<AuthenticationExecutionInfoRepresentation> result, int level)
-