Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.sf.acegisecurity.ui.cas: Javadoc index of package net.sf.acegisecurity.ui.cas.


Package Samples:

net.sf.acegisecurity.ui.cas

Classes:

CasProcessingFilter: Processes a CAS service ticket. A service ticket consists of an opaque ticket string. It arrives at this filter by the user's browser successfully authenticating using CAS, and then receiving a HTTP redirect to a service . The opaque ticket string is presented in the ticket request parameter. This filter monitors the service URL so it can receive the service ticket and process it. The CAS server knows which service URL to use via the ServiceProperties.getService() 55 method. Processing the service ticket involves creating a UsernamePasswordAuthenticationToken which uses CAS_STATEFUL_IDENTIFIER ...
CasProcessingFilterEntryPoint: Used by the SecurityEnforcementFilter to commence authentication via the Yale Central Authentication Service (CAS). The user's browser will be redirected to the Yale CAS enterprise-wide login page. This page is specified by the loginUrl property. Once login is complete, the CAS login page will redirect to the page indicated by the service property. The service is a HTTP URL belonging to the current application. The service URL is monitored by the CasProcessingFilter , which will validate the CAS login was successful.
ServiceProperties: Stores properties related to this CAS service. Each web application capable of processing CAS tickets is known as a service. This class stores the properties that are relevant to the local CAS service, being the application that is being secured by the Acegi Security System for Spring.

Home | Contact Us | Privacy Policy | Terms of Service