| 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.ticket.proxy.support |
Package containing the specific implementations of the ProxyHandler
interface related to the various versions of the CAS protocol.
|
| org.jasig.cas.util |
Various utility classes to generate unique ids and work with urls.
|
| org.jasig.cas.web.flow |
This package defines the Webflow for the complete Login workflow (TGT
Check, Form Check, Warning Check, Service Redirect) as a set of Actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CentralAuthenticationServiceImpl.setTicketGrantingTicketUniqueTicketIdGenerator(UniqueTicketIdGenerator uniqueTicketIdGenerator)
Method to inject the Unique Ticket Id Generator into the class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CentralAuthenticationServiceImpl.setUniqueTicketIdGeneratorsForService(Map<String,UniqueTicketIdGenerator> uniqueTicketIdGeneratorsForService) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cas20ProxyHandler.setUniqueTicketIdGenerator(UniqueTicketIdGenerator uniqueTicketIdGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUniqueTicketIdGenerator
Default implementation of
UniqueTicketIdGenerator. |
class |
SamlCompliantUniqueTicketIdGenerator
Unique Ticket Id Generator compliant with the SAML 1.1 specification for
artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenerateLoginTicketAction.setTicketIdGenerator(UniqueTicketIdGenerator generator) |
Copyright © 2004-2012 Jasig. All Rights Reserved.