Class LogoutService
java.lang.Object
org.apache.cxf.rs.security.saml.sso.LogoutService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ResourceBundleprotected static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlogout(jakarta.ws.rs.core.Cookie context, org.apache.cxf.security.SecurityContext sc) postLogout(jakarta.ws.rs.core.Cookie context, org.apache.cxf.security.SecurityContext sc) protected voidreportError(String code) voidsetMainApplicationAddress(String mainApplicationAddress) voidsetStateProvider(SPStateManager stateProvider)
-
Field Details
-
LOG
-
BUNDLE
-
-
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
-
setStateProvider
-
setMainApplicationAddress
-