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

Packages that use ServiceProperties
org.springframework.security.cas   
org.springframework.security.cas.authentication An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.cas.web Authenticates standard web browser users via JA-SIG Central Authentication Service (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-2009 SpringSource, Inc. All Rights Reserved.