Interface ActionTokenContext.ProcessAuthenticateFlow

Enclosing class:
ActionTokenContext<T extends org.keycloak.representations.JsonWebToken>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ActionTokenContext.ProcessAuthenticateFlow
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    processFlow(boolean action, String execution, org.keycloak.sessions.AuthenticationSessionModel authSession, String flowPath, org.keycloak.models.AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)
     
  • Method Details

    • processFlow

      jakarta.ws.rs.core.Response processFlow(boolean action, String execution, org.keycloak.sessions.AuthenticationSessionModel authSession, String flowPath, org.keycloak.models.AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)