|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TicketException | |
|---|---|
| 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. |
| Uses of TicketException in org.jasig.cas |
|---|
| Methods in org.jasig.cas that throw TicketException | |
|---|---|
java.lang.String |
CentralAuthenticationService.createTicketGrantingTicket(Credentials credentials)
Create a TicketGrantingTicket based on opaque credentials supplied by the caller. |
java.lang.String |
CentralAuthenticationServiceImpl.delegateTicketGrantingTicket(java.lang.String serviceTicketId,
Credentials credentials)
|
java.lang.String |
CentralAuthenticationService.delegateTicketGrantingTicket(java.lang.String serviceTicketId,
Credentials credentials)
Delegate a TicketGrantingTicket to a Service for proxying authentication to other Services. |
java.lang.String |
CentralAuthenticationServiceImpl.grantServiceTicket(java.lang.String ticketGrantingTicketId,
Service service)
|
java.lang.String |
CentralAuthenticationService.grantServiceTicket(java.lang.String ticketGrantingTicketId,
Service service)
Grant a ServiceTicket for a Service. |
java.lang.String |
CentralAuthenticationServiceImpl.grantServiceTicket(java.lang.String ticketGrantingTicketId,
Service service,
Credentials credentials)
|
java.lang.String |
CentralAuthenticationService.grantServiceTicket(java.lang.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(java.lang.String serviceTicketId,
Service service)
|
Assertion |
CentralAuthenticationService.validateServiceTicket(java.lang.String serviceTicketId,
Service service)
Validate a ServiceTicket for a particular Service. |
| Uses of TicketException in org.jasig.cas.remoting.server |
|---|
| Methods in org.jasig.cas.remoting.server that throw TicketException | |
|---|---|
java.lang.String |
RemoteCentralAuthenticationService.createTicketGrantingTicket(Credentials credentials)
|
java.lang.String |
RemoteCentralAuthenticationService.delegateTicketGrantingTicket(java.lang.String serviceTicketId,
Credentials credentials)
|
java.lang.String |
RemoteCentralAuthenticationService.grantServiceTicket(java.lang.String ticketGrantingTicketId,
Service service)
|
java.lang.String |
RemoteCentralAuthenticationService.grantServiceTicket(java.lang.String ticketGrantingTicketId,
Service service,
Credentials credentials)
|
Assertion |
RemoteCentralAuthenticationService.validateServiceTicket(java.lang.String serviceTicketId,
Service service)
|
| Uses of TicketException in org.jasig.cas.ticket |
|---|
| Subclasses of TicketException in org.jasig.cas.ticket | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||