Package org.springframework.security.cas
Class SamlServiceProperties
java.lang.Object
org.springframework.security.cas.ServiceProperties
org.springframework.security.cas.SamlServiceProperties
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Sets the appropriate parameters for CAS's implementation of SAML (which is not
guaranteed to be actually SAML compliant).
- Since:
- 3.0
-
Field Summary
Fields inherited from class org.springframework.security.cas.ServiceProperties
DEFAULT_CAS_ARTIFACT_PARAMETER, DEFAULT_CAS_SERVICE_PARAMETER
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.security.cas.ServiceProperties
afterPropertiesSet, getArtifactParameter, getService, getServiceParameter, isAuthenticateAllArtifacts, isSendRenew, setArtifactParameter, setAuthenticateAllArtifacts, setSendRenew, setService, setServiceParameter
-
Field Details
-
DEFAULT_SAML_ARTIFACT_PARAMETER
- See Also:
-
DEFAULT_SAML_SERVICE_PARAMETER
- See Also:
-
-
Constructor Details
-
SamlServiceProperties
public SamlServiceProperties()
-