keycloak-spi-private
|
公開メンバ関数 | |
String | getDisplayType () |
String | getReferenceCategory () |
boolean | isConfigurable () |
AuthenticationExecutionModel.Requirement [] | getRequirementChoices () |
boolean | isUserSetupAllowed () |
Factory for creating Authenticator instances. This is a singleton and created when Keycloak boots.
You must specify a file META-INF/services/org.keycloak.authentication.AuthenticatorFactory in the jar that this class is contained in This file must have the fully qualified class name of all your AuthenticatorFactory classes
|
inherited |
Friendly name for the authenticator
|
inherited |
General authenticator type, i.e. totp, password, cert.
|
inherited |
What requirement settings are allowed.
|
inherited |
Is this authenticator configurable?
org.keycloak.authentication.ClientAuthenticatorFactoryで実装されています。
|
inherited |
Does this authenticator have required actions that can set if the user does not have this authenticator set up?