Class AbstractCallback
java.lang.Object
org.gvsig.downloader.swing.scribejava.keycloak.callbacks.AbstractCallback
- Direct Known Subclasses:
CallbackAuthorizationHandler,CallbackLogoutHandler
- Author:
- jjdelcerro
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected final Stringprotected final DownloaderAuthenticationKeycloakRequesterprotected static final org.slf4j.Loggerprotected final com.github.scribejava.core.oauth.OAuth20Service -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCallback(DownloaderAuthenticationKeycloakRequester identificationRequester, com.github.scribejava.core.oauth.OAuth20Service service, String contextPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected DownloaderAuthenticationKeycloakConfigvoidremove()protected voidresponse(HttpExchange t, int code, String body) protected voidresponseQuietly(HttpExchange t, int code, String body) void
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
service
protected final com.github.scribejava.core.oauth.OAuth20Service service -
identificationRequester
-
contextPath
-
aborted
protected boolean aborted
-
-
Constructor Details
-
AbstractCallback
public AbstractCallback(DownloaderAuthenticationKeycloakRequester identificationRequester, com.github.scribejava.core.oauth.OAuth20Service service, String contextPath)
-
-
Method Details
-
getConfig
-
response
- Throws:
IOException
-
responseQuietly
-
remove
- Throws:
IOException
-
stopWaitingForResponse
public void stopWaitingForResponse() -
message_and_close
-
message
-