All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
CLIENT_SESSION |
getClientSession() |
static <CLIENT_SESSION extends CommonClientSessionModel> CLIENT_SESSION |
getClientSession(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
Class<CLIENT_SESSION> sessionClass) |
String |
getOrGenerateCode() |
boolean |
isActionActive(ClientSessionCode.ActionType actionType) |
boolean |
isValid(String requestedAction,
ClientSessionCode.ActionType actionType) |
boolean |
isValidAction(String requestedAction) |
static <CLIENT_SESSION extends CommonClientSessionModel> ClientSessionCode.ParseResult<CLIENT_SESSION> |
parseResult(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
Class<CLIENT_SESSION> sessionClass) |
static <CLIENT_SESSION extends CommonClientSessionModel> ClientSessionCode.ParseResult<CLIENT_SESSION> |
parseResult(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
CLIENT_SESSION clientSession) |
void |
removeExpiredClientSession() |
void |
setAction(String action) |