public class SAML2ECPProfileConfigurationFactoryBean extends SAML2SSOProfileConfigurationFactoryBean
コンストラクタと説明 |
---|
SAML2ECPProfileConfigurationFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
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
getAssertionProxyCount, getAttributeAuthority, getProxyAudiences, isEncryptAssertions, isEncryptNameIds, populateBean, setAssertionProxyCount, setAttributeAuthority, setProxyAudiences
getAssertionLifetime, getAudiences, getOutboundArtifactType, getProfileSecurityPolicy, getSignAssertions, getSigningCredential, getSignRequests, getSignResposnes, populateBean, setAssertionLifetime, setAudiences, setOutboundArtifactType, setProfileSecurityPolicy, setSigningCredential, setSignRequests
public void setEncryptAssertions(CryptoOperationRequirementLevel encrypt)
setEncryptAssertions
クラス内 AbstractSAML2ProfileConfigurationFactoryBean
encrypt
- whether to encryption assertionspublic void setEncryptNameIds(CryptoOperationRequirementLevel encrypt)
setEncryptNameIds
クラス内 AbstractSAML2ProfileConfigurationFactoryBean
encrypt
- whether to encrypt NameIDspublic void setSignAssertions(CryptoOperationRequirementLevel sign)
setSignAssertions
クラス内 AbstractSAMLProfileConfigurationFactoryBean
sign
- whether assertions should be signedpublic void setSignResponses(CryptoOperationRequirementLevel sign)
setSignResponses
クラス内 AbstractSAMLProfileConfigurationFactoryBean
sign
- whether to sign protocol responsespublic Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 SAML2SSOProfileConfigurationFactoryBean
Copyright © 2012. All Rights Reserved.