keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.authentication.FormContext インタフェース
org.keycloak.authentication.FormContext の継承関係図
Inheritance graph
org.keycloak.authentication.FormContext 連携図
Collaboration graph

公開メンバ関数

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

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getAuthenticationSession()

AuthenticationSessionModel org.keycloak.authentication.FormContext.getAuthenticationSession ( )

AuthenticationSessionModel attached to this flow

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getAuthenticatorConfig()

AuthenticatorConfigModel org.keycloak.authentication.FormContext.getAuthenticatorConfig ( )

Get any configuration associated with the current execution

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getConnection()

ClientConnection org.keycloak.authentication.FormContext.getConnection ( )

Information about the IP address from the connecting HTTP client.

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getEvent()

EventBuilder org.keycloak.authentication.FormContext.getEvent ( )

Current event builder being used

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getExecution()

AuthenticationExecutionModel org.keycloak.authentication.FormContext.getExecution ( )

The current execution in the flow

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getHttpRequest()

HttpRequest org.keycloak.authentication.FormContext.getHttpRequest ( )

◆ getRealm()

RealmModel org.keycloak.authentication.FormContext.getRealm ( )

Current realm

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getSession()

KeycloakSession org.keycloak.authentication.FormContext.getSession ( )

Current session

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getUriInfo()

UriInfo org.keycloak.authentication.FormContext.getUriInfo ( )

UriInfo of the current request

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ getUser()

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で実装されています。

◆ newEvent()

EventBuilder org.keycloak.authentication.FormContext.newEvent ( )

Create a refresh new EventBuilder to use within this context

戻り値

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。

◆ setUser()

void org.keycloak.authentication.FormContext.setUser ( UserModel  user)

Attach a specific user to this flow.

引数
user

org.keycloak.authentication.FormAuthenticationFlow.FormContextImplで実装されています。


このインタフェース詳解は次のファイルから抽出されました: