public interface LogoutRequest
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getLogoutUrl()
Gets logout url.
|
WebApplicationService |
getService()
Gets service.
|
LogoutRequestStatus |
getStatus()
Gets status of the request.
|
java.lang.String |
getTicketId()
Gets ticket id.
|
void |
setStatus(LogoutRequestStatus status)
Sets status of the request.
|
LogoutRequestStatus getStatus()
void setStatus(LogoutRequestStatus status)
status
- the statusjava.lang.String getTicketId()
WebApplicationService getService()
java.net.URL getLogoutUrl()