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

公開メンバ関数

String getDisplayText ()
 
default boolean isOneTimeAction ()
 

詳解

You must specify a file META-INF/services/org.keycloak.authentication.RequiredActionFactory in the jar that this class is contained in This file must have the fully qualified class name of all your RequiredActionFactory classes

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getDisplayText()

String org.keycloak.authentication.RequiredActionFactory.getDisplayText ( )

Display text used in admin console to reference this required action

戻り値

◆ isOneTimeAction()

default boolean org.keycloak.authentication.RequiredActionFactory.isOneTimeAction ( )
inline

Flag indicating whether the execution of the required action by the same circumstances (e.g. by one and the same action token) should only be permitted once.

戻り値
44  {
45  return false;
46  }

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