Package org.pac4j.saml.util
Class Configuration
java.lang.Object
org.pac4j.saml.util.Configuration
OpenSAML configuration bean to bootstrap the parser pool.
Uses the Java service API to find an instance of
ConfigurationManager to do the actual configuration. Will
use the implementation with the lowest javax|jakarta.annotation.Priority annotation. If none are found, a relatively sane
implementation, DefaultConfigurationManager, will be used. The default priority is 100.- Since:
- 1.7
- Author:
- Misagh Moayyed
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.opensaml.core.xml.XMLObject>static org.opensaml.core.xml.XMLObjectBuilderFactorystatic org.opensaml.core.xml.io.MarshallerFactorystatic net.shibboleth.shared.xml.ParserPoolstatic org.opensaml.core.xml.io.UnmarshallerFactorystatic StringWriterserializeSamlObject(org.opensaml.core.xml.XMLObject samlObject)
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Method Details
-
getParserPool
public static net.shibboleth.shared.xml.ParserPool getParserPool() -
getBuilderFactory
public static org.opensaml.core.xml.XMLObjectBuilderFactory getBuilderFactory() -
getMarshallerFactory
public static org.opensaml.core.xml.io.MarshallerFactory getMarshallerFactory() -
getUnmarshallerFactory
public static org.opensaml.core.xml.io.UnmarshallerFactory getUnmarshallerFactory() -
serializeSamlObject
-
deserializeSamlObject
-