|
| SessionId | getConnectSession (HttpServletRequest httpRequest) |
| |
| SessionId | getSession (HttpServletRequest httpRequest, HttpServletResponse httpResponse, String userDn, boolean create) |
| |
| void | setAuthenticatedSessionState (HttpServletRequest httpRequest, SessionId sessionId) |
| |
| boolean | isSessionStateAuthenticated (HttpServletRequest httpRequest) |
| |
| boolean | persist (SessionId session) |
| |
| int | getStep (SessionId session) |
| |
| void | setStep (int step, SessionId session) |
| |
| void | configure (SessionId session, String scriptName, String clientId, String state) |
| |
| boolean | isStepPassed (SessionId session, Integer step) |
| |
| boolean | isPassedPreviousSteps (SessionId session, Integer step) |
| |
| void | markStep (SessionId session, Integer step, boolean value) |
| |
| String | getScriptName (SessionId session) |
| |
| void | setScriptName (SessionId session, String scriptName) |
| |
| String | getClientId (SessionId session) |
| |
| void | setClientId (SessionId session, String clientId) |
| |
| void | resetToStep (SessionId session, int overridenNextStep, int step) |
| |
| User | getUser (HttpServletRequest httpRequest, String... returnAttributes) |
| |
| String | getUserDn (HttpServletRequest httpRequest) |
| |
| Client | getClient (SessionId session) |
| |