Spring Security Framework

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

Packages that use ServiceProperties
org.springframework.security.providers.cas An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.ui.cas Authenticates standard web browser users via JA-SIG Central Authentication Service (CAS). 
 

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

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

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

Methods in org.springframework.security.ui.cas that return ServiceProperties
 ServiceProperties CasProcessingFilterEntryPoint.getServiceProperties()
           
 

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


Spring Security Framework

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