Package org.gcube.common.keycloak
Class KeycloakClientFactory
- java.lang.Object
-
- org.gcube.common.keycloak.KeycloakClientFactory
-
public class KeycloakClientFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCUSTOM_BASE_URLprotected static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description KeycloakClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCustomBaseURL()static KeycloakClientnewInstance()static voidsetCustomBaseURL(String customBaseURL)
-
-
-
Field Detail
-
logger
protected static final org.slf4j.Logger logger
-
CUSTOM_BASE_URL
protected static String CUSTOM_BASE_URL
-
-
Method Detail
-
setCustomBaseURL
public static void setCustomBaseURL(String customBaseURL)
-
getCustomBaseURL
public static String getCustomBaseURL()
-
newInstance
public static KeycloakClient newInstance()
-
-