public class DownloaderAuthenticationKeycloakFactory
extends org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
implements org.gvsig.downloader.DownloaderAuthenticationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTH_MODE_KEYCLOAK |
| Constructor and Description |
|---|
DownloaderAuthenticationKeycloakFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(DownloaderAuthenticationKeycloakConfig config,
java.lang.String contextPath,
com.sun.net.httpserver.HttpHandler handler) |
DownloaderAuthenticationKeycloakConfig |
create(java.lang.Object... parameters) |
java.lang.String |
getDescription() |
com.sun.net.httpserver.HttpServer |
getHttpServer(DownloaderAuthenticationKeycloakConfig config) |
void |
removeCallback(DownloaderAuthenticationKeycloakConfig config,
java.lang.String contextPath) |
static void |
selfRegister() |
void |
stopHttpServer(int delay) |
getProviderName, toStringpublic static final java.lang.String AUTH_MODE_KEYCLOAK
public DownloaderAuthenticationKeycloakFactory()
public void addCallback(DownloaderAuthenticationKeycloakConfig config, java.lang.String contextPath, com.sun.net.httpserver.HttpHandler handler) throws java.io.IOException
java.io.IOExceptionpublic DownloaderAuthenticationKeycloakConfig create(java.lang.Object... parameters)
create in interface org.gvsig.downloader.DownloaderAuthenticationFactorypublic java.lang.String getDescription()
getDescription in interface org.gvsig.downloader.DownloaderAuthenticationFactorygetDescription in class org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactorypublic com.sun.net.httpserver.HttpServer getHttpServer(DownloaderAuthenticationKeycloakConfig config) throws java.io.IOException
java.io.IOExceptionpublic void removeCallback(DownloaderAuthenticationKeycloakConfig config, java.lang.String contextPath) throws java.io.IOException
java.io.IOExceptionpublic static void selfRegister()
public void stopHttpServer(int delay)
Copyright © 2024 gvSIG Association. All rights reserved.