org.springframework.security.cas
Class SamlServiceProperties

java.lang.Object
  extended by org.springframework.security.cas.ServiceProperties
      extended by org.springframework.security.cas.SamlServiceProperties
All Implemented Interfaces:
InitializingBean

public final class SamlServiceProperties
extends ServiceProperties

Sets the appropriate parameters for CAS's implementation of SAML (which is not guaranteed to be actually SAML compliant).

Since:
3.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Field Summary
static String DEFAULT_SAML_ARTIFACT_PARAMETER
           
static String DEFAULT_SAML_SERVICE_PARAMETER
           
 
Fields inherited from class org.springframework.security.cas.ServiceProperties
DEFAULT_CAS_ARTIFACT_PARAMETER, DEFAULT_CAS_SERVICE_PARAMETER
 
Constructor Summary
SamlServiceProperties()
           
 
Method Summary
 
Methods inherited from class org.springframework.security.cas.ServiceProperties
afterPropertiesSet, getArtifactParameter, getService, getServiceParameter, isSendRenew, setArtifactParameter, setSendRenew, setService, setServiceParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SAML_ARTIFACT_PARAMETER

public static final String DEFAULT_SAML_ARTIFACT_PARAMETER
See Also:
Constant Field Values

DEFAULT_SAML_SERVICE_PARAMETER

public static final String DEFAULT_SAML_SERVICE_PARAMETER
See Also:
Constant Field Values
Constructor Detail

SamlServiceProperties

public SamlServiceProperties()


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