Modifier and Type | Method and Description |
---|---|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfigurationFactoryBean.getSignAssertions()
Gets whether assertions should be signed.
|
protected CryptoOperationRequirementLevel |
SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
SAML1ArtifactResolutionProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
SAML2SSOProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected abstract CryptoOperationRequirementLevel |
AbstractSAMLProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
SAML1AttributeQueryProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
ShibbolethSSOProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
protected CryptoOperationRequirementLevel |
SAML2AttributeQueryProfileConfigurationBeanDefinitionParser.getSignAssertionsDefault()
Gets the default value for the signAssertions property.
|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfigurationFactoryBean.getSignRequests()
Gets whether to sign protocol requests.
|
protected CryptoOperationRequirementLevel |
SAML2LogoutRequestProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
SAML1ArtifactResolutionProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
SAML2SSOProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected abstract CryptoOperationRequirementLevel |
AbstractSAMLProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
SAML1AttributeQueryProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
ShibbolethSSOProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
protected CryptoOperationRequirementLevel |
SAML2AttributeQueryProfileConfigurationBeanDefinitionParser.getSignResponsesDefault()
Gets the default value for the signResponses property.
|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfigurationFactoryBean.getSignResposnes()
Gets whether to sign protocol responses.
|
CryptoOperationRequirementLevel |
AbstractSAML2ProfileConfigurationFactoryBean.isEncryptAssertions()
Gets whether to encryption assertions.
|
CryptoOperationRequirementLevel |
AbstractSAML2ProfileConfigurationFactoryBean.isEncryptNameIds()
Gets whether to encrypt NameIDs.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSAML2ProfileConfigurationFactoryBean.setEncryptAssertions(CryptoOperationRequirementLevel encrypt)
Sets whether to encryption assertions.
|
void |
SAML2ECPProfileConfigurationFactoryBean.setEncryptAssertions(CryptoOperationRequirementLevel encrypt)
Sets whether to encryption assertions.
|
void |
AbstractSAML2ProfileConfigurationFactoryBean.setEncryptNameIds(CryptoOperationRequirementLevel encrypt)
Sets whether to encrypt NameIDs.
|
void |
SAML2ECPProfileConfigurationFactoryBean.setEncryptNameIds(CryptoOperationRequirementLevel encrypt)
Sets whether to encrypt NameIDs.
|
void |
SAML2ECPProfileConfigurationFactoryBean.setSignAssertions(CryptoOperationRequirementLevel sign)
Sets whether assertions should be signed.
|
void |
AbstractSAMLProfileConfigurationFactoryBean.setSignAssertions(CryptoOperationRequirementLevel sign)
Sets whether assertions should be signed.
|
void |
AbstractSAMLProfileConfigurationFactoryBean.setSignRequests(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol requests.
|
void |
SAML2ECPProfileConfigurationFactoryBean.setSignResponses(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol responses.
|
void |
AbstractSAMLProfileConfigurationFactoryBean.setSignResponses(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol responses.
|
Modifier and Type | Method and Description |
---|---|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfiguration.getSignAssertions()
Gets whether assertions should be signed.
|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfiguration.getSignRequests()
Gets whether to sign protocol requests.
|
CryptoOperationRequirementLevel |
AbstractSAMLProfileConfiguration.getSignResponses()
Gets whether to sign protocol responses.
|
static CryptoOperationRequirementLevel |
CryptoOperationRequirementLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoOperationRequirementLevel[] |
CryptoOperationRequirementLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSAMLProfileConfiguration.setSignAssertions(CryptoOperationRequirementLevel sign)
Sets whether assertions should be signed.
|
void |
AbstractSAMLProfileConfiguration.setSignRequests(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol requests.
|
void |
AbstractSAMLProfileConfiguration.setSignResponses(CryptoOperationRequirementLevel sign)
Sets whether to sign protocol responses.
|
Modifier and Type | Method and Description |
---|---|
CryptoOperationRequirementLevel |
AbstractSAML2ProfileConfiguration.getEncryptAssertion()
Gets whether assertions should be encrypted.
|
CryptoOperationRequirementLevel |
AbstractSAML2ProfileConfiguration.getEncryptNameID()
Gets whether NameIDs should be encrypted.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSAML2ProfileConfiguration.setEncryptAssertion(CryptoOperationRequirementLevel encrypt)
Sets whether assertions should be encrypted.
|
void |
AbstractSAML2ProfileConfiguration.setEncryptNameID(CryptoOperationRequirementLevel encrypt)
Sets whether NameIDs should be encrypted.
|
Copyright © 1999–2014. All rights reserved.