|
keycloak-service
|


公開メンバ関数 | |
| Map< String, String > | getNotes () |
| void | setNotes (Map< String, String > notes) |
| String | getClientId () |
| void | setClientId (String clientId) |
| String | getAuthMethod () |
| void | setAuthMethod (String authMethod) |
| String | getRedirectUri () |
| void | setRedirectUri (String redirectUri) |
| String | getAction () |
| void | setAction (String action) |
| RestartLoginCookie () | |
| RestartLoginCookie (AuthenticationSessionModel authSession) | |
| TokenCategory | getCategory () |
静的公開メンバ関数 | |
| static void | setRestartCookie (KeycloakSession session, RealmModel realm, ClientConnection connection, UriInfo uriInfo, AuthenticationSessionModel authSession) |
| static void | expireRestartCookie (RealmModel realm, ClientConnection connection, UriInfo uriInfo) |
| static AuthenticationSessionModel | restartSession (KeycloakSession session, RealmModel realm, RootAuthenticationSessionModel rootSession, String expectedClientId) throws Exception |
静的公開変数類 | |
| static final String | KC_RESTART = "KC_RESTART" |
限定公開変数類 | |
| String | clientId |
| String | authMethod |
| String | redirectUri |
| String | action |
| Map< String, String > | notes = new HashMap<>() |
| String | cs |
静的非公開変数類 | |
| static final Logger | logger = Logger.getLogger(RestartLoginCookie.class) |
This is an an encoded token that is stored as a cookie so that if there is a client timeout, then the authentication session can be restarted.
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
staticprivate |
|
protected |
|
protected |
1.8.13