Class AuthenticationFlowURLHelper

java.lang.Object
org.keycloak.services.util.AuthenticationFlowURLHelper

public class AuthenticationFlowURLHelper extends Object
Author:
Marek Posolda
  • Field Details

    • logger

      protected static final org.jboss.logging.Logger logger
  • Constructor Details

    • AuthenticationFlowURLHelper

      public AuthenticationFlowURLHelper(org.keycloak.models.KeycloakSession session, org.keycloak.models.RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo)
  • Method Details

    • showPageExpired

      public jakarta.ws.rs.core.Response showPageExpired(org.keycloak.sessions.AuthenticationSessionModel authSession)
    • getLastExecutionUrl

      public URI getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId, String clientData)
    • getLastExecutionUrl

      public URI getLastExecutionUrl(org.keycloak.sessions.AuthenticationSessionModel authSession)