public class AbstractCallback
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
aborted |
protected java.lang.String |
contextPath |
protected DownloaderAuthenticationKeycloakRequester |
identificationRequester |
protected static Logger |
LOGGER |
protected OAuth20Service |
service |
Constructor and Description |
---|
AbstractCallback(DownloaderAuthenticationKeycloakRequester identificationRequester,
OAuth20Service service,
java.lang.String contextPath) |
Modifier and Type | Method and Description |
---|---|
protected DownloaderAuthenticationKeycloakConfig |
getConfig() |
java.lang.String |
message_and_close(java.lang.String s) |
java.lang.String |
message(java.lang.String s) |
void |
remove() |
protected void |
response(com.sun.net.httpserver.HttpExchange t,
int code,
java.lang.String body) |
protected void |
responseQuietly(com.sun.net.httpserver.HttpExchange t,
int code,
java.lang.String body) |
void |
stopWaitingForResponse() |
protected static final Logger LOGGER
protected final OAuth20Service service
protected final DownloaderAuthenticationKeycloakRequester identificationRequester
protected final java.lang.String contextPath
protected boolean aborted
public AbstractCallback(DownloaderAuthenticationKeycloakRequester identificationRequester, OAuth20Service service, java.lang.String contextPath)
protected DownloaderAuthenticationKeycloakConfig getConfig()
protected void response(com.sun.net.httpserver.HttpExchange t, int code, java.lang.String body) throws java.io.IOException
java.io.IOException
protected void responseQuietly(com.sun.net.httpserver.HttpExchange t, int code, java.lang.String body)
public void remove() throws java.io.IOException
java.io.IOException
public void stopWaitingForResponse()
public java.lang.String message_and_close(java.lang.String s)
public java.lang.String message(java.lang.String s)