public class AuthenticationFlowURLHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
Constructor and Description |
---|
AuthenticationFlowURLHelper(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
URI |
getLastExecutionUrl(AuthenticationSessionModel authSession) |
URI |
getLastExecutionUrl(String flowPath,
String executionId,
String clientId,
String tabId) |
javax.ws.rs.core.Response |
showPageExpired(AuthenticationSessionModel authSession) |
public AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response showPageExpired(AuthenticationSessionModel authSession)
public URI getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId)
public URI getLastExecutionUrl(AuthenticationSessionModel authSession)
Copyright © 2021 JBoss by Red Hat. All rights reserved.