Uses of Class
org.gcube.portal.oidc.lr62.RefreshTokenExpiredException
-
-
Uses of RefreshTokenExpiredException in org.gcube.portal.oidc.lr62
Methods in org.gcube.portal.oidc.lr62 that throw RefreshTokenExpiredException Modifier and Type Method Description static org.gcube.oidc.rest.JWTTokenOIDCWithDynamicScopeTokenUtil. getContextToken(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.User user, String scope)static org.gcube.oidc.rest.JWTTokenOIDCWithDynamicScopeTokenUtil. getContextToken(javax.servlet.http.HttpServletRequest request, Long userId, String scope)Used to request a temporary OIDC context token from the OIDC server in a specific context for an user.static org.gcube.oidc.rest.JWTTokenOIDCWithDynamicScopeTokenUtil. getContextToken(javax.servlet.http.HttpServletRequest request, String screenName, String scope)Used to request a temporary OIDC context token from the OIDC server in a specific context for an user.
-