|
| AuthenticatedClientSessionModel | parseSession (String code, String tabId, KeycloakSession session, RealmModel realm, ClientModel client, EventBuilder event) |
| |
| String | retrieveCode (KeycloakSession session, AuthenticatedClientSessionModel clientSession) |
| |
| boolean | verifyCode (KeycloakSession session, String code, AuthenticatedClientSessionModel clientSession) |
| |
| void | removeExpiredSession (KeycloakSession session, AuthenticatedClientSessionModel clientSession) |
| |
| boolean | isExpired (KeycloakSession session, String code, AuthenticatedClientSessionModel clientSession) |
| |
| int | getTimestamp (AuthenticatedClientSessionModel clientSession) |
| |
| void | setTimestamp (AuthenticatedClientSessionModel clientSession, int timestamp) |
| |
| String | getClientNote (AuthenticatedClientSessionModel clientSession, String noteKey) |
| |
| String | retrieveCode (KeycloakSession session, CS clientSession) |
| |
| void | removeExpiredSession (KeycloakSession session, CS clientSession) |
| |
| boolean | verifyCode (KeycloakSession session, String code, CS clientSession) |
| |
| boolean | isExpired (KeycloakSession session, String code, CS clientSession) |
| |
| int | getTimestamp (CS clientSession) |
| |
| void | setTimestamp (CS clientSession, int timestamp) |
| |
| String | getClientNote (CS clientSession, String noteKey) |
| |