Class DownloaderAuthenticationKeycloakFactory
java.lang.Object
org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
org.gvsig.downloader.swing.scribejava.keycloak.DownloaderAuthenticationKeycloakFactory
- All Implemented Interfaces:
org.gvsig.downloader.DownloaderAuthenticationFactory
public class DownloaderAuthenticationKeycloakFactory
extends org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
implements org.gvsig.downloader.DownloaderAuthenticationFactory
- Author:
- jjdelcerro
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCallback(DownloaderAuthenticationKeycloakConfig config, String contextPath, HttpHandler handler) voidremoveCallback(DownloaderAuthenticationKeycloakConfig config, String contextPath) static voidvoidstopHttpServer(int delay) Methods inherited from class org.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
getProviderName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.downloader.DownloaderAuthenticationFactory
getProviderName
-
Field Details
-
AUTH_MODE_KEYCLOAK
- See Also:
-
-
Constructor Details
-
DownloaderAuthenticationKeycloakFactory
public DownloaderAuthenticationKeycloakFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.gvsig.downloader.DownloaderAuthenticationFactory
-
getHttpServer
- Throws:
IOException
-
stopHttpServer
public void stopHttpServer(int delay) -
addCallback
public void addCallback(DownloaderAuthenticationKeycloakConfig config, String contextPath, HttpHandler handler) throws IOException - Throws:
IOException
-
removeCallback
public void removeCallback(DownloaderAuthenticationKeycloakConfig config, String contextPath) throws IOException - Throws:
IOException
-
selfRegister
public static void selfRegister() -
getDescription
- Specified by:
getDescriptionin interfaceorg.gvsig.downloader.DownloaderAuthenticationFactory- Overrides:
getDescriptionin classorg.gvsig.downloader.spi.AbstractDownloaderAuthenticationFactory
-