public class SAML2ECPProfileConfigurationFactoryBean extends SAML2SSOProfileConfigurationFactoryBean
Constructor and Description |
---|
SAML2ECPProfileConfigurationFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Class |
getObjectType() |
void |
setEncryptAssertions(CryptoOperationRequirementLevel encrypt)
Sets whether to encryption assertions.
|
void |
setEncryptNameIds(CryptoOperationRequirementLevel encrypt)
Sets whether to encrypt NameIDs.
|
void |
setSignAssertions(CryptoOperationRequirementLevel sign)
Sets whether assertions should be signed.
|
void |
setSignResponses(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol responses.
|
createInstance, getMaximumSPSessionLifetime, includeAttributeStatement, setIncludeAttributeStatement, setMaximumSPSessionLifetime, setSkipEndpointValidationWhenSigned, skipEndpointValidationWhenSigned
getAssertionProxyCount, getAttributeAuthority, getProxyAudiences, isEncryptAssertions, isEncryptNameIds, populateBean, setAssertionProxyCount, setAttributeAuthority, setProxyAudiences
getAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, includeConditionsNotBefore, populateBean, setAssertionLifetime, setAudiences, setIncludeConditionsNotBefore, setOutboundArtifactType, setProfileSecurityPolicy, setSigningCredential, setSignRequests
public SAML2ECPProfileConfigurationFactoryBean()
public void setEncryptAssertions(CryptoOperationRequirementLevel encrypt)
setEncryptAssertions
in class AbstractSAML2ProfileConfigurationFactoryBean
encrypt
- whether to encryption assertionspublic void setEncryptNameIds(CryptoOperationRequirementLevel encrypt)
setEncryptNameIds
in class AbstractSAML2ProfileConfigurationFactoryBean
encrypt
- whether to encrypt NameIDspublic void setSignAssertions(CryptoOperationRequirementLevel sign)
setSignAssertions
in class AbstractSAMLProfileConfigurationFactoryBean
sign
- whether assertions should be signedpublic void setSignResponses(CryptoOperationRequirementLevel sign)
setSignResponses
in class AbstractSAMLProfileConfigurationFactoryBean
sign
- whether to sign protocol responsespublic Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class SAML2SSOProfileConfigurationFactoryBean
Copyright © 1999–2014. All rights reserved.