| Package | Description |
|---|---|
| org.jasig.cas |
This is the entry point to the part of the CAS processing that is independent
of the user/program interface.
|
| org.jasig.cas.logout | |
| org.jasig.cas.remoting.server |
Classes to allow CAS to be exposed as a server.
|
| org.jasig.cas.web.support |
| Modifier and Type | Method and Description |
|---|---|
List<LogoutRequest> |
CentralAuthenticationService.destroyTicketGrantingTicket(String ticketGrantingTicketId)
Destroy a TicketGrantingTicket and perform back channel logout.
|
List<LogoutRequest> |
CentralAuthenticationServiceImpl.destroyTicketGrantingTicket(String ticketGrantingTicketId)
Destroy a TicketGrantingTicket and perform back channel logout.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogoutRequest> |
LogoutManager.performLogout(TicketGrantingTicket ticket)
Perform a back channel logout for a given ticket granting ticket and returns all the logout requests.
|
List<LogoutRequest> |
LogoutManagerImpl.performLogout(TicketGrantingTicket ticket)
Perform a back channel logout for a given ticket granting ticket and returns all the logout requests.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LogoutMessageCreator.create(LogoutRequest request)
Builds the logout message to be sent.
|
String |
SamlCompliantLogoutMessageCreator.create(LogoutRequest request) |
String |
LogoutManager.createFrontChannelLogoutMessage(LogoutRequest logoutRequest)
Create a logout message for front channel logout.
|
String |
LogoutManagerImpl.createFrontChannelLogoutMessage(LogoutRequest logoutRequest)
Create a logout message for front channel logout.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogoutRequest> |
RemoteCentralAuthenticationService.destroyTicketGrantingTicket(String ticketGrantingTicketId)
Destroy a TicketGrantingTicket and perform back channel logout.
|
| Modifier and Type | Method and Description |
|---|---|
static List<LogoutRequest> |
WebUtils.getLogoutRequests(org.springframework.webflow.execution.RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WebUtils.putLogoutRequests(org.springframework.webflow.execution.RequestContext context,
List<LogoutRequest> requests) |
Copyright © 2004-2014 Jasig. All Rights Reserved.