Class HttpAuthenticationChannelProviderFactory
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.channel.HttpAuthenticationChannelProviderFactory
- All Implemented Interfaces:
AuthenticationChannelProviderFactory,org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
public class HttpAuthenticationChannelProviderFactory
extends Object
implements AuthenticationChannelProviderFactory
- Author:
- Takashi Norimatsu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
httpAuthenticationChannelUri
-
-
Constructor Details
-
HttpAuthenticationChannelProviderFactory
public HttpAuthenticationChannelProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-
init
public void init(org.keycloak.Config.Scope config) - Specified by:
initin interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-
postInit
public void postInit(org.keycloak.models.KeycloakSessionFactory factory) - Specified by:
postInitin interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-
close
public void close()- Specified by:
closein interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-
getId
- Specified by:
getIdin interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-
getConfigMetadata
- Specified by:
getConfigMetadatain interfaceorg.keycloak.provider.ProviderFactory<AuthenticationChannelProvider>
-