keycloak-spi-private
|
公開メンバ関数 | |
String | getDisplayType () |
String | getReferenceCategory () |
boolean | isConfigurable () |
AuthenticationExecutionModel.Requirement [] | getRequirementChoices () |
boolean | isUserSetupAllowed () |
String org.keycloak.authentication.ConfigurableAuthenticatorFactory.getDisplayType | ( | ) |
Friendly name for the authenticator
String org.keycloak.authentication.ConfigurableAuthenticatorFactory.getReferenceCategory | ( | ) |
General authenticator type, i.e. totp, password, cert.
AuthenticationExecutionModel.Requirement [] org.keycloak.authentication.ConfigurableAuthenticatorFactory.getRequirementChoices | ( | ) |
What requirement settings are allowed.
boolean org.keycloak.authentication.ConfigurableAuthenticatorFactory.isConfigurable | ( | ) |
Is this authenticator configurable?
org.keycloak.authentication.ClientAuthenticatorFactoryで実装されています。
boolean org.keycloak.authentication.ConfigurableAuthenticatorFactory.isUserSetupAllowed | ( | ) |
Does this authenticator have required actions that can set if the user does not have this authenticator set up?