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

公開メンバ関数

String getDisplayType ()
 
String getReferenceCategory ()
 
boolean isConfigurable ()
 
AuthenticationExecutionModel.Requirement [] getRequirementChoices ()
 
boolean isUserSetupAllowed ()
 

詳解

Factory for instantiating FormAuthenticators. This is a singleton and created when Keycloak boots.

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

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getDisplayType()

String org.keycloak.authentication.ConfigurableAuthenticatorFactory.getDisplayType ( )
inherited

Friendly name for the authenticator

戻り値

◆ getReferenceCategory()

String org.keycloak.authentication.ConfigurableAuthenticatorFactory.getReferenceCategory ( )
inherited

General authenticator type, i.e. totp, password, cert.

戻り値
null if not a referencable category

◆ getRequirementChoices()

AuthenticationExecutionModel.Requirement [] org.keycloak.authentication.ConfigurableAuthenticatorFactory.getRequirementChoices ( )
inherited

What requirement settings are allowed.

戻り値

◆ isConfigurable()

boolean org.keycloak.authentication.ConfigurableAuthenticatorFactory.isConfigurable ( )
inherited

Is this authenticator configurable?

戻り値

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

◆ isUserSetupAllowed()

boolean org.keycloak.authentication.ConfigurableAuthenticatorFactory.isUserSetupAllowed ( )
inherited

Does this authenticator have required actions that can set if the user does not have this authenticator set up?

戻り値

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