Class LogoutService
- java.lang.Object
-
- org.apache.cxf.rs.security.saml.sso.LogoutService
-
@Path("logout") public class LogoutService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static ResourceBundleBUNDLEprotected static LoggerLOG
-
Constructor Summary
Constructors Constructor Description LogoutService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogoutResponselogout(javax.ws.rs.core.Cookie context, SecurityContext sc)LogoutResponsepostLogout(javax.ws.rs.core.Cookie context, SecurityContext sc)protected voidreportError(String code)voidsetMainApplicationAddress(String mainApplicationAddress)voidsetStateProvider(SPStateManager stateProvider)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
BUNDLE
protected static final ResourceBundle BUNDLE
-
-
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)
-
-