public final class LogoutRequest extends Object implements Serializable
| Constructor and Description |
|---|
LogoutRequest(String ticketId,
SingleLogoutService service)
Build a logout request from ticket identifier and service.
|
| Modifier and Type | Method and Description |
|---|---|
SingleLogoutService |
getService() |
LogoutRequestStatus |
getStatus() |
String |
getTicketId() |
void |
setStatus(LogoutRequestStatus status) |
public LogoutRequest(String ticketId, SingleLogoutService service)
LogoutRequestStatus.NOT_ATTEMPTED.ticketId - the service ticket id.service - the service.public LogoutRequestStatus getStatus()
public void setStatus(LogoutRequestStatus status)
public String getTicketId()
public SingleLogoutService getService()
Copyright © 2004-2015 Apereo. All Rights Reserved.