keycloak
|
公開メンバ関数 | |
EventBuilder | getEvent () |
EventBuilder | newEvent () |
AuthenticationExecutionModel | getExecution () |
UserModel | getUser () |
void | setUser (UserModel user) |
RealmModel | getRealm () |
AuthenticationSessionModel | getAuthenticationSession () |
ClientConnection | getConnection () |
UriInfo | getUriInfo () |
KeycloakSession | getSession () |
HttpRequest | getHttpRequest () |
AuthenticatorConfigModel | getAuthenticatorConfig () |
Interface that encapsulates the current state of the current form being executed
AuthenticationSessionModel org.keycloak.authentication.FormContext.getAuthenticationSession | ( | ) |
AuthenticationSessionModel attached to this flow
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
AuthenticatorConfigModel org.keycloak.authentication.FormContext.getAuthenticatorConfig | ( | ) |
Get any configuration associated with the current execution
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
ClientConnection org.keycloak.authentication.FormContext.getConnection | ( | ) |
Information about the IP address from the connecting HTTP client.
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
EventBuilder org.keycloak.authentication.FormContext.getEvent | ( | ) |
Current event builder being used
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
AuthenticationExecutionModel org.keycloak.authentication.FormContext.getExecution | ( | ) |
The current execution in the flow
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
HttpRequest org.keycloak.authentication.FormContext.getHttpRequest | ( | ) |
RealmModel org.keycloak.authentication.FormContext.getRealm | ( | ) |
KeycloakSession org.keycloak.authentication.FormContext.getSession | ( | ) |
UriInfo org.keycloak.authentication.FormContext.getUriInfo | ( | ) |
UriInfo of the current request
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
UserModel org.keycloak.authentication.FormContext.getUser | ( | ) |
Current user attached to this flow. It can return null if no uesr has been identified yet
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
EventBuilder org.keycloak.authentication.FormContext.newEvent | ( | ) |
Create a refresh new EventBuilder to use within this context
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。
void org.keycloak.authentication.FormContext.setUser | ( | UserModel | user | ) |
Attach a specific user to this flow.
user |
org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。