|
| AuthenticationSessionModel | parseSession (String code, String tabId, KeycloakSession session, RealmModel realm, ClientModel client, EventBuilder event) |
| |
| String | retrieveCode (KeycloakSession session, AuthenticationSessionModel authSession) |
| |
| void | removeExpiredSession (KeycloakSession session, AuthenticationSessionModel clientSession) |
| |
| boolean | verifyCode (KeycloakSession session, String code, AuthenticationSessionModel authSession) |
| |
| boolean | isExpired (KeycloakSession session, String code, AuthenticationSessionModel clientSession) |
| |
| int | getTimestamp (AuthenticationSessionModel clientSession) |
| |
| void | setTimestamp (AuthenticationSessionModel clientSession, int timestamp) |
| |
| String | getClientNote (AuthenticationSessionModel 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) |
| |