@ProviderType
public interface OpenIdConnectServiceHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasValidOpenIdConnectSession(javax.servlet.http.HttpSession httpSession) |
void |
processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean hasValidOpenIdConnectSession(javax.servlet.http.HttpSession httpSession)
throws OpenIdConnectServiceException.NoOpenIdConnectSessionException
void processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws PortalException
PortalExceptionvoid requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws PortalException
PortalException