public final class DefaultSAMLBootstrap
extends org.springframework.security.saml.SAMLBootstrap
Constructor and Description |
---|
DefaultSAMLBootstrap()
Default signature algorithm is SHA256withRSA and default digest algorithm is SHA-256.
|
DefaultSAMLBootstrap(String signatureAlgorithmName,
String signatureAlgorithmURI,
String digestAlgorithmURI)
Allows user to specify different algorithm URIs.
|
Modifier and Type | Method and Description |
---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public DefaultSAMLBootstrap()
public DefaultSAMLBootstrap(String signatureAlgorithmName, String signatureAlgorithmURI, String digestAlgorithmURI)
signatureAlgorithmName
- Signature algorithm namesignatureAlgorithmURI
- Signature algorithm URIdigestAlgorithmURI
- Digest algorithm URIpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
postProcessBeanFactory
in class org.springframework.security.saml.SAMLBootstrap
org.springframework.beans.BeansException
Copyright © 2017. All rights reserved.