Class LogoutService


  • @Path("logout")
    public class LogoutService
    extends Object
    • Constructor Detail

      • LogoutService

        public LogoutService()
    • Method Detail

      • logout

        @GET
        @Produces("text/html")
        public LogoutResponse logout​(@CookieParam("org.apache.cxf.websso.context")
                                     javax.ws.rs.core.Cookie context,
                                     @Context
                                     SecurityContext sc)
      • postLogout

        @POST
        @Produces("text/html")
        public LogoutResponse postLogout​(@CookieParam("org.apache.cxf.websso.context")
                                         javax.ws.rs.core.Cookie context,
                                         @Context
                                         SecurityContext sc)
      • reportError

        protected void reportError​(String code)
      • setStateProvider

        public void setStateProvider​(SPStateManager stateProvider)
      • setMainApplicationAddress

        public void setMainApplicationAddress​(String mainApplicationAddress)