Package org.keycloak.services.util
Class AuthenticationFlowURLHelper
- java.lang.Object
-
- org.keycloak.services.util.AuthenticationFlowURLHelper
-
public class AuthenticationFlowURLHelper extends Object
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId)
URI
getLastExecutionUrl(AuthenticationSessionModel authSession)
javax.ws.rs.core.Response
showPageExpired(AuthenticationSessionModel authSession)
-
-
-
Constructor Detail
-
AuthenticationFlowURLHelper
public AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo)
-
-
Method Detail
-
showPageExpired
public javax.ws.rs.core.Response showPageExpired(AuthenticationSessionModel authSession)
-
getLastExecutionUrl
public URI getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId)
-
getLastExecutionUrl
public URI getLastExecutionUrl(AuthenticationSessionModel authSession)
-
-