Interface ConditionalAuthenticatorFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String REFERENCE_CATEGORY  
      • Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory

        REQUIREMENT_CHOICES
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default org.keycloak.authentication.Authenticator create​(org.keycloak.models.KeycloakSession session)  
      default String getReferenceCategory()  
      ConditionalAuthenticator getSingleton()  
      • Methods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory

        getDisplayType, getRequirementChoices, isConfigurable, isUserSetupAllowed
      • Methods inherited from interface org.keycloak.provider.ConfiguredProvider

        getConfig, getConfigProperties, getHelpText
      • Methods inherited from interface org.keycloak.provider.ProviderFactory

        close, getConfigMetadata, getId, init, order, postInit
    • Method Detail

      • create

        default org.keycloak.authentication.Authenticator create​(org.keycloak.models.KeycloakSession session)
        Specified by:
        create in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      • getReferenceCategory

        default String getReferenceCategory()
        Specified by:
        getReferenceCategory in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory