Interface AuthenticationChannelProviderFactory
- All Superinterfaces:
org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
- All Known Implementing Classes:
HttpAuthenticationChannelProviderFactory
public interface AuthenticationChannelProviderFactory
extends org.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>, org.keycloak.provider.EnvironmentDependentProviderFactory
- Author:
- Takashi Norimatsu
-
Method Summary
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, dependsOn, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
isSupported
default boolean isSupported(org.keycloak.Config.Scope config) - Specified by:
isSupportedin interfaceorg.keycloak.provider.EnvironmentDependentProviderFactory
-