public class HttpAuthenticationChannelProviderFactory extends Object implements AuthenticationChannelProviderFactory
| Modifier and Type | Field and Description |
|---|---|
protected String |
httpAuthenticationChannelUri |
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
HttpAuthenticationChannelProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AuthenticationChannelProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSupportedorderpublic static final String PROVIDER_ID
protected String httpAuthenticationChannelUri
public HttpAuthenticationChannelProviderFactory()
public AuthenticationChannelProvider create(KeycloakSession session)
create in interface ProviderFactory<AuthenticationChannelProvider>public void init(Config.Scope config)
init in interface ProviderFactory<AuthenticationChannelProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<AuthenticationChannelProvider>public void close()
close in interface ProviderFactory<AuthenticationChannelProvider>public String getId()
getId in interface ProviderFactory<AuthenticationChannelProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.