org.springframework.security.saml
Class SAMLBootstrap
java.lang.Object
org.springframework.security.saml.SAMLBootstrap
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class SAMLBootstrap
- extends Object
- implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Initialization for SAML library. Is automatically called as part of Spring initialization.
- Author:
- Vladimir Schaefer
Method Summary |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Automatically called to initialize the whole module. |
protected void |
setMetadataKeyInfoGenerator()
Method registers extension specific KeyInfoGenerator which emits . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLBootstrap
public SAMLBootstrap()
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Automatically called to initialize the whole module.
- Specified by:
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
- Parameters:
beanFactory
- bean factory
- Throws:
org.springframework.beans.BeansException
- errors
setMetadataKeyInfoGenerator
protected void setMetadataKeyInfoGenerator()
- Method registers extension specific KeyInfoGenerator which emits .
- See Also:
SAMLConstants.SAML_METADATA_KEY_INFO_GENERATOR