|
| SessionId | getConnectSession (HttpServletRequest httpRequest) |
| |
| SessionId | getSession (HttpServletRequest httpRequest, HttpServletResponse httpResponse) |
| |
| boolean | persist (SessionId session) |
| |
| int | getStep (SessionId session) |
| |
| void | setStep (int step, SessionId session) |
| |
| void | configure (SessionId session, String scriptName, Boolean reset, List< UmaPermission > permissions, String clientId, String claimRedirectUri, 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 | getPct (SessionId session) |
| |
| void | setPct (SessionId session, String pct) |
| |
| String | getClientId (SessionId session) |
| |
| void | setClientId (SessionId session, String clientId) |
| |
| String | getClaimsRedirectUri (SessionId session) |
| |
| void | setClaimsRedirectUri (SessionId session, String claimsRedirectUri) |
| |
| String | getState (SessionId session) |
| |
| void | setState (SessionId session, String state) |
| |
| String | getTicket (SessionId session) |
| |
| void | setTicket (SessionId session, String ticket) |
| |
| void | resetToStep (SessionId session, int overridenNextStep, int step) |
| |
| User | getUser (HttpServletRequest httpRequest, String... returnAttributes) |
| |
| String | getUserDn (HttpServletRequest httpRequest) |
| |
| Client | getClient (SessionId session) |
| |