public final class

SamlServiceProperties

extends ServiceProperties
java.lang.Object
   ↳ org.springframework.security.cas.ServiceProperties
     ↳ org.springframework.security.cas.SamlServiceProperties

Class Overview

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

Summary

Constants
String DEFAULT_SAML_ARTIFACT_PARAMETER
String DEFAULT_SAML_SERVICE_PARAMETER
[Expand]
Inherited Constants
From class org.springframework.security.cas.ServiceProperties
Public Constructors
SamlServiceProperties()
[Expand]
Inherited Methods
From class org.springframework.security.cas.ServiceProperties
From class java.lang.Object
From interface org.springframework.beans.factory.InitializingBean

Constants

public static final String DEFAULT_SAML_ARTIFACT_PARAMETER

Constant Value: "SAMLart"

public static final String DEFAULT_SAML_SERVICE_PARAMETER

Constant Value: "TARGET"

Public Constructors

public SamlServiceProperties ()