Interface AuthenticationChannelProviderFactory
- All Superinterfaces:
EnvironmentDependentProviderFactory
,ProviderFactory<AuthenticationChannelProvider>
- All Known Implementing Classes:
HttpAuthenticationChannelProviderFactory
public interface AuthenticationChannelProviderFactory
extends ProviderFactory<AuthenticationChannelProvider>, EnvironmentDependentProviderFactory
- Author:
- Takashi Norimatsu
-
Method Summary
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
isSupported
default boolean isSupported()- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Returns:
true
if the provider is supported and should be available,false
otherwise
-