Package org.keycloak.services.util
Class AuthenticationFlowURLHelper
java.lang.Object
org.keycloak.services.util.AuthenticationFlowURLHelper
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAuthenticationFlowURLHelper
(KeycloakSession session, RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo) -
Method Summary
Modifier and TypeMethodDescriptiongetLastExecutionUrl
(String flowPath, String executionId, String clientId, String tabId, String clientData) getLastExecutionUrl
(AuthenticationSessionModel authSession) jakarta.ws.rs.core.Response
showPageExpired
(AuthenticationSessionModel authSession)
-
Field Details
-
logger
protected static final org.jboss.logging.Logger logger
-
-
Constructor Details
-
AuthenticationFlowURLHelper
public AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo)
-
-
Method Details
-
showPageExpired
-
getLastExecutionUrl
-
getLastExecutionUrl
-