Uses of Class
org.opensaml.core.xml.XMLObjectBuilderFactory
Packages that use XMLObjectBuilderFactory
Package
Description
Configuration of XML object providers and related functionality.
Interfaces and abstract implementations of marshallers and unmarshallers.
Classes for encrypting and decrypting SAML.
Interfaces and classes for working with XML KeyInfo elements.
-
Uses of XMLObjectBuilderFactory in org.opensaml.core.xml.config
Fields in org.opensaml.core.xml.config declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate XMLObjectBuilderFactory
XMLObjectProviderRegistry.builderFactory
Configured XMLObject builder factory.Methods in org.opensaml.core.xml.config that return XMLObjectBuilderFactoryModifier and TypeMethodDescriptionXMLObjectProviderRegistry.getBuilderFactory()
Gets the XMLObject builder factory that has been configured with information from loaded configuration files.static XMLObjectBuilderFactory
XMLObjectProviderRegistrySupport.getBuilderFactory()
Gets the XMLObject builder factory that has been configured with information from loaded configuration files. -
Uses of XMLObjectBuilderFactory in org.opensaml.core.xml.io
Fields in org.opensaml.core.xml.io declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate final XMLObjectBuilderFactory
AbstractXMLObjectUnmarshaller.xmlObjectBuilderFactory
Factory for XMLObjectBuilders. -
Uses of XMLObjectBuilderFactory in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate XMLObjectBuilderFactory
Encrypter.builderFactory
Factory for building XMLObject instances. -
Uses of XMLObjectBuilderFactory in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate final XMLObjectBuilderFactory
BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.builderFactory
Builder factory for KeyInfo objects.