82         String latestFlowPath = authSession.getAuthNote(AuthenticationProcessor.CURRENT_FLOW_PATH);
    84         if (latestFlowPath == null) {
    85             latestFlowPath = authSession.getClientNote(AuthorizationEndpointBase.APP_INITIATED_FLOW);
    88         if (latestFlowPath == null) {
    89             latestFlowPath = LoginActionsService.AUTHENTICATE_PATH;
    92         return getLastExecutionUrl(latestFlowPath, executionId, authSession.getClient().getClientId(), authSession.getTabId());
 URI getLastExecutionUrl(String flowPath, String executionId, String clientId, String tabId)
Definition: AuthenticationFlowURLHelper.java:66
 
String getExecutionId(AuthenticationSessionModel authSession)
Definition: AuthenticationFlowURLHelper.java:95