Uses of Interface
org.jasig.cas.util.UniqueTicketIdGenerator

Packages that use UniqueTicketIdGenerator
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. 
 

Uses of UniqueTicketIdGenerator in org.jasig.cas
 

Methods in org.jasig.cas with parameters of type UniqueTicketIdGenerator
 void CentralAuthenticationServiceImpl.setTicketGrantingTicketUniqueTicketIdGenerator(UniqueTicketIdGenerator uniqueTicketIdGenerator)
          Method to inject the Unique Ticket Id Generator into the class.
 

Method parameters in org.jasig.cas with type arguments of type UniqueTicketIdGenerator
 void CentralAuthenticationServiceImpl.setUniqueTicketIdGeneratorsForService(java.util.Map<java.lang.String,UniqueTicketIdGenerator> uniqueTicketIdGeneratorsForService)
           
 

Uses of UniqueTicketIdGenerator in org.jasig.cas.ticket.proxy.support
 

Methods in org.jasig.cas.ticket.proxy.support with parameters of type UniqueTicketIdGenerator
 void Cas20ProxyHandler.setUniqueTicketIdGenerator(UniqueTicketIdGenerator uniqueTicketIdGenerator)
           
 

Uses of UniqueTicketIdGenerator in org.jasig.cas.util
 

Classes in org.jasig.cas.util that implement UniqueTicketIdGenerator
 class DefaultUniqueTicketIdGenerator
          Default implementation of UniqueTicketIdGenerator.
 class SamlCompliantUniqueTicketIdGenerator
          Unique Ticket Id Generator compliant with the SAML 1.1 specification for artifacts.
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.