Interface that encapsulates the current state of the current form being executed
- 著者
- Bill Burke
- バージョン
- Revision
- 1
◆ getAuthenticationSession()
| AuthenticationSessionModel org.keycloak.authentication.FormContext.getAuthenticationSession |
( |
| ) |
|
AuthenticationSessionModel attached to this flow
- 戻り値
◆ getAuthenticatorConfig()
| AuthenticatorConfigModel org.keycloak.authentication.FormContext.getAuthenticatorConfig |
( |
| ) |
|
Get any configuration associated with the current execution
- 戻り値
◆ getConnection()
| ClientConnection org.keycloak.authentication.FormContext.getConnection |
( |
| ) |
|
Information about the IP address from the connecting HTTP client.
- 戻り値
◆ getEvent()
| EventBuilder org.keycloak.authentication.FormContext.getEvent |
( |
| ) |
|
Current event builder being used
- 戻り値
◆ getExecution()
| AuthenticationExecutionModel org.keycloak.authentication.FormContext.getExecution |
( |
| ) |
|
The current execution in the flow
- 戻り値
◆ getHttpRequest()
| HttpRequest org.keycloak.authentication.FormContext.getHttpRequest |
( |
| ) |
|
◆ getRealm()
| RealmModel org.keycloak.authentication.FormContext.getRealm |
( |
| ) |
|
◆ getSession()
| KeycloakSession org.keycloak.authentication.FormContext.getSession |
( |
| ) |
|
◆ getUriInfo()
| UriInfo org.keycloak.authentication.FormContext.getUriInfo |
( |
| ) |
|
UriInfo of the current request
- 戻り値
◆ getUser()
| UserModel org.keycloak.authentication.FormContext.getUser |
( |
| ) |
|
Current user attached to this flow. It can return null if no uesr has been identified yet
- 戻り値
◆ newEvent()
| EventBuilder org.keycloak.authentication.FormContext.newEvent |
( |
| ) |
|
Create a refresh new EventBuilder to use within this context
- 戻り値
◆ setUser()
| void org.keycloak.authentication.FormContext.setUser |
( |
UserModel |
user | ) |
|
Attach a specific user to this flow.
- 引数
-
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/spi-private/src/server-spi-private/src/main/java/org/keycloak/authentication/FormContext.java