@Path(value="logout") public class LogoutService extends Object
Modifier and Type | Field and Description |
---|---|
protected static ResourceBundle |
BUNDLE |
protected static Logger |
LOG |
Constructor and Description |
---|
LogoutService() |
Modifier and Type | Method and Description |
---|---|
LogoutResponse |
logout(javax.ws.rs.core.Cookie context,
SecurityContext sc) |
LogoutResponse |
postLogout(javax.ws.rs.core.Cookie context,
SecurityContext sc) |
protected void |
reportError(String code) |
void |
setMainApplicationAddress(String mainApplicationAddress) |
void |
setStateProvider(SPStateManager stateProvider) |
protected static final Logger LOG
protected static final ResourceBundle BUNDLE
@GET @Produces(value="text/html") public LogoutResponse logout(@CookieParam(value="org.apache.cxf.websso.context") javax.ws.rs.core.Cookie context, @Context SecurityContext sc)
@POST @Produces(value="text/html") public LogoutResponse postLogout(@CookieParam(value="org.apache.cxf.websso.context") javax.ws.rs.core.Cookie context, @Context SecurityContext sc)
protected void reportError(String code)
public void setStateProvider(SPStateManager stateProvider)
public void setMainApplicationAddress(String mainApplicationAddress)
Apache CXF