Uses of Class
org.springframework.security.cas.ServiceProperties

Packages that use ServiceProperties
org.springframework.security.cas Spring Security support for Jasig's Central Authentication Service (CAS). 
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
org.springframework.security.cas.web Authenticates standard web browser users via CAS. 
 

Uses of ServiceProperties in org.springframework.security.cas
 

Subclasses of ServiceProperties in org.springframework.security.cas
 class SamlServiceProperties
          Sets the appropriate parameters for CAS's implementation of SAML (which is not guaranteed to be actually SAML compliant).
 

Uses of ServiceProperties in org.springframework.security.cas.authentication
 

Methods in org.springframework.security.cas.authentication with parameters of type ServiceProperties
 void CasAuthenticationProvider.setServiceProperties(ServiceProperties serviceProperties)
           
 

Uses of ServiceProperties in org.springframework.security.cas.web
 

Methods in org.springframework.security.cas.web that return ServiceProperties
 ServiceProperties CasAuthenticationEntryPoint.getServiceProperties()
           
 

Methods in org.springframework.security.cas.web with parameters of type ServiceProperties
 void CasAuthenticationFilter.setServiceProperties(ServiceProperties serviceProperties)
           
 void CasAuthenticationEntryPoint.setServiceProperties(ServiceProperties serviceProperties)
           
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.