Class EndSessionRestWebServiceImpl

  • All Implemented Interfaces:
    EndSessionRestWebService

    @Path("/")
    public class EndSessionRestWebServiceImpl
    extends java.lang.Object
    implements EndSessionRestWebService
    Version:
    December 8, 2018
    Author:
    Javier Rojas Blum, Yuriy Movchan, Yuriy Zabrovarnyy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response requestEndSession​(java.lang.String idTokenHint, java.lang.String postLogoutRedirectUri, java.lang.String state, java.lang.String sid, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.ws.rs.core.SecurityContext sec)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EndSessionRestWebServiceImpl

        public EndSessionRestWebServiceImpl()
    • Method Detail

      • requestEndSession

        public javax.ws.rs.core.Response requestEndSession​(java.lang.String idTokenHint,
                                                           java.lang.String postLogoutRedirectUri,
                                                           java.lang.String state,
                                                           java.lang.String sid,
                                                           javax.servlet.http.HttpServletRequest httpRequest,
                                                           javax.servlet.http.HttpServletResponse httpResponse,
                                                           javax.ws.rs.core.SecurityContext sec)
        Specified by:
        requestEndSession in interface EndSessionRestWebService