Package org.keycloak.services.util
Class AuthenticationFlowURLHelper
- java.lang.Object
- 
- org.keycloak.services.util.AuthenticationFlowURLHelper
 
- 
 public class AuthenticationFlowURLHelper extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static org.jboss.logging.Loggerlogger
 - 
Constructor SummaryConstructors Constructor Description AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId)URIgetLastExecutionUrl(AuthenticationSessionModel authSession)javax.ws.rs.core.ResponseshowPageExpired(AuthenticationSessionModel authSession)
 
- 
- 
- 
Constructor Detail- 
AuthenticationFlowURLHelperpublic AuthenticationFlowURLHelper(KeycloakSession session, RealmModel realm, javax.ws.rs.core.UriInfo uriInfo) 
 
- 
 - 
Method Detail- 
showPageExpiredpublic javax.ws.rs.core.Response showPageExpired(AuthenticationSessionModel authSession) 
 - 
getLastExecutionUrlpublic URI getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId) 
 - 
getLastExecutionUrlpublic URI getLastExecutionUrl(AuthenticationSessionModel authSession) 
 
- 
 
-