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,
KeycloakSession session,
RealmModel realm,
Class<CLIENT_SESSION> sessionClass) |
String |
getCode() |
Set<ProtocolMapperModel> |
getRequestedProtocolMappers() |
static Set<ProtocolMapperModel> |
getRequestedProtocolMappers(Set<String> protocolMappers,
ClientModel client) |
Set<RoleModel> |
getRequestedRoles() |
static Set<RoleModel> |
getRequestedRoles(CommonClientSessionModel clientSession,
RealmModel realm) |
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,
KeycloakSession session,
RealmModel realm,
Class<CLIENT_SESSION> sessionClass) |
void |
removeExpiredClientSession() |
void |
setAction(String action) |
static boolean |
verifyCode(String code,
CommonClientSessionModel authSession) |