Class HttpBasicAuthenticatorFactory

  • All Implemented Interfaces:
    org.keycloak.authentication.AuthenticatorFactory, org.keycloak.authentication.ConfigurableAuthenticatorFactory, org.keycloak.provider.ConfiguredProvider, org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>

    public class HttpBasicAuthenticatorFactory
    extends Object
    implements org.keycloak.authentication.AuthenticatorFactory
    Author:
    Pedro Igor
    • Constructor Detail

      • HttpBasicAuthenticatorFactory

        public HttpBasicAuthenticatorFactory()
    • Method Detail

      • getDisplayType

        public String getDisplayType()
        Specified by:
        getDisplayType in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      • getReferenceCategory

        public String getReferenceCategory()
        Specified by:
        getReferenceCategory in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      • isConfigurable

        public boolean isConfigurable()
        Specified by:
        isConfigurable in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      • getRequirementChoices

        public org.keycloak.models.AuthenticationExecutionModel.Requirement[] getRequirementChoices()
        Specified by:
        getRequirementChoices in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      • isUserSetupAllowed

        public boolean isUserSetupAllowed()
        Specified by:
        isUserSetupAllowed in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      • getHelpText

        public String getHelpText()
        Specified by:
        getHelpText in interface org.keycloak.provider.ConfiguredProvider
      • getConfigProperties

        public List<org.keycloak.provider.ProviderConfigProperty> getConfigProperties()
        Specified by:
        getConfigProperties in interface org.keycloak.provider.ConfiguredProvider
      • create

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

        public void init​(org.keycloak.Config.Scope config)
        Specified by:
        init in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      • postInit

        public void postInit​(org.keycloak.models.KeycloakSessionFactory factory)
        Specified by:
        postInit in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      • close

        public void close()
        Specified by:
        close in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      • getId

        public String getId()
        Specified by:
        getId in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>