keycloak
|
クラス | |
enum | Action |
enum | ExecutionStatus |
公開メンバ関数 | |
String | getRedirectUri () |
void | setRedirectUri (String uri) |
RealmModel | getRealm () |
ClientModel | getClient () |
String | getAction () |
void | setAction (String action) |
String | getProtocol () |
void | setProtocol (String method) |
Predecesor of AuthenticationSessionModel, ClientLoginSessionModel and ClientSessionModel (then action tickets). Maybe we will remove it later...
enum org::keycloak::sessions::CommonClientSessionModel::Action |
列挙値 | AUTHENTICATE | LOGGED_OUT | LOGGING_OUT | OAUTH_GRANT | REQUIRED_ACTIONS |
---|
enum org::keycloak::sessions::CommonClientSessionModel::ExecutionStatus |
列挙値 | ATTEMPTED | CHALLENGED | FAILED | SETUP_REQUIRED | SKIPPED | SUCCESS |
---|
String org.keycloak.sessions.CommonClientSessionModel.getAction | ( | ) |
ClientModel org.keycloak.sessions.CommonClientSessionModel.getClient | ( | ) |
String org.keycloak.sessions.CommonClientSessionModel.getProtocol | ( | ) |
RealmModel org.keycloak.sessions.CommonClientSessionModel.getRealm | ( | ) |
String org.keycloak.sessions.CommonClientSessionModel.getRedirectUri | ( | ) |
void org.keycloak.sessions.CommonClientSessionModel.setAction | ( | String | action | ) |
void org.keycloak.sessions.CommonClientSessionModel.setProtocol | ( | String | method | ) |
void org.keycloak.sessions.CommonClientSessionModel.setRedirectUri | ( | String | uri | ) |