public class OIDCUmaUtil extends Object
| Constructor and Description |
|---|
OIDCUmaUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUMATicketAndProvideInThreadLocal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.User user,
javax.servlet.http.HttpSession session,
String scope) |
protected static void |
forceLogout(javax.servlet.http.HttpServletResponse response) |
static void |
provideClientUMATokenInThreadLocal(String clientId,
String clientSecret,
URL tokenURL,
String infraContext) |
static void |
provideClientUMATokenInThreadLocal(String clientAuthorizationBearer,
URL tokenURL,
String infraContext) |
static void |
provideConfiguredPortalClientUMATokenInThreadLocal(String infraContext) |
public static void provideConfiguredPortalClientUMATokenInThreadLocal(String infraContext)
public static void provideClientUMATokenInThreadLocal(String clientId, String clientSecret, URL tokenURL, String infraContext)
public static void provideClientUMATokenInThreadLocal(String clientAuthorizationBearer, URL tokenURL, String infraContext)
public static void checkUMATicketAndProvideInThreadLocal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.liferay.portal.model.User user,
javax.servlet.http.HttpSession session,
String scope)
protected static void forceLogout(javax.servlet.http.HttpServletResponse response)
Copyright © 2021. All Rights Reserved.