keycloak-service
公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
org.keycloak.authentication.requiredactions.ConsoleUpdateProfile クラス
org.keycloak.authentication.requiredactions.ConsoleUpdateProfile の継承関係図
Inheritance graph
org.keycloak.authentication.requiredactions.ConsoleUpdateProfile 連携図
Collaboration graph

公開メンバ関数

void evaluateTriggers (RequiredActionContext context)
 
void requiredActionChallenge (RequiredActionContext context)
 
void processAction (RequiredActionContext context)
 
void close ()
 

静的公開変数類

static final ConsoleUpdateProfile SINGLETON = new ConsoleUpdateProfile()
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ close()

void org.keycloak.authentication.requiredactions.ConsoleUpdateProfile.close ( )
inline
65  {
66 
67  }

◆ evaluateTriggers()

void org.keycloak.authentication.requiredactions.ConsoleUpdateProfile.evaluateTriggers ( RequiredActionContext  context)
inline
48  {
49  }

◆ processAction()

void org.keycloak.authentication.requiredactions.ConsoleUpdateProfile.processAction ( RequiredActionContext  context)
inline
58  {
59  throw new RuntimeException("Should be unreachable");
60 
61  }

◆ requiredActionChallenge()

void org.keycloak.authentication.requiredactions.ConsoleUpdateProfile.requiredActionChallenge ( RequiredActionContext  context)
inline
52  {
53  // do nothing right now. I think this behavior is ok. We just defer this action until a browser login happens.
54  context.ignore();
55  }

メンバ詳解

◆ SINGLETON

final ConsoleUpdateProfile org.keycloak.authentication.requiredactions.ConsoleUpdateProfile.SINGLETON = new ConsoleUpdateProfile()
static

このクラス詳解は次のファイルから抽出されました: