org.apache.cxf.rs.security.saml.sso
Class LogoutService
java.lang.Object
org.apache.cxf.rs.security.saml.sso.LogoutService
@Path(value="logout")
public class LogoutService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
BUNDLE
protected static final ResourceBundle BUNDLE
LogoutService
public LogoutService()
logout
@GET
@Produces(value="text/html")
public LogoutResponse logout(@CookieParam(value="org.apache.cxf.websso.context")
javax.ws.rs.core.Cookie context,
@Context
SecurityContext sc)
postLogout
@POST
@Produces(value="text/html")
public LogoutResponse postLogout(@CookieParam(value="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)
Apache CXF