| 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.remoting.server |
Classes to allow CAS to be exposed as a server.
|
| org.jasig.cas.ticket |
Classes that represent tickets and can manipulate tickets.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CentralAuthenticationService.createTicketGrantingTicket(Credentials credentials)
Create a TicketGrantingTicket based on opaque credentials supplied by the
caller.
|
String |
CentralAuthenticationServiceImpl.delegateTicketGrantingTicket(String serviceTicketId,
Credentials credentials) |
String |
CentralAuthenticationService.delegateTicketGrantingTicket(String serviceTicketId,
Credentials credentials)
Delegate a TicketGrantingTicket to a Service for proxying authentication
to other Services.
|
String |
CentralAuthenticationServiceImpl.grantServiceTicket(String ticketGrantingTicketId,
Service service) |
String |
CentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service)
Grant a ServiceTicket for a Service.
|
String |
CentralAuthenticationServiceImpl.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credentials credentials) |
String |
CentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credentials credentials)
Grant a ServiceTicket for a Service *if* the principal resolved from the
credentials matches the principal associated with the
TicketGrantingTicket.
|
Assertion |
CentralAuthenticationServiceImpl.validateServiceTicket(String serviceTicketId,
Service service) |
Assertion |
CentralAuthenticationService.validateServiceTicket(String serviceTicketId,
Service service)
Validate a ServiceTicket for a particular Service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RemoteCentralAuthenticationService.createTicketGrantingTicket(Credentials credentials) |
String |
RemoteCentralAuthenticationService.delegateTicketGrantingTicket(String serviceTicketId,
Credentials credentials) |
String |
RemoteCentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service) |
String |
RemoteCentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credentials credentials) |
Assertion |
RemoteCentralAuthenticationService.validateServiceTicket(String serviceTicketId,
Service service) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidTicketException
TicketException to alert that a Ticket was not found or that it is expired.
|
class |
TicketCreationException
Exception thrown if there is an error creating a ticket.
|
class |
TicketValidationException
Exception to alert that there was an error validating the ticket.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.