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.testing
Fields in org.opensaml.core.testing declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprotected static XMLObjectBuilderFactoryXMLObjectBaseTestCase.builderFactoryXMLObject builder factory. -
Uses of XMLObjectBuilderFactory in org.opensaml.core.xml.config
Fields in org.opensaml.core.xml.config declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate XMLObjectBuilderFactoryXMLObjectProviderRegistry.builderFactoryConfigured 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 XMLObjectBuilderFactoryXMLObjectProviderRegistrySupport.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 XMLObjectBuilderFactoryAbstractXMLObjectUnmarshaller.xmlObjectBuilderFactoryFactory for XMLObjectBuilders. -
Uses of XMLObjectBuilderFactory in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption declared as XMLObjectBuilderFactoryModifier and TypeFieldDescriptionprivate XMLObjectBuilderFactoryEncrypter.builderFactoryFactory 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 XMLObjectBuilderFactoryBasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator.builderFactoryBuilder factory for KeyInfo objects.