public class AuthenticationFlowHistoryHelper extends Object
| Constructor and Description |
|---|
AuthenticationFlowHistoryHelper(AuthenticationProcessor processor) |
AuthenticationFlowHistoryHelper(AuthenticationSessionModel authenticationSession,
String flowPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAnyExecution()
Check if there is any executionId in the history
|
String |
pullExecution()
Return the last executionId from the history and remove it from the history.
|
void |
pushExecution(String executionId)
Push executionId to the history if it's not already there
|
public AuthenticationFlowHistoryHelper(AuthenticationProcessor processor)
public AuthenticationFlowHistoryHelper(AuthenticationSessionModel authenticationSession, String flowPath)
public void pushExecution(String executionId)
executionId - public boolean hasAnyExecution()
public String pullExecution()
Copyright © 2019 JBoss by Red Hat. All rights reserved.