Uses of Interface
org.jasig.cas.CentralAuthenticationService

Packages that use CentralAuthenticationService
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.web In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL values to Java classes. 
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. 
 

Uses of CentralAuthenticationService in org.jasig.cas
 

Classes in org.jasig.cas that implement CentralAuthenticationService
 class CentralAuthenticationServiceImpl
          Concrete implementation of a CentralAuthenticationService, and also the central, organizing component of CAS's internal implementation.
 

Uses of CentralAuthenticationService in org.jasig.cas.remoting.server
 

Classes in org.jasig.cas.remoting.server that implement CentralAuthenticationService
 class RemoteCentralAuthenticationService
          Wrapper implementation around a CentralAuthenticationService that does completes the marshalling of parameters from the web-service layer to the service layer.
 

Methods in org.jasig.cas.remoting.server with parameters of type CentralAuthenticationService
 void RemoteCentralAuthenticationService.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
          Set the CentralAuthenticationService.
 

Uses of CentralAuthenticationService in org.jasig.cas.web
 

Methods in org.jasig.cas.web with parameters of type CentralAuthenticationService
 void ServiceValidateController.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void ProxyController.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void LogoutController.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 

Uses of CentralAuthenticationService in org.jasig.cas.web.flow
 

Methods in org.jasig.cas.web.flow with parameters of type CentralAuthenticationService
 void SendTicketGrantingTicketAction.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void GenerateServiceTicketAction.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void AuthenticationViaFormAction.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 void AbstractNonInteractiveCredentialsAction.setCentralAuthenticationService(CentralAuthenticationService centralAuthenticationService)
           
 



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