public class OpenSAMLInitializerBean extends Object implements org.springframework.beans.factory.InitializingBean
OpenSAMLInitializer
Constructor and Description |
---|
OpenSAMLInitializerBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Invokes
initialize() after all properties have been assigned. |
void |
initialize()
Initializes the OpenSAML library.
|
void |
setParserPool(ParserPool parserPool)
Set the global ParserPool to configure.
|
public void initialize() throws Exception
Exception
- for init errorspublic void setParserPool(ParserPool parserPool)
parserPool
- the parserPool to assignpublic void afterPropertiesSet() throws Exception
initialize()
after all properties have been assigned.afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2018 Litsec AB. All rights reserved.