Class HttpAuthenticationChannelProviderFactory
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.channel.HttpAuthenticationChannelProviderFactory
- All Implemented Interfaces:
AuthenticationChannelProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<AuthenticationChannelProvider>
public class HttpAuthenticationChannelProviderFactory
extends Object
implements AuthenticationChannelProviderFactory
- Author:
- Takashi Norimatsu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) 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 interfaceProviderFactory<AuthenticationChannelProvider>
-
init
- Specified by:
initin interfaceProviderFactory<AuthenticationChannelProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<AuthenticationChannelProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<AuthenticationChannelProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<AuthenticationChannelProvider>
-
getConfigMetadata
- Specified by:
getConfigMetadatain interfaceProviderFactory<AuthenticationChannelProvider>
-