Class LogoutService

java.lang.Object
org.apache.cxf.rs.security.saml.sso.LogoutService

@Path("logout") public class LogoutService extends Object
  • Field Details

  • Constructor Details

    • LogoutService

      public LogoutService()
  • Method Details

    • logout

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

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

      protected void reportError(String code)
    • setStateProvider

      public void setStateProvider(SPStateManager stateProvider)
    • setMainApplicationAddress

      public void setMainApplicationAddress(String mainApplicationAddress)