Uses of Interface
org.opensaml.core.xml.XMLObject
Packages that use XMLObject
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Interfaces and abstract implementations of marshallers and unmarshallers.
Components for persisting XMLObjects.
Interfaces for XMLObjects that represent XML schema types.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Utility classes for working with XML, XMLObjects, and various data types.
Interfaces and classes for decoding HTTP messages.
Interfaces and classes for decoding messages that come from an
HttpServletRequest.Interfaces and classes for encoding HTTP messages.
Interfaces and classes for encoding messages to a
HttpServletResponse.Base classes for working with SAML as Java objects.
Functions and predicates supporting common SAML profile behavior.
Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
Implementation for SAML v2.0 Identity Provider Discovery Profile.
Interface for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Interfaces for SAML 2 Metadata Profile for SAML 1.x.
Implementation for SAML 1.x Metadata Profile.
Interfaces for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Interfaces for SAML 2 Protocol Extension for Async Logout.
Implementation for SAML 2 Protocol Extension for Async Logout objects.
Interfaces for SAML 2 Channel Binding Extensions.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
Interfaces for SAML 2 Condition for Delegation Restriction.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Interfaces for SAML 2 Metadata Extension for Entity Attributes.
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
Concrete implementations of the interfaces for the
SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
The package to define the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
Interfaces for SAML 2 Metadata Extensions for Login UI and Discovery.
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
Interfaces for SAML-EC GSS-API Mechanism.
Implementation for SAML-EC GSS-API schema content.
Interfaces for SAML 2 Metadata Extension for Third-Party Request Protocol Extension.
Implementation for SAML V2 Protocol Extension for Third-Party Requests.
Classes for SAML metadata filtering.
Implementation of Metadata Filters.
Classes for retrieving, filtering, and querying metadata.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Interfaces for elements and attributes used in multiple SAML 2.0 specification.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Interfaces for SAML 2 ECP Elements.
Implementations of SAML 2.0 ECP types and elements.
Classes for encrypting and decrypting SAML.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
Classes related to verifying various credentials within a SAML system.
SOAP 1.1 client message decoding support implementations.
SOAP 1.1 client message encoding support implementations.
Common classes shared across SOAP versions, clients, and transports.
SOAP messaging support components.
Context classes in support of SOAP messaging.
XMLObject interfaces for SOAP 1.1 elements.
SOAP over HTTP 1.1 message decoder and handlers.
SOAP over HTTP 1.1 message encoder and handlers.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
General SOAP utility classes.
XMLObject interfaces for WS-Addressing 1.0 elements.
XML Object provider implementations for WS-Addressing.
Support classes for WS-Addressing.
XMLObject interfaces for WS-Federation elements.
XML Object provider implementations for WS-Federation.
XMLObject interfaces for WS-Policy 1.2 elements.
XML Object provider implementations for WS-Policy.
XMLObject interfaces for WS-Security 1.1 elements.
XML Object provider implementations for WS-Security.
WS-Security messaging support components.
Support classes for WS-Security.
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
General XACML classes.
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
XMLObject provider implementation support for XACML.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
API components related to key agreement operations.
Implementation components related to key agreement operations.
Implementation components related to key derivation operations.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Functional support for XML Encryption.
Interfaces and classes for working with XML KeyInfo elements.
Specific implementations of
KeyInfoProvider.XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of XMLObject in org.opensaml.core.testing
Methods in org.opensaml.core.testing with type parameters of type XMLObjectModifier and TypeMethodDescriptionprotected <T extends XMLObject>
TXMLObjectBaseTestCase.buildXMLObject(QName name) Builds the requested XMLObject.protected <T extends XMLObject>
XMLObjectBuilder<T>XMLObjectBaseTestCase.getBuilder(QName qname) Lookup the XMLObjectBuilder for a QName.protected <T extends XMLObject>
TXMLObjectBaseTestCase.unmarshallElement(String elementFile) Unmarshalls an element file into its XMLObject.protected <T extends XMLObject>
TXMLObjectBaseTestCase.unmarshallElement(String elementFile, boolean propagateErrors) Unmarshalls an element file into its XMLObject.Methods in org.opensaml.core.testing with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidXMLObjectBaseTestCase.assertXMLEquals(String failMessage, Document expectedDOM, XMLObject xmlObject) Asserts a given XMLObject is equal to an expected DOM.protected voidXMLObjectBaseTestCase.assertXMLEquals(Document expectedDOM, XMLObject xmlObject) Asserts a given XMLObject is equal to an expected DOM.protected MarshallerXMLObjectBaseTestCase.getMarshaller(XMLObject xmlObject) Lookup the marshaller for an XMLObject.protected UnmarshallerXMLObjectBaseTestCase.getUnmarshaller(XMLObject xmlObject) Lookup the unmarshaller for an XMLObject.protected voidFor convenience when testing, pretty-print the specified XMLObject to a file, or to the console if filename is null.voidXMLObjectProviderBaseTestCase.testAttributeIDnessMarshall(XMLObject target, String idValue) Test marshalling of attribute IDness. -
Uses of XMLObject in org.opensaml.core.xml
Classes in org.opensaml.core.xml with type parameters of type XMLObjectModifier and TypeClassDescriptionclassAbstractXMLObjectBuilder<XMLObjectType extends XMLObject>Base implementation for XMLObject builders.interfaceXMLObjectBuilder<XMLObjectType extends XMLObject>A builder for XMLObjects.Subinterfaces of XMLObject in org.opensaml.core.xmlModifier and TypeInterfaceDescriptioninterfaceAn interface for XMLObjects that represent DOM elements that support the XML Schema anyAttribute construct.interfaceAn XMLObject whose content model contains "any" child elements.interfaceInterface for implementations which adapt/wrap an instance ofXSAny.Classes in org.opensaml.core.xml that implement XMLObjectModifier and TypeClassDescriptionclassAbstractElementExtensible is an element of typexs:any, but withoutxs:anyAttributeattribute or text content.classAbstractExtensibleXMLObject is an element of typexs:any, and withxs:anyAttributeattributes.classAn abstract implementation of XMLObject.classAbstract base class for implementations that adapt/wrap an instance ofXSAny.Fields in org.opensaml.core.xml declared as XMLObjectModifier and TypeFieldDescriptionprivate final XMLObjectNamespaceManager.ownerThe owning XMLObject.private XMLObjectAbstractXMLObject.parentParent of this element.Fields in org.opensaml.core.xml with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>AbstractElementExtensibleXMLObject.anyXMLObjectsxs:anyXMLObjectchild elements.Methods in org.opensaml.core.xml with type parameters of type XMLObjectModifier and TypeMethodDescription<XMLObjectType extends XMLObject>
XMLObjectBuilder<XMLObjectType>XMLObjectBuilderFactory.ensureBuilder(QName key) Retrieves anXMLObjectBuilderusing the key it was registered with, or throws a runtime error if unable to locate one.<XMLObjectType extends XMLObject>
XMLObjectBuilder<XMLObjectType>XMLObjectBuilderFactory.ensureBuilder(Element domElement) Retrieves theXMLObjectBuilderfor the given element.protected <T extends XMLObject>
TAbstractXMLObject.prepareForAssignment(T oldValue, T newValue) A helper function for derived classes, similar to assignString, but for (singleton) XML objects.Methods in org.opensaml.core.xml that return XMLObjectModifier and TypeMethodDescriptionNamespaceManager.getOwner()Get the owning XMLObject instance.AbstractXMLObject.getParent()Gets the parent of this element or null if there is no parent.AbstractXSAnyAdapter.getParent()Gets the parent of this element or null if there is no parent.XMLObject.getParent()Gets the parent of this element or null if there is no parent.Find the XMLObject identified by the specified ID attribute, within the subtree of XMLObjects which has this XMLObject as its root.Find the XMLObject identified by the specified ID attribute, within the subtree of XMLObjects which has this XMLObject as its root.Find the XMLObject identified by the specified ID attribute, within the subtree of XMLObjects which has this XMLObject as its root.AbstractXMLObject.resolveIDFromRoot(String id) Find the XMLObject identified by the specified ID attribute, from the root of the tree of XMLObjects in which this XMLObject is a member.AbstractXSAnyAdapter.resolveIDFromRoot(String id) Find the XMLObject identified by the specified ID attribute, from the root of the tree of XMLObjects in which this XMLObject is a member.XMLObject.resolveIDFromRoot(String id) Find the XMLObject identified by the specified ID attribute, from the root of the tree of XMLObjects in which this XMLObject is a member.Methods in org.opensaml.core.xml that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAbstractElementExtensibleXMLObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AbstractXSAnyAdapter.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XMLObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AbstractElementExtensibleXMLObject.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AbstractElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ElementExtensibleXMLObject.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ElementExtensibleXMLObject.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.core.xml with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAbstractExtensibleXMLObjectMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractElementExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Noxs:anyAttributeattributes.protected voidAbstractExtensibleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No text content.protected voidAbstractExtensibleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls thexs:anyAttributeattributes.protected voidAbstractElementExtensibleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Unmarshalls all child elements in thexs:anylist.voidSets the parent of this element.voidSets the parent of this element.voidSets the parent of this element.Constructors in org.opensaml.core.xml with parameters of type XMLObject -
Uses of XMLObject in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectAbstractXMLObjectUnmarshaller.buildXMLObject(Element domElement) Constructs the XMLObject that the given DOM Element will be unmarshalled into.AbstractXMLObjectUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.Unmarshaller.unmarshall(Element element) Unmarshalls the given W3C DOM element into a XMLObject.Methods in org.opensaml.core.xml.io with parameters of type XMLObjectModifier and TypeMethodDescriptionMarshallerFactory.ensureMarshaller(XMLObject xmlObject) CallMarshallerFactory.getMarshaller(XMLObject)and raise an exception if no marshaller is registered.MarshallerFactory.getMarshaller(XMLObject xmlObject) Retrieves the marshaller for the given XMLObject.Marshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.Marshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidAbstractXMLObjectMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLObjectMarshaller.marshallChildElements(XMLObject xmlObject, Element domElement) Marshalls the child elements of the given XMLObject.protected voidAbstractXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected ElementAbstractXMLObjectMarshaller.marshallInto(XMLObject xmlObject, Element targetElement) Marshalls the given XMLObject into the given DOM Element.protected voidAbstractXMLObjectMarshaller.marshallNamespacePrefix(XMLObject xmlObject, Element domElement) Marshalls the namespace prefix of the XMLObject into the DOM element.protected voidAbstractXMLObjectMarshaller.marshallNamespaces(XMLObject xmlObject, Element domElement) Creates the xmlns attributes for any namespaces set on the given XMLObject.protected voidAbstractXMLObjectMarshaller.marshallSchemaInstanceAttributes(XMLObject xmlObject, Element domElement) Creates the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes for an XMLObject.private voidAbstractXMLObjectMarshaller.prepareForAdoption(XMLObject domCachingObject) Prepares the given DOM caching XMLObject for adoption into another document.protected voidAbstractXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAbstractXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAbstractXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls the attributes from the given DOM Attr into the given XMLObject.protected voidAbstractXMLObjectUnmarshaller.unmarshallChildElement(XMLObject xmlObject, Element childElement) Unmarshalls given Element's children.protected voidAbstractXMLObjectUnmarshaller.unmarshallNamespaceAttribute(XMLObject xmlObject, Attr attribute) Unmarshalls a namespace declaration attribute.protected voidAbstractXMLObjectUnmarshaller.unmarshallSchemaInstanceAttributes(XMLObject xmlObject, Attr attribute) Unmarshalls the XSI type, schemaLocation, and noNamespaceSchemaLocation attributes.protected voidAbstractXMLObjectUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of XMLObject in org.opensaml.core.xml.mock
Classes in org.opensaml.core.xml.mock that implement XMLObjectModifier and TypeClassDescriptionclassSimple XMLObject that can be used for testing.Fields in org.opensaml.core.xml.mock with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XMLObject>SimpleXMLObject.unknownXMLObjectsOther children.Methods in org.opensaml.core.xml.mock that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionSimpleXMLObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SimpleXMLObject.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SimpleXMLObject.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.core.xml.mock with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidSimpleXMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSimpleXMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidSimpleXMLObjectUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSimpleXMLObjectUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSimpleXMLObjectUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.core.xml.persist
Classes in org.opensaml.core.xml.persist with type parameters of type XMLObjectModifier and TypeClassDescriptionclassAbstract base class forXMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)returns data only if the data associated with the key has been modified since the last request.interfaceConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>Interface for specialization ofXMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)returns data only if the data associated with the key has been modified since the last request.classFilesystemLoadSaveManager<T extends XMLObject>Implementation ofXMLObjectLoadSaveManagerwhich uses a local filesystem to load and store serialized XML.classMapLoadSaveManager<T extends XMLObject>Simple implementation ofXMLObjectLoadSaveManagerwhich uses an in-memory map.interfaceXMLObjectLoadSaveManager<T extends XMLObject>Interface for a component which is capable of loading and saving instances ofXMLObject, based on a string key. -
Uses of XMLObject in org.opensaml.core.xml.schema
Subinterfaces of XMLObject in org.opensaml.core.xml.schemaModifier and TypeInterfaceDescriptioninterfaceRepresents the schema Any type.interfaceXMLObject that represents an XML Schema base64Binary.interfaceXSBoolean is thexs:booleanschema type.interfaceXMLObject that represents an XML Schema dateTime.interfaceXMLObject that represents an XML Schema Integer.interfaceXMLObject that represents an XML schema QName content bearing element.interfaceXMLObject that represents an XML Schema String.interfaceXMLObject that represents an XML schema URI content bearing element. -
Uses of XMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofXSAny.classConcrete implementation ofXSBase64Binary.classConcrete implementation ofXSBoolean.classConcrete implementation ofXSDateTime.classConcrete implementation ofXSInteger.classConcrete implementation ofXSQName.classConcrete implementation ofXSString.classConrete implementation ofXSURI.Fields in org.opensaml.core.xml.schema.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XMLObject>XSAnyImpl.unknownXMLObjectsChild XMLObjects.Methods in org.opensaml.core.xml.schema.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionXSAnyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSBase64BinaryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSBooleanImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSDateTimeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSIntegerImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSQNameImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSStringImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSURIImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XSAnyImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.XSAnyImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.core.xml.schema.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidXSAnyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidXSAnyMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBase64BinaryMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSBooleanMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSDateTimeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSIntegerMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSQNameMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSStringMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSURIMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidXSAnyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidXSAnyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSQNameUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXSAnyUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSBase64BinaryUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSBooleanUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSDateTimeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSIntegerUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSStringUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSURIUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidXSQNameUnmarshaller.unmarshallTextContent(XMLObject xmlObject, Text content) Unmarshalls the given Text node into a usable string by way ofCharacterData.getData()and passes it off toAbstractXMLObjectUnmarshaller.processElementContent(XMLObject, String)if the string is not null and contains something other than whitespace. -
Uses of XMLObject in org.opensaml.core.xml.util
Classes in org.opensaml.core.xml.util with type parameters of type XMLObjectModifier and TypeClassDescriptionclassIndexedXMLObjectChildrenList<ElementType extends XMLObject>A list which indexes XMLObjects by their schema type and element QName for quick retrival based on those items.(package private) classA special list that works as a view of an IndexedXMLObjectChildrenList showing only the sublist associated with a given index.classXMLObjectChildrenList<ElementType extends XMLObject>Resizable list for the children of XMLObjects.Fields in org.opensaml.core.xml.util declared as XMLObjectModifier and TypeFieldDescriptionprivate final XMLObjectAttributeMap.attributeOwnerXMLObject owning the attributes.private final XMLObjectIDIndex.ownerThe XMLObject which owns this ID index.private final XMLObjectXMLObjectChildrenList.parentParent to the elements in this list.Fields in org.opensaml.core.xml.util with type parameters of type XMLObjectModifier and TypeFieldDescriptionIDIndex.idMappingsMapping of ID attributes to XMLObjects in the subtree rooted at this object's owner.Methods in org.opensaml.core.xml.util with type parameters of type XMLObjectModifier and TypeMethodDescriptionstatic <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject) Clone an XMLObject by brute force:static <T extends XMLObject>
TXMLObjectSupport.cloneXMLObject(T originalXMLObject, XMLObjectSupport.CloneOutputOption cloneOutputOption) Clone an XMLObject by brute force:Methods in org.opensaml.core.xml.util that return XMLObjectModifier and TypeMethodDescriptionstatic XMLObjectXMLObjectSupport.buildXMLObject(QName elementName) Build an XMLObject based on the element name.static XMLObjectXMLObjectSupport.buildXMLObject(QName elementName, QName typeName) Build an XMLObject based on the element nane and xsi:type.Lookup and return the XMLObject identified by the specified ID attribute.static XMLObjectXMLObjectSupport.unmarshallFromInputStream(ParserPool parserPool, InputStream inputStream) Unmarshall a Document from an InputSteam.static XMLObjectXMLObjectSupport.unmarshallFromReader(ParserPool parserPool, Reader reader) Unmarshall a Document from a Reader.Methods in org.opensaml.core.xml.util that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionIDIndex.getIDMappings()Get the ID-to-XMLObject mappings for this object's owner's children.Methods in org.opensaml.core.xml.util with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidXMLAttributeSupport.addXMLBase(XMLObject xmlObject, String base) Adds axml:baseattribute to the given XML object.static voidAdds axml:idattribute to the given XML object.static voidXMLAttributeSupport.addXMLLang(XMLObject xmlObject, String lang) Adds axml:langattribute to the given XML object.static voidXMLAttributeSupport.addXMLSpace(XMLObject xmlObject, SpaceBearing.XMLSpaceEnum space) Adds axml:spaceattribute to the given XML object.static MarshallerXMLObjectSupport.getMarshaller(XMLObject xmlObject) Obtain an XMLObject marshaller for the given XMLObject.static StringXMLAttributeSupport.getXMLBase(XMLObject xmlObject) Gets thexml:baseattribute from a given XML object.static StringGets thexml:idattribute from a given XML object.static StringXMLAttributeSupport.getXMLLang(XMLObject xmlObject) Gets thexml:langattribute from a given XML object.static SpaceBearing.XMLSpaceEnumXMLAttributeSupport.getXMLSpace(XMLObject xmlObject) Gets thexml:spaceattribute from a given XML object.static StringXMLObjectSupport.lookupNamespacePrefix(XMLObject xmlObject, String namespaceURI) Get the prefix bound to the specified namespace URI within the scope of the specified XMLObject.static StringXMLObjectSupport.lookupNamespaceURI(XMLObject xmlObject, String prefix) Get the namespace URI bound to the specified prefix within the scope of the specified XMLObject.static ElementMarshall an XMLObject.static voidXMLObjectSupport.marshallToOutputStream(XMLObject xmlObject, OutputStream outputStream) Marshall an XMLObject to an OutputStream.voidIDIndex.registerIDMapping(String id, XMLObject referent) Register an ID-to-XMLObject mapping for one of this object's owner's children.Constructors in org.opensaml.core.xml.util with parameters of type XMLObjectModifierConstructorDescriptionAttributeMap(XMLObject newOwner) Constructor.Constructor.Constructor.IndexedXMLObjectChildrenList(XMLObject parent, Collection<ElementType> col) Constructor.XMLObjectChildrenList(XMLObject newParent) Constructs an empty list with all added XMLObjects being assigned the given parent XMLObject.XMLObjectChildrenList(XMLObject newParent, Collection<ElementType> newElements) Constructs a list containing the elements in the specified collection, in the order they are returned by the collection's iterator, with each added XMLObject assigned the given parent XMLObject. -
Uses of XMLObject in org.opensaml.messaging.decoder.httpclient
Methods in org.opensaml.messaging.decoder.httpclient that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectBaseHttpClientResponseXMLMessageDecoder.unmarshallMessage(InputStream messageStream) Helper method that deserializes and unmarshalls the message from the given stream. -
Uses of XMLObject in org.opensaml.messaging.decoder.servlet
Methods in org.opensaml.messaging.decoder.servlet that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectBaseHttpServletRequestXMLMessageDecoder.unmarshallMessage(InputStream messageStream) Helper method that deserializes and unmarshalls the message from the given stream. -
Uses of XMLObject in org.opensaml.messaging.encoder.httpclient
Methods in org.opensaml.messaging.encoder.httpclient with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected ElementBaseHttpClientRequestXMLMessageEncoder.marshallMessage(XMLObject message) Helper method that marshalls the given message. -
Uses of XMLObject in org.opensaml.messaging.encoder.servlet
Methods in org.opensaml.messaging.encoder.servlet with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected ElementBaseHttpServletResponseXMLMessageEncoder.marshallMessage(XMLObject message) Helper method that marshalls the given message. -
Uses of XMLObject in org.opensaml.saml.common
Subinterfaces of XMLObject in org.opensaml.saml.commonModifier and TypeInterfaceDescriptioninterfaceA base interface for all SAML Objects.interfaceA signable SAMLObject.Classes in org.opensaml.saml.common that implement XMLObjectModifier and TypeClassDescriptionclassAbstract SAMLObject implementation that also implementsSignableXMLObject.Methods in org.opensaml.saml.common with parameters of type XMLObjectModifier and TypeMethodDescriptionMarshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidAbstractSAMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAbstractSAMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.private voidSAMLObjectContentReference.populateNamespacePrefixes(Set<String> namespacePrefixes, XMLObject signatureContent) Populates the given set with the non-visibly used namespace prefixes used by the given XMLObject and all of its descendants, as determined by the signature content object's namespace manager. -
Uses of XMLObject in org.opensaml.saml.common.profile.logic
Methods in org.opensaml.saml.common.profile.logic with parameters of type XMLObjectModifier and TypeMethodDescriptionEntityAttributesPredicate.EntityAttributesMatcher.xmlObjectToStrings(XMLObject object) Convert an XMLObject to an array of String which can represent the type, if recognized. -
Uses of XMLObject in org.opensaml.saml.ext.idpdisco
Subinterfaces of XMLObject in org.opensaml.saml.ext.idpdiscoModifier and TypeInterfaceDescriptioninterfaceSAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of XMLObject in org.opensaml.saml.ext.idpdisco.impl
Classes in org.opensaml.saml.ext.idpdisco.impl that implement XMLObject -
Uses of XMLObject in org.opensaml.saml.ext.reqattr
Subinterfaces of XMLObject in org.opensaml.saml.ext.reqattrModifier and TypeInterfaceDescriptioninterfaceSAML V2.0 Protocol Extension For Requesting Attributes Per Request. -
Uses of XMLObject in org.opensaml.saml.ext.reqattr.impl
Classes in org.opensaml.saml.ext.reqattr.impl that implement XMLObjectMethods in org.opensaml.saml.ext.reqattr.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionRequestedAttributesImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.reqattr.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidRequestedAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml1md
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml1md -
Uses of XMLObject in org.opensaml.saml.ext.saml1md.impl
Classes in org.opensaml.saml.ext.saml1md.impl that implement XMLObject -
Uses of XMLObject in org.opensaml.saml.ext.saml2alg
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2algModifier and TypeInterfaceDescriptioninterfaceSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.interfaceSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 SigningMethod SAMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement XMLObjectModifier and TypeClassDescriptionclassImplementation ofDigestMethod.classImplementation ofSigningMethod.Fields in org.opensaml.saml.ext.saml2alg.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>DigestMethodImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>SigningMethodImpl.unknownChildrenWildcard child elements.Methods in org.opensaml.saml.ext.saml2alg.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionDigestMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SigningMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DigestMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.DigestMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.SigningMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SigningMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.saml.ext.saml2alg.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidDigestMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSigningMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSigningMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSigningMethodUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2aslo
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2asloModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Protocol extension Asynchronous. -
Uses of XMLObject in org.opensaml.saml.ext.saml2aslo.impl
Classes in org.opensaml.saml.ext.saml2aslo.impl that implement XMLObjectMethods in org.opensaml.saml.ext.saml2aslo.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAsynchronousImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM. -
Uses of XMLObject in org.opensaml.saml.ext.saml2cb
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2cbModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Channel Bindings Extensions ChannelBinding element. -
Uses of XMLObject in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement XMLObjectMethods in org.opensaml.saml.ext.saml2cb.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidChannelBindingsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidChannelBindingsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2delrestrict
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2delrestrictModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Condition for Delegation Restriction - Delegate element.interfaceSAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type. -
Uses of XMLObject in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement XMLObjectModifier and TypeClassDescriptionclassImplementation ofDelegate.classImplementation ofDelegationRestrictionType.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionDelegateImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DelegationRestrictionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.saml2delrestrict.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidDelegateMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidDelegateUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDelegateUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegationRestrictionTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdattr
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2mdattrModifier and TypeInterfaceDescriptioninterfaceSAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdattr.impl
Classes in org.opensaml.saml.ext.saml2mdattr.impl that implement XMLObjectMethods in org.opensaml.saml.ext.saml2mdattr.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionEntityAttributesImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.saml2mdattr.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidEntityAttributesUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2mdqueryModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata extension ActionNamespace.interfaceSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofActionNamespace.classConcrete implementation ofAttributeQueryDescriptorType.classConcrete implementation ofAuthnQueryDescriptorType.classConcrete implementation ofAuthzDecisionQueryDescriptorType.classConcrete implementation ofQueryDescriptorType.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAttributeQueryDescriptorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthzDecisionQueryDescriptorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.QueryDescriptorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.saml2mdquery.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidQueryDescriptorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidQueryDescriptorTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidQueryDescriptorTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2mdreqinitModifier and TypeInterfaceDescriptioninterfaceInterfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdreqinit.impl
Classes in org.opensaml.saml.ext.saml2mdreqinit.impl that implement XMLObject -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdrpi
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2mdrpiModifier and TypeInterfaceDescriptioninterfaceRepresentation of the<mdrpi:Publication>element.interfaceRepresentation of the<mdrpi:PublicationInfo>element.interfaceRepresentation of the<mdrpi:PublicationPath>element.interfaceRepresentation of the<mdrpi:RegistrationInfo>element.interfaceRepresentation of the<mdrpi:RegistrationPolicy>element.interfaceRepresentation of the<mdrpi:UsagePolicy>element. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement XMLObjectModifier and TypeClassDescriptionclassA concretePublication.classConcretePublicationInfo.classA concretePublicationPath.classConcrete Implementation ofRegistrationInfo.classConcrete implementation ofRegistrationPolicy.classConcrete implementation ofUsagePolicy.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionPublicationImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PublicationInfoImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PublicationPathImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RegistrationInfoImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.saml2mdrpi.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidPublicationInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPublicationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRegistrationInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPublicationInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRegistrationInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPublicationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPublicationPathUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRegistrationInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdui
Subinterfaces of XMLObject in org.opensaml.saml.ext.saml2mduiModifier and TypeInterfaceDescriptioninterfaceDisplayName.interfaceSee IdP Discovery and Login UI Metadata Extension Profile.interfaceDisplayName.interfaceDomainHint.interfaceGeolocationHint.interfaceInformationURL.interfaceIPHint.interfaceDisplayName.interfaceLocalized logo type.interfacePrivacyStatementURL.interfaceSee IdP Discovery and Login UI Metadata Extension Profile.Methods in org.opensaml.saml.ext.saml2mdui that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionDiscoHints.getXMLObjects()Get the list of all children of this element.DiscoHints.getXMLObjects(QName typeOrName) Get the list of all children of this element which have the specified name or type.UIInfo.getXMLObjects()Get the list of all children of this element.UIInfo.getXMLObjects(QName typeOrName) Get the list of all children of this element which have the specified name or type. -
Uses of XMLObject in org.opensaml.saml.ext.saml2mdui.impl
Classes in org.opensaml.saml.ext.saml2mdui.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofDescription.classConcrete implementation ofDiscoHints.classConcrete implementation ofDisplayName.classConcrete implementation ofDomainHint.classConcrete implementation ofGeolocationHint.classConcrete implementation ofInformationURL.classConcrete implementation ofIPHint.classConcrete implementation ofKeywords.classConcrete implementation ofLogo.classConcrete implementation ofPrivacyStatementURL.classConcrete implementation ofUIInfo.Fields in org.opensaml.saml.ext.saml2mdui.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>DiscoHintsImpl.discoHintsChildrenChildren of the UIInfo.private final IndexedXMLObjectChildrenList<XMLObject>UIInfoImpl.uiInfoChildrenChildren of the UIInfo.Methods in org.opensaml.saml.ext.saml2mdui.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionDiscoHintsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeywordsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.UIInfoImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DiscoHintsImpl.getXMLObjects()Get the list of all children of this element.DiscoHintsImpl.getXMLObjects(QName typeOrName) Get the list of all children of this element which have the specified name or type.UIInfoImpl.getXMLObjects()Get the list of all children of this element.UIInfoImpl.getXMLObjects(QName typeOrName) Get the list of all children of this element which have the specified name or type.Methods in org.opensaml.saml.ext.saml2mdui.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidKeywordsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLogoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeywordsMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidKeywordsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDiscoHintsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUIInfoUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeywordsUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.samlec
Subinterfaces of XMLObject in org.opensaml.saml.ext.samlecModifier and TypeInterfaceDescriptioninterfaceSAML-EC GSS-API EncType element.interfaceSAML-EC GSS-API GeneratedKey element.interfaceSAML-EC GSS-API SessionKey element. -
Uses of XMLObject in org.opensaml.saml.ext.samlec.impl
Classes in org.opensaml.saml.ext.samlec.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofEncType.classConcrete implementation ofGeneratedKey.classConcrete implementation ofSessionKey.Methods in org.opensaml.saml.ext.samlec.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionSessionKeyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.ext.samlec.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidGeneratedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSessionKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidGeneratedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSessionKeyUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.ext.samlpthrpty
Subinterfaces of XMLObject in org.opensaml.saml.ext.samlpthrptyModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Protocol Third-party extension RespondTo. -
Uses of XMLObject in org.opensaml.saml.ext.samlpthrpty.impl
Classes in org.opensaml.saml.ext.samlpthrpty.impl that implement XMLObject -
Uses of XMLObject in org.opensaml.saml.metadata.resolver.filter
Methods in org.opensaml.saml.metadata.resolver.filter that return XMLObjectModifier and TypeMethodDescriptionMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.final XMLObjectMetadataFilterChain.filter(XMLObject xmlObject, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.Methods in org.opensaml.saml.metadata.resolver.filter with parameters of type XMLObjectModifier and TypeMethodDescriptionMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.final XMLObjectMetadataFilterChain.filter(XMLObject xmlObject, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.voidProcess a metadata document node. -
Uses of XMLObject in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate Multimap<Predicate<EntityDescriptor>,XMLObject> AlgorithmFilter.applyMapRules for adding algorithms.SignatureValidationFilter.dynamicTrustedNamesStrategyStrategy function for extracting dynamic trusted names from signed metadata elements.Methods in org.opensaml.saml.metadata.resolver.filter.impl that return XMLObjectModifier and TypeMethodDescriptionAlgorithmFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.ByReferenceMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityAttributesFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityRoleFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NameIDFormatFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NodeProcessingMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.PredicateFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.RequiredValidUntilFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SchemaValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SignatureValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.Methods in org.opensaml.saml.metadata.resolver.filter.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionSignatureValidationFilter.getDynamicTrustedNamesStrategy()Get the strategy function for extracting dynamic trusted names from signed metadata elements.Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionAlgorithmFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.ByReferenceMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityAttributesFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.EntityRoleFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NameIDFormatFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.NodeProcessingMetadataFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.PredicateFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.RequiredValidUntilFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SchemaValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.SignatureValidationFilter.filter(XMLObject metadata, MetadataFilterContext context) Filters the given metadata, perhaps to remove elements that are not wanted.protected InstantRequiredValidUntilFilter.getValidUntil(XMLObject metadata) Gets the validUntil time of the metadata, if present.voidProcess a metadata document node.protected voidNodeProcessingMetadataFilter.processNode(XMLObject node) Process an individual metadata node.Method parameters in org.opensaml.saml.metadata.resolver.filter.impl with type arguments of type XMLObjectModifier and TypeMethodDescriptionvoidSignatureValidationFilter.setDynamicTrustedNamesStrategy(Function<XMLObject, Set<String>> strategy) Get the strategy function for extracting dynamic trusted names from signed metadata elements.voidAlgorithmFilter.setRules(Map<Predicate<EntityDescriptor>, Collection<XMLObject>> rules) Set the mappings fromPredicateto extensions of various types to apply. -
Uses of XMLObject in org.opensaml.saml.metadata.resolver.impl
Fields in org.opensaml.saml.metadata.resolver.impl declared as XMLObjectModifier and TypeFieldDescriptionprivate XMLObjectAbstractBatchMetadataResolver.BatchEntityBackingStore.cachedFilteredMetadataThe cached original source metadata document.private XMLObjectAbstractBatchMetadataResolver.BatchEntityBackingStore.cachedOriginalMetadataThe cached original source metadata document.Fields in org.opensaml.saml.metadata.resolver.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionPredicateRoleDescriptorResolver.IS_VALID_PREDICATEPredicate for evaluating whether a TimeboundSAMLObject is valid.private org.apache.hc.core5.http.io.HttpClientResponseHandler<XMLObject>AbstractDynamicHTTPMetadataResolver.responseHandlerHttpClient ResponseHandler instance to use.private XMLObjectLoadSaveManager<XMLObject>LocalDynamicMetadataResolver.sourceManagerThe manager for the local store of metadata.Methods in org.opensaml.saml.metadata.resolver.impl that return XMLObjectModifier and TypeMethodDescriptionAbstractBatchMetadataResolver.BatchEntityBackingStore.ensureCachedOriginalMetadata()Get the cached original source metadata, raising anIllegalStateExceptionif null.protected XMLObjectAbstractDynamicHTTPMetadataResolver.fetchFromOriginSource(CriteriaSet criteria) Fetch the metadata from the origin source.protected abstract XMLObjectAbstractDynamicMetadataResolver.fetchFromOriginSource(CriteriaSet criteria) Fetch the metadata from the origin source.protected XMLObjectLocalDynamicMetadataResolver.fetchFromOriginSource(CriteriaSet criteria) Fetch the metadata from the origin source.protected XMLObjectAbstractMetadataResolver.filterMetadata(XMLObject metadata) Filters the given metadata.AbstractBatchMetadataResolver.BatchEntityBackingStore.getCachedFilteredMetadata()Get the cached filtered source metadata.protected XMLObjectAbstractBatchMetadataResolver.getCachedFilteredMetadata()Convenience method for getting the current effective cached filtered metadata.AbstractBatchMetadataResolver.BatchEntityBackingStore.getCachedOriginalMetadata()Get the cached original source metadata.protected XMLObjectAbstractBatchMetadataResolver.getCachedOriginalMetadata()Convenience method for getting the current effective cached original metadata.AbstractDynamicHTTPMetadataResolver.BasicMetadataResponseHandler.handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) protected XMLObjectAbstractDynamicMetadataResolver.prepareForFiltering(XMLObject input) Prepare the object for filtering: If persistent caching is enabled, return a clone of the object in case the configured filter mutates the object.protected XMLObjectAbstractMetadataResolver.unmarshallMetadata(InputStream metadataInput) Unmarshalls the metadata from the given stream.protected XMLObjectAbstractReloadingMetadataResolver.unmarshallMetadata(byte[] metadataBytes) Unmarshalls the given metadata bytes.Methods in org.opensaml.saml.metadata.resolver.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectAbstractMetadataResolver.filterMetadata(XMLObject metadata) Filters the given metadata.protected booleanReturns whether the given descriptor is valid.protected voidAbstractReloadingMetadataResolver.postProcessMetadata(byte[] metadataBytes, Document metadataDom, XMLObject originalMetadata, XMLObject filteredMetadata) Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from theXMLObject) but before the metadata is saved off.protected voidFileBackedHTTPMetadataResolver.postProcessMetadata(byte[] metadataBytes, Document metadataDom, XMLObject originalMetadata, XMLObject filteredMetadata) Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from theXMLObject) but before the metadata is saved off.protected XMLObjectAbstractDynamicMetadataResolver.prepareForFiltering(XMLObject input) Prepare the object for filtering: If persistent caching is enabled, return a clone of the object in case the configured filter mutates the object.AbstractBatchMetadataResolver.preProcessNewMetadata(XMLObject root) Process the specified new metadata document, including metadata filtering and return its data in a new entity backing store instance.protected voidAbstractDynamicMetadataResolver.processNewMetadata(XMLObject root, String expectedEntityID) Process the specified new metadata document, including metadata filtering, and store the processed metadata in the backing store.protected voidAbstractDynamicMetadataResolver.processNewMetadata(XMLObject root, String expectedEntityID, boolean fromPersistentCache) Process the specified new metadata document, including metadata filtering, and store the processed metadata in the backing store.protected voidAbstractReloadingMetadataResolver.processNonExpiredMetadata(String metadataIdentifier, Instant refreshStart, byte[] metadataBytes, XMLObject metadata) Processes metadata that has been determined to be valid at the time it was fetched.protected voidAbstractReloadingMetadataResolver.processPreExpiredMetadata(String metadataIdentifier, Instant refreshStart, byte[] metadataBytes, XMLObject metadata) Processes metadata that has been determined to be invalid (usually because it's already expired) at the time it was fetched.protected voidAbstractMetadataResolver.releaseMetadataDOM(XMLObject metadata) Releases the DOM representation from the metadata object.voidAbstractBatchMetadataResolver.BatchEntityBackingStore.setCachedFilteredMetadata(XMLObject metadata) Set the cached filtered source metadata.voidAbstractBatchMetadataResolver.BatchEntityBackingStore.setCachedOriginalMetadata(XMLObject metadata) Set the cached original source metadata.Constructor parameters in org.opensaml.saml.metadata.resolver.impl with type arguments of type XMLObjectModifierConstructorDescriptionLocalDynamicMetadataResolver(Timer backgroundTaskTimer, XMLObjectLoadSaveManager<XMLObject> manager, Function<CriteriaSet, String> keyGenerator) Constructor.Constructor.LocalDynamicMetadataResolver(XMLObjectLoadSaveManager<XMLObject> manager, Function<CriteriaSet, String> keyGenerator) Constructor. -
Uses of XMLObject in org.opensaml.saml.saml1.core
Subinterfaces of XMLObject in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterfaceInterface describing how a SAML1.1Actionelement behaves.interfaceThis interface defines how the object representing a SAML 1Adviceelement behaves.interfaceThis interface defines how the object representing a SAML 1Assertionelement behaves.interfaceThis interface is for the SAML1AssertionArtifactelement.interfaceThis interface defines how the object representing a SAML 1AssertionIDReferenceelement behaves.interfaceThis interface defines how the object representing a SAML 1Attributeelement behaves.interfaceThis interface defines how the object representing a SAML 1AttributeDesignatorelement behaves.interfaceDescription of the behaviour of theAttributeQueryelement.interfaceThis interface defines how the object representing a SAML 1AttributeStatementelement behaves.interfaceThis interface defines how the object representing a SAML 1AttributeValueelement behaves.interfaceThis interface describes how an object representing a SAML1Audienceelement will behave.interfaceThis interface describes how ab object representing a SAML1AudienceRestrictionConditionelement will behave.interfaceDescription of the behaviour of theAuthenticationQueryelement.interfaceThis interface defines how the object representing a SAML1AuthenticationStatmentelement behaves.interfaceInterface to define how aAuthorityBindingelement behaves.interfaceDescription of the behaviour of theAuthorizationDecisionQueryelement.interfaceThis interface defines how the object representing a SAML1AuthorizationDecisionStatementelement behaves.interfaceThis interface describes how a object representing a SAML1Conditionelement will behave.interfaceThis interface defines how the object representing a SAML1Conditionselement behaves.interfaceThis interface defines how the object representing a SAML1ConfirmationMethodelement behaves.interfaceThis interface describes how ab object representing a SAML1DoNotCacheConditionelement will behave.interfaceInterface describing how a SAML1.1Evidenceelement behaves.interfaceMarker interface for element types that can constitute evidence within aEvidenceobject.interfaceInterface to define how a NameIdentifier element behaves.interfaceThis interface is for the SAML1Queryextention point.interfaceThis interface defines how the SAML1Requestobjects behave.interfaceThis interface describes the base class for types derived fromRequestAbstractType.interfaceThis interface defines how the (deprecated) RespondWith element would behave.interfaceThis interface defines how the object representing a SAML1Responseelement behaves.interfaceThis interface defines the base class for type derived from the SAML1ResponseAbstractType.interfaceThis interface defines how the object representing a SAML1Statementelement behaves.interfaceThis interface defines how the object representing a SAML 1Statuselement behaves.interfaceThis interface defines how the object representing a SAML 1StatusCodeelement behaves.interfaceInterface to describe how aStatusDetailelement behaves.interfaceThis interface defines how the object representing a SAML1StatusMessageelement behaves.interfaceInterface to describe how theSubjectelements work.interfaceInterface to define how a SubjectConfirmation element behaves.interfaceThis interface defines how the object representing a SAML1SubjectConfirmationDataelement behaves.interfaceInterface to define how a SubjectLocality element behaves.interfaceThis interface is for the SAML1SubjectQueryextention point.interfaceInterface to descibe how the anchor point SubjectStatement would work.Methods in org.opensaml.saml.saml1.core that return XMLObjectModifier and TypeMethodDescriptionSubjectConfirmation.getSubjectConfirmationData()Get the SubjectConfirmationData.Methods in org.opensaml.saml.saml1.core that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAttribute.getAttributeValues()Get all the subsiduary AttributeValue elements.Methods in org.opensaml.saml.saml1.core with parameters of type XMLObjectModifier and TypeMethodDescriptionvoidSubjectConfirmation.setSubjectConfirmationData(XMLObject subjectConfirmationData) Set the SubjectConfirmationData. -
Uses of XMLObject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofAction.classConcrete implementation ofAdvice.classConcrete implementation ofAssertionArtifact.classConcrete Implementation ofAssertionIDReferenceObject.classThis class implements the SAML 1Assertionstatement.classConcrete Implementation of theAttributeDesignatorinterface.classA Concrete implementation of theAttributeInterface.classConcrete implementation of theAttributeQueryinterface.classA Concrete implementation of theAttributeStatementInterface.classA concrete implementation ofAttributeValue.classConcrete class implementation ofAudience.classConcrete implementation of the org.opensaml.saml.saml1.core.AudienceRestrictionCondition.classConcrete implementation of theAuthenticationQueryinterface.classA Concrete implementation of theAuthenticationStatementInterface.classA concrete implementation of theAuthorityBindinginterface.classConcrete implementation of theAuthorizationDecisionQueryinterface.classA concrete implementation ofAuthorizationDecisionStatement.classThis is a concrete implementation of theConditionsinterface.classConcrete Implementation of theConfirmationMethodinterface.classConcrete implementation ofDoNotCacheCondition.classConcrete implementation of theEvidenceinterface.classComplete implementation ofNameIdentifier.classImplementation ofRequestAbstractType.classConcrete implementation ofRequest.classImplementation ofRespondWith.classAbstract implementation ofResponseAbstractTypeObject.classImplementation of theResponseObject.classConcrete implementation ofStatusCode.classConcrete implementation ofStatusDetail.classConcrete ImplementationStatus.classConcrete implementation ofStatusMessageobject.classA concrete implementation ofSubjectConfirmationData.classConcrete implementation ofSubjectConfirmation.classComplete implementation ofSubject.classA concrete implementation of theSubjectLocalityinterface.classAbstract implementation ofSubjectQuerytype.classAbstract implementation ofSubjectStatementtype.Fields in org.opensaml.saml.saml1.core.impl declared as XMLObjectModifier and TypeFieldDescriptionprivate XMLObjectSubjectConfirmationImpl.subjectConfirmationDataContains the SubjectConfirmationData element.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>AdviceImpl.assertionChildrenContains all the SAML objects we have added.private final XMLObjectChildrenList<XMLObject>AttributeImpl.attributeValuesContains the AttributeValues.private final IndexedXMLObjectChildrenList<XMLObject>AdviceImpl.unknownChildren"any" children.private final IndexedXMLObjectChildrenList<XMLObject>StatusDetailImpl.unknownChildrenchild "any" elements.Methods in org.opensaml.saml.saml1.core.impl that return XMLObjectModifier and TypeMethodDescriptionSubjectConfirmationImpl.getSubjectConfirmationData()Get the SubjectConfirmationData.AssertionUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.RequestAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.ResponseAbstractTypeUnmarshaller.unmarshall(Element domElement) Unmarshalls the given W3C DOM element into a XMLObject.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAttributeImpl.getAttributeValues()Get all the subsiduary AttributeValue elements.AdviceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AssertionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeDesignatorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AudienceRestrictionConditionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthenticationStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthorityBindingImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthorizationDecisionQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthorizationDecisionStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ConditionsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DoNotCacheConditionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EvidenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestAbstractTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RespondWithImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResponseAbstractTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusCodeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusDetailImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectConfirmationImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectLocalityImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AdviceImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AdviceImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.StatusDetailImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.StatusDetailImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.saml.saml1.core.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAssertionMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRequestAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidResponseAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAssertionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeDesignatorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthenticationQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthenticationStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorityBindingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorizationDecisionQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthorizationDecisionStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidConditionsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIdentifierMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResponseAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusCodeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectLocalityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticationStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorityBindingUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIdentifierUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionConditionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthenticationStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthorizationDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.voidSubjectConfirmationImpl.setSubjectConfirmationData(XMLObject data) Set the SubjectConfirmationData. -
Uses of XMLObject in org.opensaml.saml.saml2.common
Subinterfaces of XMLObject in org.opensaml.saml.saml2.commonModifier and TypeInterfaceDescriptioninterfaceA functional interface for SAMLElements that provide cache duration information.interfaceA functional interface for SAMLElements that are bounded with a "validUntil" attribute.Methods in org.opensaml.saml.saml2.common with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic InstantSAML2Support.getEarliestExpiration(XMLObject xmlObject) Gets the earliest expiration instant for a XMLObject.static InstantSAML2Support.getEarliestExpiration(XMLObject xmlObject, Instant candidateTime, Instant now) Gets the earliest expiration instant within a metadata tree.static booleanChecks to see if the given XMLObject is still valid.boolean -
Uses of XMLObject in org.opensaml.saml.saml2.core
Subinterfaces of XMLObject in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Core Action.interfaceSAML 2.0 Core Advice.interfaceSAML 2.0 Core Artifact.interfaceSAML 2.0 Core ArtifactResolve.interfaceSAML 2.0 Core ArtifactResponse.interfaceSAML 2.0 Core Assertion.interfaceSAML 2.0 Core AssertionIDRef.interfaceSAML 2.0 Core AssertionIDRequest.interfaceSAML 2.0 Core AssertionURIRef.interfaceSAML 2.0 Core Attribute.interfaceSAML 2.0 AttributeQuery.interfaceSAML 2.0 Core AttributeStatement.interfaceThis interface defines how the object representing a SAML 2AttributeValueelement behaves.interfaceSAML 2.0 Core Audience.interfaceSAML 2.0 Core AudienceRestriction.interfaceSAML 2.0 Core AuthenticatingAuthority.interfaceSAML 2.0 Core AuthnContext.interfaceSAML 2.0 Core AuthnContextClassRef.interfaceSAML 2.0 Core AuthnContextDecl.interfaceSAML 2.0 Core AuthnContextDeclRef.interfaceSAML 2.0 AuthnQuery.interfaceSAML 2.0 Core AuthnRequest.interfaceSAML 2.0 Core AuthnStatement.interfaceSAML 2.0 AuthzDecisionQuery.interfaceSAML 2.0 Core AuthzDecisionStatement.interfaceSAML 2.0 Core BaseID.interfaceSAML 2.0 Core Condition.interfaceSAML 2.0 Core Conditions.interfaceSAML 2.0 Core EncryptedAssertion.interfaceSAML 2.0 Core EncryptedAttribute.interfaceSAML 2.0 Core EncryptedElementType.interfaceSAML 2.0 Core EncryptedID.interfaceSAML 2.0 Core Evidence.interfaceMarker interface for element types that can constitute evidence within aEvidenceobject.interfaceSAML 2.0 Core Extensions.interfaceSAML 2.0 Core GetComplete.interfaceSAML 2.0 Core IDPEntry.interfaceSAML 2.0 Core IDPList.interfaceSAML 2.0 Core Issuer.interfaceSAML 2.0 Core KeyInfoConfirmationDataType.interfaceSAML 2.0 Core LogoutRequest.interfaceSAML 2.0 Core LogoutResponse.interfaceSAML 2.0 Core ManageNameIDRequest.interfaceSAML 2.0 Core ManageNameIDResponse.interfaceSAML 2.0 Core NameID.interfaceSAML 2.0 Core NameIDMappingRequest.interfaceSAML 2.0 Core NameIDMappingResponse .interfaceSAML 2.0 Core NameIDPolicy.interfaceSAML 2.0 Assertion NameID schema type.interfaceSAML 2.0 Core NewEncryptedID.interfaceSAML 2.0 Core NewID.interfaceSAML 2.0 Core OneTimeUse.interfaceSAML 2.0 Core ProxyRestriction.interfaceSAML 2.0 Core RequestAbstractType.interfaceSAML 2.0 Core RequestedAuthnContext.interfaceSAML 2.0 Core RequesterID.interfaceSAML 2.0 Core Response.interfaceSAML 2.0 Core Scoping.interfaceSAML 2.0 Core SessionIndex.interfaceSAML 2.0 Core Statement.interfaceSAML 2.0 Core Status.interfaceSAML 2.0 Core StatusCode.interfaceSAML 2.0 Core StatusDetail.interfaceSAML 2.0 Core StatusMessage.interfaceSAML 2.0 Core StatusResponseType.interfaceSAML 2.0 Core Subject.interfaceSAML 2.0 Core SubjectConfirmation.interfaceSAML 2.0 Core SubjectConfirmationData.interfaceSAML 2.0 Core SubjectLocality.interfaceSAML 2.0 Core SubjectQuery.interfaceSAML 2.0 Core Terminate.Methods in org.opensaml.saml.saml2.core that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAttribute.getAttributeValues()Gets the list of attribute values for this attribute.Advice.getChildren()Gets the list of all child elements attached to this advice.Advice.getChildren(QName typeOrName) Gets the list of child elements attached to this advice that match a particular QName.KeyInfoConfirmationDataType.getKeyInfos()Get the list of child KeyInfo elements. -
Uses of XMLObject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement XMLObjectModifier and TypeClassDescriptionclassAbstract implementation ofNameIDType.classA concrete implementation ofAction.classA concrete implementation ofAdvice.classConcrete implementation ofArtifact.classConcrete implementation ofArtifactResolve.classConcrete implementation ofArtifactResponse.classConcrete implementation ofAssertionIDRef.classA concrete implementation ofAssertionIDRequest.classA concrete implementation ofAssertion.classA concrete implementation ofAssertionURIRef.classConcrete implementation ofAttribute.classConcrete implementation ofAttributeQuery.classA concrete implementation ofAttributeStatement.classA concrete implementation ofAttributeValue.classConcrete implementation ofAudience.classConcrete implementation ofAudienceRestriction.classA concrete implementation ofAuthenticatingAuthority.classA concrete implementation ofAuthnContextClassRef.classA concrete implementation ofAuthnContextDecl.classA concrete implementation ofAuthnContextDeclRef.classA concrete implemenation ofAuthnContext.classConcrete implementation ofAuthnQuery.classA concrete implementation ofAuthnRequest.classA concrete implementation ofAuthnStatement.classConcrete implementation ofAuthzDecisionQuery.classA concrete implementation ofAuthzDecisionStatement.classConcrete implementation ofBaseID.classclassConcrete implementation ofConditions.classclassA concrete implementation ofEncryptedAssertion.classA concrete implementation ofEncryptedAttribute.classA concrete implementation ofEncryptedElementType.classA concrete implementation ofEncryptedID.classA concrete implementation ofEvidence.classImplementation ofExtensions.classConcrete implementation ofGetComplete.classConcrete implementation ofIDPEntry.classConcrete implementation ofIDPList.classA concrete implementation ofIssuer.classConcrete implementation ofKeyInfoConfirmationDataType.classA concrete implementation ofLogoutRequest.classA concrete implementation ofLogoutResponse.classA concrete implementation ofManageNameIDRequest.classConcrete implementation forManageNameIDResponseobjects.classConcrete implementation ofNameID.classA concrete implementation ofNameIDMappingRequest.classConcrete implementation ofNameIDMappingResponse.classConcrete implementation ofNameIDPolicy.classA concrete implementation ofNewEncryptedID.classConcrete implementation ofNewID.classConcrete implementation ofOneTimeUse.classConcrete implementation ofProxyRestriction.classConcrete implementation ofRequestAbstractType.classConcrete implementation ofRequestedAuthnContext.classConcrete implementation ofRequesterID.classConcrete implementation ofResponse.classConcrete implementation ofScoping.classConcrete implementation ofSessionIndex.classclassConcrete implementation ofStatusCode.classConcrete implementation ofStatusDetail.classConcrete implementation ofStatus.classConcrete implementation ofStatusMessage.classConcrete implementation ofStatusResponseType.classConcrete implementation ofSubjectConfirmationData.classConcrete implementation ofSubjectConfirmation.classConcrete implementation ofSubject.classA concrete implementation ofSubjectLocality.classConcrete implementation ofSubjectQuery.classConcrete implementation ofTerminate.Fields in org.opensaml.saml.saml2.core.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<XMLObject>AttributeImpl.attributeValuesList of attribute values for this attribute.private final IndexedXMLObjectChildrenList<XMLObject>AdviceImpl.indexedChildrenChildren.private final IndexedXMLObjectChildrenList<XMLObject>AttributeStatementImpl.indexedChildrenAttributes and EncryptedAttributes in this statement.private final IndexedXMLObjectChildrenList<XMLObject>ResponseImpl.indexedChildrenAssertion child elements.private final IndexedXMLObjectChildrenList<XMLObject>ExtensionsImpl.unknownChildren"any" children.private final IndexedXMLObjectChildrenList<XMLObject>StatusDetailImpl.unknownChildrenchild "any" elements.private final IndexedXMLObjectChildrenList<XMLObject>SubjectConfirmationDataImpl.unknownChildren"any" children.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAttributeImpl.getAttributeValues()Gets the list of attribute values for this attribute.AdviceImpl.getChildren()Gets the list of all child elements attached to this advice.AdviceImpl.getChildren(QName typeOrName) Gets the list of child elements attached to this advice that match a particular QName.KeyInfoConfirmationDataTypeImpl.getKeyInfos()Get the list of child KeyInfo elements.AdviceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ArtifactResolveImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ArtifactResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AssertionIDRequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AssertionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AudienceRestrictionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthnContextImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthnQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthnRequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthnStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthzDecisionQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthzDecisionStatementImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.BaseIDImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ConditionsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptedElementTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EvidenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ExtensionsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.IDPEntryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.IDPListImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.LogoutRequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ManageNameIDRequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.NameIDMappingRequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.NameIDMappingResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.NameIDPolicyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OneTimeUseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ProxyRestrictionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestAbstractTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedAuthnContextImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ScopingImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusCodeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusDetailImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusResponseTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectConfirmationDataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectConfirmationImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectLocalityImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectQueryImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TerminateImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ExtensionsImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ExtensionsImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.StatusDetailImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.StatusDetailImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.SubjectConfirmationDataImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SubjectConfirmationDataImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.saml.saml2.core.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAssertionMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRequestAbstractTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidStatusResponseTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAssertionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthnStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthzDecisionQueryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAuthzDecisionStatementMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidBaseIDMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidConditionsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIDPEntryMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLogoutRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDPolicyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidProxyRestrictionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestAbstractTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestedAuthnContextMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidScopingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusCodeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusResponseTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationDataMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectLocalityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidNameIDTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAssertionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthnStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBaseIDUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConditionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPEntryUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLogoutRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDPolicyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNameIDTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProxyRestrictionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAbstractTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAuthnContextUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidScopingUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusResponseTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectLocalityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAdviceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResolveUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidArtifactResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionIDRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAssertionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAudienceRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnContextUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthzDecisionStatementUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedElementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEvidenceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPListUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLogoutRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidManageNameIDRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidNameIDMappingResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProxyRestrictionUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestAbstractTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedAuthnContextUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidScopingUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusResponseTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationDataUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectQueryUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.saml.saml2.ecp
Subinterfaces of XMLObject in org.opensaml.saml.saml2.ecpModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 ECP RelayState SOAP header.interfaceSAML 2.0 ECP Request SOAP header.interfaceSAML 2.0 ECP RequestAuthenticated SOAP header.interfaceSAML 2.0 ECP Response SOAP header.interfaceSAML 2.0 ECP SubjectConfirmation SOAP header. -
Uses of XMLObject in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement XMLObjectModifier and TypeClassDescriptionclassA concrete implementation ofRelayState.classConcrete implementation ofRequestAuthenticated.classA concrete implementation ofRequest.classA concrete implementation ofResponse.classConcrete implementation ofSubjectConfirmation.Methods in org.opensaml.saml.saml2.ecp.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionRelayStateImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestAuthenticatedImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectConfirmationImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.saml.saml2.ecp.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidRelayStateMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestAuthenticatedMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRelayStateUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestAuthenticatedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResponseUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectConfirmationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption with parameters of type XMLObjectModifier and TypeMethodDescriptionprivate EncryptedElementTypeEncrypt the specified XMLObject, and return it as an instance of the specified QName, which should be one of the types derived fromEncryptedElementType.private voidDecrypter.logPostDecryption(XMLObject xmlObject) Log the target object after decryption.private voidEncrypter.logPreEncryption(XMLObject xmlObject, String objectType) Log the target object prior to encryption. -
Uses of XMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of XMLObject in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata AdditionalMetadataLocation.interfaceSAML 2.0 Metadata AffiliateMember.interfaceSAML 2.0 Metadata AffiliationDescriptorType.interfaceSAML 2.0 Metadata ArtifactResolutionService.interfaceSAML 2.0 Metadata AssertionConsumerService.interfaceSAML 2.0 Metadata AssertionIDRequestService.interfaceSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceSAML 2.0 Metadata AttributeProfile.interfaceSAML 2.0 Metadata AttributeService.interfaceSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceSAML 2.0 Metadata AuthnQueryService.interfaceSAML 2.0 Metadata AuthzService.interfaceSAML 2.0 Metadata Company.interfaceSAML 2.0 Metadata ContactPerson.interfaceSAML 2.0 Metadata EmailAddress.interfaceSAML 2.0 Metadata EncryptionMethod.interfaceSAML 2.0 Metadata Endpoint data type interface.interfaceSAML 2.0 Metadata EntitiesDescriptor.interfaceSAML 2.0 Metadata EntityDescriptor.interfaceSAML 2.0 Metadata Extensions.interfaceSAML 2.0 Metadata GivenName.interfaceSAML 2.0 Metadata IDPSSODescriptorType.interfaceSAML 2.0 Metadata IndexedEndpoint.interfaceSAML 2.0 Metadata KeyDescriptor.interfaceLocalizedName.interfaceLocalizedURI.interfaceSAML 2.0 Metadata ManageNameIDService.interfaceSAML 2.0 Metadata NameIDFormat.interfaceSAML 2.0 Metadata NameIDMappingService.interfaceSAML 2.0 Metadata Organization.interfaceSAML 2.0 Metadata OrganizationDisplayName.interfaceSAML 2.0 Metadata OrganizationName.interfaceSAML 2.0 Metadata OrganizationURL.interfaceSAML 2.0 Metadata PDPDescriptor.interfaceSAML 2.0 Metadata RequestedAttribute.interfaceSAML 2.0 Metadata RoleDescriptor.interfaceSAML 2.0 Metadata ServiceDescription.interfaceSAML 2.0 Metadata ServiceName.interfaceSAML 2.0 Metadata SingleLogoutService.interfaceSAML 2.0 Metadata SingleSignOnService.interfaceSAML 2.0 Metadata SPSSODescriptorType.interfaceSAML 2.0 Metadata SSODescriptor.interfaceSAML 2.0 Metadata SurName.interfaceSAML 2.0 Metadata TelephoneNumber. -
Uses of XMLObject in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl with type parameters of type XMLObjectModifier and TypeClassDescriptionprivate classArray implementation which causes all XMLObject children of the owning instance to be synced back to the underlying adaptedXSAnyon any list mutation operations.Classes in org.opensaml.saml.saml2.metadata.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofAdditionalMetadataLocation.classConcrete implementation ofAffiliateMember.classConcrete implementation ofAffiliationDescriptor.classConcrete implementation ofArtifactResolutionService.classConcrete implementation ofAssertionConsumerService.classConcrete implementation ofAssertionIDRequestService.classA concrete implementation ofAttributeAuthorityDescriptor.classConcrete implementation ofAttributeConsumingService.classA concrete implementation ofAttributeProfile.classConcrete implementation ofAttributeService.classConcrete implementation ofAuthnAuthorityDescriptor.classConcrete implementation ofAuthnQueryService.classConcrete implmentation ofAuthzService.classConcrete implementation ofCompany.classConcrete implementation ofContactPerson.classConcrete implementation ofEmailAddress.classConcrete implementation ofEncryptionMethod.classA concrete implementation ofEndpoint.classConcrete implementation ofEntitiesDescriptor.classConcretate implementation ofEntityDescriptor.classImplementation ofExtensions.classConcrete implementation ofGivenName.classConcrete implementation ofIDPSSODescriptor.classConcrete implementation ofIndexedEndpoint.classConcrete implementation ofKeyDescriptor.classConcrete implementation ofLocalizedName.classConcrete implementation ofLocalizedURI.classConcrete implementation ofManageNameIDService.classConcrete implementation ofNameIDFormat.classConcrete implementation ofNameIDMappingService.classConcrete implementation ofOrganizationDisplayName.classConcrete implementation ofOrganization.classConcrete implementation ofOrganizationName.classConcrete implementation ofOrganizationURL.classConcrete implementation ofPDPDescriptor.classConcrete implementation ofRequestedAttribute.classConcrete implementation ofRoleDescriptor.classComponent that adapts an instance ofXSAnyto the interfaceRoleDescriptor.classConcrete implementation ofServiceDescription.classConcrete implementation ofServiceName.classConcrete implementation ofSingleLogoutService.classConcrete implementation ofSingleSignOnService.classConcrete implementation ofSPSSODescriptor.classConcrete implementation ofSSODescriptor.classConcrete implementation ofSurName.classConcrete implementation ofTelephoneNumber.Fields in org.opensaml.saml.saml2.metadata.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>EndpointImpl.unknownChildrenchild "any" elements.private final IndexedXMLObjectChildrenList<XMLObject>ExtensionsImpl.unknownChildren"any" children.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAffiliationDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeAuthorityDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeConsumingServiceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthnAuthorityDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ContactPersonImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EndpointImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EntitiesDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EntityDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ExtensionsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.IDPSSODescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OrganizationImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PDPDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RoleDescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SPSSODescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SSODescriptorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EndpointImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EndpointImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ExtensionsImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ExtensionsImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAffiliationDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEntitiesDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEntityDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidRoleDescriptorMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAdditionalMetadataLocationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAffiliationDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeConsumingServiceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidContactPersonMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEndpointMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEntitiesDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEntityDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIDPSSODescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIndexedEndpointMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidKeyDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidLocalizedNameMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidLocalizedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidOrganizationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRequestedAttributeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRoleDescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSPSSODescriptorMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAdditionalMetadataLocationMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidLocalizedNameMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidLocalizedURIMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAdditionalMetadataLocationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidContactPersonUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntitiesDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntityDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidExtensionsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIDPSSODescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIndexedEndpointUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedNameUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidLocalizedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidOrganizationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestedAttributeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRoleDescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSPSSODescriptorUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAffiliationDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeConsumingServiceUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAuthnAuthorityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidContactPersonUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndpointUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntitiesDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntityDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidIDPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOrganizationUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPDPDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRoleDescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSSODescriptorUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidExtensionsUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionSAMLMetadataSignatureSigningParametersResolver.getExtensions(RoleDescriptor roleDescriptor, QName extensionName) Get the extensions indicated by the passed QName. -
Uses of XMLObject in org.opensaml.soap.client.soap11.decoder.http.impl
Methods in org.opensaml.soap.client.soap11.decoder.http.impl that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectHttpClientResponseSOAP11Decoder.getMessageToLog()Get the XMLObject which will be logged as the protocol message. -
Uses of XMLObject in org.opensaml.soap.client.soap11.encoder.http.impl
Methods in org.opensaml.soap.client.soap11.encoder.http.impl that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectHttpClientRequestSOAP11Encoder.getMessageToLog()Get the XMLObject which will be logged as the protocol message.Methods in org.opensaml.soap.client.soap11.encoder.http.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidHttpClientRequestSOAP11Encoder.buildAndStoreSOAPMessage(XMLObject payload) Builds the SOAP message to be encoded. -
Uses of XMLObject in org.opensaml.soap.common
Subinterfaces of XMLObject in org.opensaml.soap.commonClasses in org.opensaml.soap.common that implement XMLObjectModifier and TypeClassDescriptionclassAbstract class implementing element and attribute extensibility.Fields in org.opensaml.soap.common with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>AbstractExtensibleSOAPObject.unknownXMLObjects"Any" type children.Methods in org.opensaml.soap.common that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAbstractExtensibleSOAPObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AbstractExtensibleSOAPObject.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AbstractExtensibleSOAPObject.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName. -
Uses of XMLObject in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionSOAPMessagingSupport.getHeaderBlock(MessageContext messageContext, QName headerName, Set<String> targetNodes, boolean isFinalDestination) Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.SOAPMessagingSupport.getInboundHeaderBlock(MessageContext messageContext, QName headerName) Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.SOAPMessagingSupport.getOutboundHeaderBlock(MessageContext messageContext, QName headerName) Get a header block from the SOAP envelope contained within the specified message context's SOAP subcontext.SOAPMessagingSupport.getSOAP11HeaderBlock(Envelope envelope, QName headerName, Set<String> targetNodes, boolean isFinalDestination) Get a header block from the SOAP 1.1 envelope.Methods in org.opensaml.soap.messaging with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidSOAPMessagingSupport.addHeaderBlock(MessageContext messageContext, XMLObject headerBlock) Add a header block to the SOAP envelope contained within the specified message context's SOAP subcontext.static voidSOAPMessagingSupport.addMustUnderstand(MessageContext messageContext, XMLObject headerBlock, boolean mustUnderstand) Add whether the specified header block is indicated as mustUnderstand.static voidSOAPMessagingSupport.addSOAP11HeaderBlock(Envelope envelope, XMLObject headerBlock) Add a header to the SOAP 1.1 Envelope.static voidSOAPMessagingSupport.addTargetNode(MessageContext messageContext, XMLObject headerBlock, String targetNode) Add the target node info to the header block, eithersoap11:actor, orsoap12:role.static booleanSOAPMessagingSupport.checkUnderstoodHeader(MessageContext msgContext, XMLObject header) Check whether a header was understood.protected voidAbstractHeaderGeneratingMessageHandler.decorateGeneratedHeader(MessageContext messageContext, XMLObject header) Decorate the header based on configured and/or resolved values.static booleanSOAPMessagingSupport.isMustUnderstand(MessageContext messageContext, XMLObject headerBlock) Check whether the specified header block is indicated as mustUnderstand == true.static booleanSOAPMessagingSupport.isSOAP11HeaderTargetedToNode(XMLObject header, Set<String> nodeActors, boolean isFinalDestination) Evaluate whether the specified header block is targeted to a SOAP 1.1 node given the specified parameters.static voidSOAPMessagingSupport.registerUnderstoodHeader(MessageContext msgContext, XMLObject header) Register a header as understood.Method parameters in org.opensaml.soap.messaging with type arguments of type XMLObjectModifier and TypeMethodDescriptionstatic voidSOAPMessagingSupport.registerSOAP11Fault(MessageContext messageContext, QName faultCode, String faultString, String faultActor, List<XMLObject> detailChildren, Map<QName, String> detailAttributes) Register a SOAP 1.1. -
Uses of XMLObject in org.opensaml.soap.messaging.context
Fields in org.opensaml.soap.messaging.context with type parameters of type XMLObjectModifier and TypeFieldDescriptionInboundSOAPContext.understoodHeadersThe set of headers that have been understood.Methods in org.opensaml.soap.messaging.context that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionInboundSOAPContext.getUnderstoodHeaders()Get the (modifiable) set of headers which have been understood. -
Uses of XMLObject in org.opensaml.soap.soap11
Subinterfaces of XMLObject in org.opensaml.soap.soap11Modifier and TypeInterfaceDescriptioninterfaceSOAP 1.1 Body.interfaceSOAP 1.1 Detail.interfaceSOAP 1.1 Envelope.interfaceSOAP 1.1 Fault.interfaceSOAP 1.1 faultactor.interfaceSOAP 1.1 faultcode.interfaceSOAP 1.1 faultstring.interfaceSOAP 1.1 Header. -
Uses of XMLObject in org.opensaml.soap.soap11.decoder.http.impl
Methods in org.opensaml.soap.soap11.decoder.http.impl that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectHTTPSOAP11Decoder.getMessageToLog()Get the XMLObject which will be logged as the protocol message. -
Uses of XMLObject in org.opensaml.soap.soap11.encoder.http.impl
Methods in org.opensaml.soap.soap11.encoder.http.impl that return XMLObjectModifier and TypeMethodDescriptionprotected XMLObjectHTTPSOAP11Encoder.getMessageToLog()Get the XMLObject which will be logged as the protocol message.Methods in org.opensaml.soap.soap11.encoder.http.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidHTTPSOAP11Encoder.buildAndStoreSOAPMessage(XMLObject payload) Builds the SOAP message to be encoded. -
Uses of XMLObject in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implemenation ofBody.classConcrete implementation ofDetail.classConcrete implementation ofEnvelope.classConcrete implementation ofFaultActor.classConcrete implementation ofFaultCode.classConcrete implemenation ofFault.classConcrete implemenation ofFaultString.classConcrete implementation ofHeader.Methods in org.opensaml.soap.soap11.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionEnvelopeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.FaultImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.soap.soap11.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidBodyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDetailMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEnvelopeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidFaultMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidHeaderMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBodyMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidDetailMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidEnvelopeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidFaultMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidHeaderMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidBodyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDetailUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvelopeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBodyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDetailUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvelopeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidFaultUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.soap.util
Methods in org.opensaml.soap.util with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidSOAPSupport.addSOAP11ActorAttribute(XMLObject soapObject, String actorURI) Adds asoap11:actorattribute to the given SOAP object.static voidSOAPSupport.addSOAP11EncodingStyle(XMLObject soapObject, String encodingStyle) Adds a single encoding style to the given SOAP object.static voidSOAPSupport.addSOAP11EncodingStyles(XMLObject soapObject, List<String> encodingStyles) Adds asoap11:encodingStyleattribute to the given SOAP object.static voidSOAPSupport.addSOAP11MustUnderstandAttribute(XMLObject soapObject, boolean mustUnderstand) Adds asoap11:mustUnderstandattribute to the given SOAP object.static voidSOAPSupport.addSOAP12EncodingStyleAttribute(XMLObject soapObject, String style) Adds thesoap12:encodingStyleattribute to the given soap object.static voidSOAPSupport.addSOAP12MustUnderstandAttribute(XMLObject soapObject, boolean mustUnderstand) Adds asoap12:mustUnderstandattribute to the given SOAP object.static voidSOAPSupport.addSOAP12RelayAttribute(XMLObject soapObject, boolean relay) Adds asoap12:relayattribute to the given SOAP object.static voidSOAPSupport.addSOAP12RoleAttribute(XMLObject soapObject, String role) Adds thesoap12:roleattribute to the given soap object.static StringSOAPSupport.getSOAP11ActorAttribute(XMLObject soapObject) Gets thesoap11:actorattribute from a given SOAP object.SOAPSupport.getSOAP11EncodingStyles(XMLObject soapObject) Gets the list value of thesoap11:encodingStyleattribute from the given SOAP object.static booleanSOAPSupport.getSOAP11MustUnderstandAttribute(XMLObject soapObject) Get thesoap11:mustUnderstandattribute from a given SOAP object.static StringSOAPSupport.getSOAP12EncodingStyleAttribute(XMLObject soapObject) Gets thesoap12:encodingStyle.static booleanSOAPSupport.getSOAP12MustUnderstandAttribute(XMLObject soapObject) Get thesoap12:mustUnderstandattribute from a given SOAP object.static booleanSOAPSupport.getSOAP12RelayAttribute(XMLObject soapObject) Get thesoap12:relayattribute from a given SOAP object.static StringSOAPSupport.getSOAP12RoleAttribute(XMLObject soapObject) Gets thesoap12:role.Method parameters in org.opensaml.soap.util with type arguments of type XMLObject -
Uses of XMLObject in org.opensaml.soap.wsaddressing
Subinterfaces of XMLObject in org.opensaml.soap.wsaddressingModifier and TypeInterfaceDescriptioninterfaceThe <wsa:Action> element.interfaceThe <wsa:Address> element.interfaceInterface for type <wsa:AttributedQName>.interfaceInterface for type <wsa:AttributedUnsignedLongType>.interfaceInterface for element of type <wsa:AttributedURIType>.interfaceThe <wsa:EndpointReference> element.interfaceInterface for element of typeEndpointReferenceType.interfaceThe <wsa:FaultTo> element.interfaceThe <wsa:From> element.interfaceThe <wsa:MessageID> element.interfaceThe optional <wsa:Metadata> element.interfaceInterface for element <wsa:ProblemAction>.interfaceInterface for element <wsa:ProblemHeaderQName>.interfaceThe <wsa:ProblemIRI> element.interfaceThe optional <wsa:ReferenceParameters> element.interfaceInterface for element <wsa:RelatesTo>.interfaceThe <wsa:ReplyTo> element.interfaceInterface for element <wsa:RetryAfter>.interfaceInterface for element of type <wsa:SoapAction>.interfaceThe <wsa:To> element.interfaceAbstract WS-Addressing object interface. -
Uses of XMLObject in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement XMLObjectModifier and TypeClassDescriptionclassAbstractWSAddressingObject.classActionImpl is the concrete implementation ofAction.classAddressImpl is the concrete implementation ofAddress.classImplementation ofAttributedQName.classImplementation ofAttributedUnsignedLong.classAbstractAttributedURIType is the abstract implementation ofAttributedURI.classConcrete implementation of elementEndpointReference.classAbstract implementation of the element of typeEndpointReferenceType.classConcrete implementation of elementFaultTo.classConcrete implementation of elementFrom.classConcrete implementation for theMessageIDelement.classMetadataImpl.classImplementation ofProblemAction.classConcrete implementation for theProblemHeaderQNameelement.classProblemIRIImpl is the concrete implementation ofProblemIRI.classReferenceParametersImpl.classImplementation ofRelatesTo.classConcrete implementation of elementReplyTo.classImplementation ofRetryAfter.classImplementation ofSoapAction.classConcrete implementation for theToelement.Fields in org.opensaml.soap.wsaddressing.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>EndpointReferenceTypeImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>MetadataImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>ReferenceParametersImpl.unknownChildrenWildcard child elements.Methods in org.opensaml.soap.wsaddressing.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAbstractWSAddressingObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EndpointReferenceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.MetadataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ProblemActionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ReferenceParametersImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EndpointReferenceTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EndpointReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.MetadataImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.MetadataImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ReferenceParametersImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ReferenceParametersImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAbstractWSAddressingObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedQNameMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedUnsignedLongMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEndpointReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidMetadataMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidProblemActionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceParametersMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRelatesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSAddressingObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedUnsignedLongMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedURIMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedQNameUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedUnsignedLongUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMetadataUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidProblemActionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRelatesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEndpointReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMetadataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProblemActionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributedUnsignedLongUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.soap.wsaddressing.util
Methods in org.opensaml.soap.wsaddressing.util with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidWSAddressingSupport.addWSAIsReferenceParameter(XMLObject soapObject, boolean isReferenceParameter) Adds awsa:IsReferenceParameterattribute to the given SOAP object.static booleanWSAddressingSupport.getWSAIsReferenceParameter(XMLObject soapObject) Get thewsa:IsReferenceParameterattribute from a given SOAP object. -
Uses of XMLObject in org.opensaml.soap.wsfed
Subinterfaces of XMLObject in org.opensaml.soap.wsfedModifier and TypeInterfaceDescriptioninterfaceThis interface defines how the object representing a WS AddressAddresselement behaves.interfaceThis interface defines how the object representing a WS Applies ToAppliesToelement behaves.interfaceThis interface defines how the object representing a WS End Point ReferenceEndPointReferenceelement behaves.interfaceThis interface defines how the object representing a Requested Security TokenRequestedSecurityTokenelement behaves.interfaceThis interface defines how the object representing a WS RSTRRequestedSecurityTokenResponseelement behaves.interfaceMarker interface for WS-FederationXMLObjects.Methods in org.opensaml.soap.wsfed that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionRequestedSecurityToken.getSecurityTokens()Return the list security tokens. -
Uses of XMLObject in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement XMLObjectModifier and TypeClassDescriptionclassImplementation of theAddressobject.classImplementation of theAppliesToObject.classImplementation of theEndPointReferenceobject.classImplementation of theRequestedSecurityTokenobject.classImplementation of theRequestSecurityTokenResponseobject.Fields in org.opensaml.soap.wsfed.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<XMLObject>RequestedSecurityTokenImpl.tokensList of all the security tokens.Methods in org.opensaml.soap.wsfed.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAddressImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AppliesToImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EndPointReferenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedSecurityTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestSecurityTokenResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedSecurityTokenImpl.getSecurityTokens()Return the list security tokens.Methods in org.opensaml.soap.wsfed.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAddressMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAppliesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEndPointReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestedSecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAddressMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAppliesToMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidEndPointReferenceMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidRequestedSecurityTokenMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidRequestSecurityTokenResponseMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAddressUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAddressUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEndPointReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAddressUnmarshaller.processElementContent(XMLObject fedObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.soap.wspolicy
Subinterfaces of XMLObject in org.opensaml.soap.wspolicyModifier and TypeInterfaceDescriptioninterfaceThe wsp:All element.interfaceThe wsp:AppliesTo element.interfaceThe wsp:ExactlyOne element.interfaceThe OperatorContentType complex type.interfaceThe wsp:Policy element.interfaceThe wsp:PolicyAttachment element.interfaceThe wsp:PolicyReference element.interfaceWSPolicyObject is the base interface for all WS-Policy elements.Methods in org.opensaml.soap.wspolicy that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionOperatorContentType.getXMLObjects()Get the complete modifiable list of XMLObject children.OperatorContentType.getXMLObjects(QName typeOrName) Get the modifiable sublist of XMLObject children which match the specified type or element name. -
Uses of XMLObject in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement XMLObjectModifier and TypeClassDescriptionclassAbstractWSSecurityObject.classAllImpl.classAppliesToImpl.classExactlyOneImpl.classOperatorContentTypeImpl.classPolicyAttachmentImpl.classPolicyImpl.classPolicyReferenceImpl.Fields in org.opensaml.soap.wspolicy.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>PolicyAttachmentImpl.policiesAndReferencesPolicy and PolicyReference children.private final IndexedXMLObjectChildrenList<XMLObject>AppliesToImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>PolicyAttachmentImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>OperatorContentTypeImpl.xmlObjectsAll child elements.Methods in org.opensaml.soap.wspolicy.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAppliesToImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OperatorContentTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PolicyAttachmentImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PolicyReferenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AppliesToImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AppliesToImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.PolicyAttachmentImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.PolicyAttachmentImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.OperatorContentTypeImpl.getXMLObjects()Get the complete modifiable list of XMLObject children.OperatorContentTypeImpl.getXMLObjects(QName typeOrName) Get the modifiable sublist of XMLObject children which match the specified type or element name.Methods in org.opensaml.soap.wspolicy.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidPolicyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractWSPolicyObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAppliesToMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyAttachmentMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPolicyReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSPolicyObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAppliesToUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyAttachmentUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAppliesToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOperatorContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyAttachmentUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.soap.wssecurity
Subinterfaces of XMLObject in org.opensaml.soap.wssecurityModifier and TypeInterfaceDescriptioninterfaceInterface for elements of complex type AttributedDateTime.interfaceInterface for elements of complex type AttributedString.interfaceInterface for elements of complex type AttributedURI.interfaceThe <wsse:BinarySecurityToken> element.interfaceThe <wsu:Created> element.interfacethe <wsse:Embedded> element.interfaceInterface for elements of complex type EncodedString.interfaceThe <wsse:EncryptedHeader> element.interfaceThe <wsu:Expires> element.interfaceThe <wsse11:Iteration> element within a <wsse:UsernameToken> element.interfaceThe <wsse:KeyIdentifier> element.interfaceThe <wsse:Nonce> element within a <wsse:UsernameToken> element.interfaceThePasswordelement.interfaceThe <wsse:Reference> empty element.interfaceThe <wsse11:Salt> element within the <wsse:UsernameToken> element.interfaceThe <wsse:Security> header block.interfaceThe <wsse:SecurityTokenReference> element.interfaceThe <wsse11:SignatureConfirmation> element.interfaceThe <wsu:Timestamp> element.interfaceThe <wsse:TransformationParameters> element.interfaceThe <wsse:Username> element within the <wsse:UsernameToken> element.interfaceThe <wsse:UsernameToken> element.interfaceWSSecurityObject is the base interface for all the WS-Security elements. -
Uses of XMLObject in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement XMLObjectModifier and TypeClassDescriptionclassAbstractWSSecurityObject.classImplementation ofAttributedDateTime.classImplementation ofAttributedString.classImplementation ofAttributedURI.classBinarySecurityTokenImpl.classCreatedImpl.classEmbeddedImpl is the concrete implementation ofEmbedded.classImplementation ofEncodedString.classImplementation ofEncryptedHeader.classExpiresImpl.classIterationImpl.classKeyIdentifierImpl.classNonceImpl.classPasswordImpl.classReferenceImpl.classSaltImpl.classSecurityImpl implements the <wsse:Security> header.classSecurityTokenReferenceImpl.classSignatureConfirmationImpl.classConcrete implementation ofTimestamp.classTransformationParametersImpl implements the <wsse:TransformationParameters> element.classImplementation ofUsername.classImplementation ofUsernameToken.Fields in org.opensaml.soap.wssecurity.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>EmbeddedImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>SecurityImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>SecurityTokenReferenceImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>TimestampImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>TransformationParametersImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>UsernameTokenImpl.unknownChildrenWildcard child elements.Methods in org.opensaml.soap.wssecurity.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAbstractWSSecurityObject.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EmbeddedImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptedHeaderImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SecurityImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SecurityTokenReferenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TimestampImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TransformationParametersImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.UsernameTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EmbeddedImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EmbeddedImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.SecurityImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SecurityImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.SecurityTokenReferenceImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SecurityTokenReferenceImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.TimestampImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.TimestampImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.TransformationParametersImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.TransformationParametersImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.UsernameTokenImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.UsernameTokenImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.soap.wssecurity.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAttributedDateTimeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAttributedStringMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptedHeaderMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidSecurityTokenReferenceMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidSignatureConfirmationMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidTimestampMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidUsernameTokenMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractWSSecurityObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedDateTimeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedStringMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAttributedURIMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinarySecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEmbeddedMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncodedStringMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedHeaderMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyIdentifierMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidPasswordMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSecurityMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSecurityTokenReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSignatureConfirmationMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTimestampMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTransformationParametersMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidUsernameTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSSecurityObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedDateTimeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedStringMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidIterationMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidSaltMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAttributedDateTimeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributedURIUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEmbeddedUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncodedStringUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedHeaderUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyIdentifierUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPasswordUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSecurityUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignatureConfirmationUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTimestampUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformationParametersUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUsernameTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEmbeddedUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedHeaderUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityTokenReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSecurityUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTimestampUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformationParametersUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUsernameTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributedDateTimeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidAttributedStringUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidIterationUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidSaltUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.soap.wssecurity.messaging
Methods in org.opensaml.soap.wssecurity.messaging with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidWSSecurityMessagingSupport.addSecurityHeaderBlock(MessageContext messageContext, XMLObject securityHeader, boolean mustUnderstand) Add aSecuritysub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext.static voidWSSecurityMessagingSupport.addSecurityHeaderBlock(MessageContext messageContext, XMLObject securitySubHeader, boolean mustUnderstand, String targetNode, boolean isFinalDestination) Add aSecuritysub-header block to the SOAP envelope contained within the specified message context's SOAP subcontext. -
Uses of XMLObject in org.opensaml.soap.wssecurity.util
Methods in org.opensaml.soap.wssecurity.util with parameters of type XMLObjectModifier and TypeMethodDescriptionstatic voidWSSecuritySupport.addWSSE11TokenType(XMLObject soapObject, String tokenType) Adds awsse11:TokenTypeattribute to the given SOAP object.static voidWSSecuritySupport.addWSSEUsage(XMLObject soapObject, String usage) Adds a singlewsse:Usagevalue to the given SOAP object.static voidWSSecuritySupport.addWSSEUsages(XMLObject soapObject, List<String> usages) Adds awsse:Usageattribute to the given SOAP object.static voidAdds awsu:Idattribute to the given SOAP object.static StringWSSecuritySupport.getWSSE11TokenType(XMLObject soapObject) Gets thewsse11:TokenTypeattribute from a given SOAP object.WSSecuritySupport.getWSSEUsages(XMLObject soapObject) Gets the list value of thewsse:Usageattribute from the given SOAP object.static StringGets thewsu:Idattribute from a given SOAP object. -
Uses of XMLObject in org.opensaml.soap.wstrust
Subinterfaces of XMLObject in org.opensaml.soap.wstrustModifier and TypeInterfaceDescriptioninterfaceThe wst:AllowPostdating element.interfaceThe wst:AuthenticationType element.interfaceThe wst:Authenticator element.interfaceThe wst:BinaryExchange element.interfaceThe wst:BinarySecret element.interfaceThe wst:CancelTarget element.interfaceThe wst:CanonicalizationAlgorithm element.interfaceThe wst:Challenge element.interfaceThe wst:Claims element.interfaceThe wst:Code element within a wst:Status element.interfaceThe wst:CombinedHash element.interfaceThe wst:ComputedKey element.interfaceThe wst:ComputedKeyAlgorithm element.interfaceThe wst:Delegatable element.interfaceThe wst:DelegateTo element.interfaceThe wst:Encryption element.interfaceThe wst:EncryptionAlgorithm element.interfaceThe wst:EncryptWith element.interfaceThe wst:Entropy element.interfaceThe wst:Forwardable element.interfaceThe wst:IssuedTokens element.interfaceThe wst:Issuer element.interfaceThe wst:KeyExchangeToken element.interfaceThe wst:KeySize element.interfaceThe wst:KeyType element.interfaceThe wst:KeyWrapAlgorithm element.interfaceThe wst:Lifetime element.interfaceThe wst:OnBehalfOf element.interfaceThe wst:Participant element.interfaceThe wst:Participants element.interfaceInterface ParticipantType complex type.interfaceThe wst:Primary element.interfaceThe wst:ProofEncryption element.interfaceThe <wst:Reason> child element of a <wst:Status> element.interfaceThe wst:Renewing element.interfaceThe wst:RenewTarget element.interfaceThe wst:RequestedAttachedReference element.interfaceThe wst:RequestedProofToken element.interfaceInterface for RequestedReferenceType complex type.interfaceThe wst:RequestedSecurityToken element.interfaceThe wst:RequestedTokenCancelled element.interfaceThe wst:RequestedUnattachedReference element.interfaceThe wst:RequestKET element.interfaceThe wst:RequestSecurityToken element.interfaceThe wst:RequestSecurityTokenCollection element.interfaceThe wst:RequestSecurityTokenResponse element.interfaceThe wst:RequestSecurityTokenResponseCollection element.interfaceThe wst:RequestType element.interfaceThe wst:SignatureAlgorithm element.interfaceThe wst:SignChallenge element.interfaceThe wst:SignChallengeResponse element.interfaceSignChallengeType complex type.interfaceThe wst:SignWith element.interfaceThe wst:Status element.interfaceThe wst:TokenType element.interfaceThe wst:UseKey element.interfaceThe wst:ValidateTarget element.interfaceWSTrustObject is the base interface for all the WS-Trust elements.Methods in org.opensaml.soap.wstrust that return XMLObjectModifier and TypeMethodDescriptionCancelTarget.getUnknownXMLObject()Get the unknown child element.DelegateTo.getUnknownXMLObject()Get the unknown child element.Encryption.getUnknownXMLObject()Get the unknown child element.ParticipantType.getUnknownXMLObject()Get the unknown child element.ProofEncryption.getUnknownXMLObject()Get the unknown child element.RenewTarget.getUnknownXMLObject()Get the unknown child element.RequestedProofToken.getUnknownXMLObject()Get the unknown child element.RequestedSecurityToken.getUnknownXMLObject()Get the unknown child element.UseKey.getUnknownXMLObject()Get the unknown child element.ValidateTarget.getUnknownXMLObject()Get the unknown child element.Methods in org.opensaml.soap.wstrust with parameters of type XMLObjectModifier and TypeMethodDescriptionvoidCancelTarget.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidDelegateTo.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidEncryption.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidParticipantType.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidProofEncryption.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRenewTarget.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRequestedProofToken.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRequestedSecurityToken.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidUseKey.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidValidateTarget.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element. -
Uses of XMLObject in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement XMLObjectModifier and TypeClassDescriptionclassAbstractWSTrustObject.classAllowPostdatingImpl.classAddressImpl.classAuthenticatorImpl.classBinaryExchangeImpl.classBinarySecretImpl.classCancelTargetImpl.classCanonicalizationAlgorithmImpl.classChallengeImpl.classClaimsImpl.classCodeImpl.classCombinedHashImpl.classComputedKeyAlgorithmImpl.classComputedKeyImpl.classDelegatableImpl.classDelegateToImpl.classEncryptionAlgorithmImpl.classEncryptionImpl.classEncryptWithImpl.classEntropyImpl.classForwardableImpl.classIssuedTokensImpl.classIssuerImpl.classKeyExchangeTokenImpl.classKeySizeImpl.classKeyTypeImpl.classKeyWrapAlgorithmImpl.classLifetimeImpl.classOnBehalfOfImpl.classParticipantImpl.classParticipantsImpl.classParticipantTypeImpl.classPrimaryImpl.classProofEncryptionImpl.classReasonImpl.classRenewingImpl.classRenewTargetImpl.classRequestedAttachedReferenceImpl.classRequestedProofTokenImpl.classRequestedReferenceTypeImpl.classRequestedSecurityTokenImpl.classRequestedTokenCancelledImpl.classRequestedUnattachedReferenceImpl.classRequestKETImpl.classRequestSecurityTokenCollectionImpl.classRequestSecurityTokenImpl.classRequestSecurityTokenResponseCollectionImpl.classRequestSecurityTokenResponseImpl.classRequestTypeImpl.classSignatureAlgorithmImpl.classSignChallengeImpl.classSignChallengeImpl.classSignChallengeTypeImpl.classSignWithImpl.classStatusImpl.classTokenTypeImpl.classUseKeyImpl.classValidateTargetImpl.Fields in org.opensaml.soap.wstrust.impl declared as XMLObjectModifier and TypeFieldDescriptionprivate XMLObjectCancelTargetImpl.unknownChildWildcard child element.private XMLObjectDelegateToImpl.unknownChildWildcard child element.private XMLObjectEncryptionImpl.unknownChildWildcard child element.private XMLObjectParticipantTypeImpl.unknownChildUnknown child elements.private XMLObjectProofEncryptionImpl.unknownChildWildcard child element.private XMLObjectRenewTargetImpl.unknownChildWildcard child element.private XMLObjectRequestedProofTokenImpl.unknownChildUnknown child element.private XMLObjectRequestedSecurityTokenImpl.unknownChildWildcard child element.private XMLObjectUseKeyImpl.unknownChildWildcard child element.private XMLObjectValidateTargetImpl.unknownChildWildcard child element.Fields in org.opensaml.soap.wstrust.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>AuthenticatorImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>ClaimsImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>EntropyImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>KeyExchangeTokenImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>OnBehalfOfImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>ParticipantsImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>RequestSecurityTokenImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>RequestSecurityTokenResponseImpl.unknownChildrenWildcard child elements.private final IndexedXMLObjectChildrenList<XMLObject>SignChallengeTypeImpl.unknownChildrenWilcard child elements.Methods in org.opensaml.soap.wstrust.impl that return XMLObjectModifier and TypeMethodDescriptionCancelTargetImpl.getUnknownXMLObject()Get the unknown child element.DelegateToImpl.getUnknownXMLObject()Get the unknown child element.EncryptionImpl.getUnknownXMLObject()Get the unknown child element.ParticipantTypeImpl.getUnknownXMLObject()Get the unknown child element.ProofEncryptionImpl.getUnknownXMLObject()Get the unknown child element.RenewTargetImpl.getUnknownXMLObject()Get the unknown child element.RequestedProofTokenImpl.getUnknownXMLObject()Get the unknown child element.RequestedSecurityTokenImpl.getUnknownXMLObject()Get the unknown child element.UseKeyImpl.getUnknownXMLObject()Get the unknown child element.ValidateTargetImpl.getUnknownXMLObject()Get the unknown child element.Methods in org.opensaml.soap.wstrust.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAllowPostdatingImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthenticatorImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.BinarySecretImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.CancelTargetImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ClaimsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DelegatableImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DelegateToImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EntropyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ForwardableImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyExchangeTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.LifetimeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OnBehalfOfImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ParticipantsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ParticipantTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ProofEncryptionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RenewingImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RenewTargetImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedProofTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedReferenceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedSecurityTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestedTokenCancelledImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestKETImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestSecurityTokenCollectionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestSecurityTokenImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestSecurityTokenResponseCollectionImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestSecurityTokenResponseImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SignChallengeTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.UseKeyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ValidateTargetImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AuthenticatorImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AuthenticatorImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ClaimsImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ClaimsImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.EntropyImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EntropyImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.KeyExchangeTokenImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.KeyExchangeTokenImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.OnBehalfOfImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.OnBehalfOfImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ParticipantsImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ParticipantsImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.RequestSecurityTokenImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.RequestSecurityTokenImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.RequestSecurityTokenResponseImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.RequestSecurityTokenResponseImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.SignChallengeTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.SignChallengeTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.soap.wstrust.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAbstractWSTrustObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinaryExchangeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidBinarySecretMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidClaimsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEntropyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRenewingMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseCollectionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRequestSecurityTokenResponseMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidSignChallengeTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidUseKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractWSTrustObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidDelegatableMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidForwardableMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidBinaryExchangeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidBinarySecretUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidClaimsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEntropyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRenewingUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRequestSecurityTokenUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSignChallengeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidUseKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAuthenticatorUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCancelTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidClaimsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegateToUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEntropyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyExchangeTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidLifetimeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidOnBehalfOfUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidParticipantTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidProofEncryptionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRenewTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedProofTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestedSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseCollectionUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenResponseUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestSecurityTokenUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSignChallengeTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidUseKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidValidateTargetUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDelegatableUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidForwardableUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.voidCancelTargetImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidDelegateToImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidEncryptionImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidParticipantTypeImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidProofEncryptionImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRenewTargetImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRequestedProofTokenImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidRequestedSecurityTokenImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidUseKeyImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element.voidValidateTargetImpl.setUnknownXMLObject(XMLObject unknownObject) Set the unknown child element. -
Uses of XMLObject in org.opensaml.xacml
Subinterfaces of XMLObject in org.opensaml.xacml -
Uses of XMLObject in org.opensaml.xacml.ctx
Subinterfaces of XMLObject in org.opensaml.xacml.ctxModifier and TypeInterfaceDescriptioninterfaceXACML context Action schema type.interfaceXACML context Attribute schema type.interfaceXACML context AttributeValue schema type.interfaceXACML context Decision schema type.interfaceXACML context Environment schema type.interfaceXACML context MissingAttributeDetail schema type.interfaceXACML context Request schema type.interfaceXACML context ResourceContent schema type.interfaceXACML context ResourceContent schema type.interfaceXACML context Response schema type.interfaceXACML context Result schema type.interfaceXACML context StatusCode schema type.interfaceXACML context StatusDetail schema type.interfaceXACML context StatusMessage schema type.interfaceXACML context Status schema type.interfaceXACML context Subject schema type. -
Uses of XMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofActionType.classConcrete implementation ofAttributeType.classConcrete implementation ofAttributeValueType.classConcrete implementation ofDecisionType.classConcrete implementation ofEnvironmentType.classConcrete implementation ofMissingAttributeDetailType.classConcrete implementation ofRequestType.classConcrete implementation ofResourceContentType.classConcrete implementation ofResourceType.classConcrete implementation ofResponseType.classConcrete implementation ofResultType.classConcrete implementation ofStatusCodeType.classConcrete implementation ofStatusDetailType.classImplementation ofStatusMessageType.classConcrete implementation ofStatusType.classConcrete implementation ofSubjectType.Fields in org.opensaml.xacml.ctx.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XMLObject>StatusDetailTypeImpl.unknownChildren"any" children.private IndexedXMLObjectChildrenList<XMLObject>AttributeValueTypeImpl.unknownElements"any" elements.private IndexedXMLObjectChildrenList<XMLObject>ResourceContentTypeImpl.unknownElements"any" elements.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionActionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeValueTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DecisionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EnvironmentTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.MissingAttributeDetailTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RequestTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResourceContentTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResourceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResponseTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResultTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusCodeTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusDetailTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusMessageTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.StatusTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeValueTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ResourceContentTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ResourceContentTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.StatusDetailTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.StatusDetailTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.xacml.ctx.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAttributeTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidMissingAttributeDetailTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResourceContentTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResultTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidStatusCodeTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidSubjectTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidDecisionTypeMarshaller.marshallElementContent(XMLObject samlObject, Element domElement) No-op method.protected voidResourceContentTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidStatusMessageTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceContentTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResultTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidStatusCodeTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidMissingAttributeDetailTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRequestTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceContentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResponseTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResultTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusCodeTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusDetailTypeUnmarshaller.processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidStatusTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidDecisionTypeUnmarshaller.processElementContent(XMLObject samlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidResourceContentTypeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidStatusMessageTypeUnmarshaller.processElementContent(XMLObject xmlObject, String content) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl that implement XMLObjectModifier and TypeClassDescriptionclassAn abstract implementation of XACMLObject.Methods in org.opensaml.xacml.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidAbstractXACMLObjectMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAbstractXACMLObjectMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method. -
Uses of XMLObject in org.opensaml.xacml.policy
Subinterfaces of XMLObject in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterfaceXACML ActionMatch schema type.interfaceXACML Actions schema type.interfaceXACML Action schema type.interfaceXACML Apply schema type.interfaceXACML AttributeAssignment schema type.interfaceXACML AttribtueDesignator schema type.interfaceXACML AttributeSelector schema type.interfaceXACML AttributeValue schema type.interfaceXACML CombinerParameters schema type.interfaceXACML CombinerParameter schema type.interfaceXACML Condition schema type.interfaceXACML Defaults schema type.interfaceXACML Description schema type.interfaceXACML EnvironmentMatch schema type.interfaceXACML Environments schema type.interfaceXACML Environment schema type.interfaceXACML Expression schema type.interfaceXACML Function schema type.interfaceXACML IdReference schema type.interfaceXACML Obligations schema type.interfaceXACML Obligation schema type.interfaceXACML PolicyCombinerParameters schema type.interfaceXACML PolicySetCombineParameters schema type.interfaceXACML PolicySet schema types.interfaceXACML Policy schema type.interfaceXACML ResourceMatch schema type.interfaceXACML Resources schema type.interfaceXACML Resource schema type.interfaceXACML RuleCombinerParameters schema type.interfaceXACML Rule schema type.interfaceXACML SubjectAttributeDesignator schema type.interfaceXACML SubjectMatch schema type.interfaceXACML Subjects schema type.interfaceXACML Subject schema type.interfaceXACML Target schema type.interfaceXACML VariableDefinition schema type.interfaceXACML VariableReference.interfaceXACML XPathVersion schema. -
Uses of XMLObject in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofActionMatchType.classImplementation ofActionsType.classImplementation forActionType.classImplementation ofApplyType.classImplementation forAttributeAssignmentType.classImplementation ofAttributeDesignatorType.classImplementationAttributeSelectorType.classImplementation ofAttributeValueType.classImplementation ofCombinerParametersType.classImplementation ofCombinerParameterType.classImplementation ofConditionType.classImplementation forDefaultsType.classConcrete implementation ofDescriptionType.classConcrete implementation ofEnvironmentMatchType.classImplementation ofEnvironmentsType.classImplementation forEnvironmentType.classImplementation ofFunctionType.classImplementation ofIdReferenceType.classImplementation forObligationsType.classImplementation forObligationType.classImplementation ofPolicyCombinerParametersTypeUnmarshaller.classImplementation ofPolicySetCombinerParametersType.classConcrete implementation ofPolicySetType.classConcrete implemenation ofPolicyType.classConcrete implementation ofResourceMatchType.classImplementation ofResourcesType.classImplementation ofResourceType.classImplementation forRuleCombinerParametersTypeImplBuilder.classImplementation forRuleType.classImplementation ofSubjectAttributeDesignatorType.classConcrete implementation ofSubjectMatchType.classImplementation ofSubjectsType.classImplementation ofSubjectType.classImplementingTargetType.classImplementationVariableDefinitionType.classImplementation ofVariableReferenceType.Fields in org.opensaml.xacml.policy.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate IndexedXMLObjectChildrenList<XMLObject>AttributeValueTypeImpl.unknownElements"any" elements.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionActionMatchTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ActionsTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ActionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ApplyTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeDesignatorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeSelectorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeValueTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.CombinerParametersTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.CombinerParameterTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ConditionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DefaultsTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DescriptionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EnvironmentMatchTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EnvironmentsTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EnvironmentTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.FunctionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ObligationsTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ObligationTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PolicySetCombinerParametersTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PolicySetTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PolicyTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResourceMatchTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResourcesTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ResourceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RuleTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectAttributeDesignatorTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectMatchTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectsTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SubjectTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TargetTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.VariableDefinitionTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.VariableReferenceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AttributeValueTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AttributeValueTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.xacml.policy.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidActionMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidApplyTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeAssignmentTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeSelectorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidCombinerParameterTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidEnvironmentMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidFunctionTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidIdReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidObligationTypeMarshaller.marshallAttributes(XMLObject samlElement, Element domElement) No-op method.protected voidPolicyCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicySetCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicySetTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidPolicyTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidResourceMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRuleCombinerParametersTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidRuleTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectAttributeDesignatorTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidSubjectMatchTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidVariableDefinitionTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidVariableReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) No-op method.protected voidAttributeValueTypeMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) No-op method.protected voidDescriptionTypeMarshaller.marshallElementContent(XMLObject xmlobject, Element domElement) No-op method.protected voidActionMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidApplyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeAssignmentTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeSelectorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAttributeValueTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCombinerParameterTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidFunctionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidIdReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidObligationTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicySetTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidPolicyTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidResourceMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRuleTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectAttributeDesignatorTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidSubjectMatchTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidVariableReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidActionMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidActionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidApplyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCombinerParameterTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConditionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDefaultsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEnvironmentTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationsTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidObligationTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicySetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPolicyTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourcesTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidResourceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleCombinerParametersTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRuleTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectMatchTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectsTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSubjectTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTargetTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableDefinitionTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidVariableReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAttributeValueTypeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.protected voidDescriptionTypeUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. -
Uses of XMLObject in org.opensaml.xacml.profile.saml
Subinterfaces of XMLObject in org.opensaml.xacml.profile.samlModifier and TypeInterfaceDescriptioninterface/** A SAML XACML profile ReferencedPoliciesType schema type.interfaceA SAML XACML profile XACMLAuthzDecisionQuery schema type.interfaceA SAML XACML profile XACMLAuthzDecisionStatement schema type.interfaceA SAML XACML profile XACMLPolicyQuery schema type.interfaceA SAML XACML profile XACMLPolicyStatement schema type. -
Uses of XMLObject in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement XMLObjectModifier and TypeClassDescriptionclassImplementation ofReferencedPoliciesType.classA concrete implementation ofXACMLAuthzDecisionQueryType.classA concrete implementation ofXACMLAuthzDecisionStatementType.classConcrete implementation ofXACMLPolicyQueryType.classConcrete implementation ofXACMLPolicyStatementType.Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionReferencedPoliciesTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XACMLAuthzDecisionQueryTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XACMLAuthzDecisionStatementTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XACMLPolicyQueryTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.XACMLPolicyStatementTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidXACMLAuthzDecisionQueryTypeMarshaller.marshallAttributes(XMLObject samlObject, Element domElement) No-op method.protected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processAttribute(XMLObject samlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferencedPoliciesTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLAuthzDecisionStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyQueryTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidXACMLPolicyStatementTypeUnmarshaller.processChildElement(XMLObject parentObject, XMLObject childObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. -
Uses of XMLObject in org.opensaml.xmlsec.agreement
Methods in org.opensaml.xmlsec.agreement that return XMLObjectModifier and TypeMethodDescriptionXMLExpressableKeyAgreementParameter.buildXMLObject()Build anXMLObjectinstance representing this parameter. -
Uses of XMLObject in org.opensaml.xmlsec.agreement.impl
Methods in org.opensaml.xmlsec.agreement.impl that return XMLObjectModifier and TypeMethodDescriptionDigestMethod.buildXMLObject()Build anXMLObjectinstance representing this parameter.KANonce.buildXMLObject()Build anXMLObjectinstance representing this parameter.Methods in org.opensaml.xmlsec.agreement.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionbooleanEvaluate whether the specifiedXMLObjectis handled by the implementation.booleanEvaluate whether the specifiedXMLObjectis handled by the implementation.booleanEvaluate whether the specifiedXMLObjectis handled by the implementation.Parse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter. -
Uses of XMLObject in org.opensaml.xmlsec.derivation.impl
Methods in org.opensaml.xmlsec.derivation.impl that return XMLObjectModifier and TypeMethodDescriptionConcatKDF.buildXMLObject()Build anXMLObjectinstance representing this parameter.PBKDF2.buildXMLObject()Build anXMLObjectinstance representing this parameter.Methods in org.opensaml.xmlsec.derivation.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionbooleanEvaluate whether the specifiedXMLObjectis handled by the implementation.booleanEvaluate whether the specifiedXMLObjectis handled by the implementation.Parse the specifiedXMLObjectinto aKeyAgreementParameter.Parse the specifiedXMLObjectinto aKeyAgreementParameter. -
Uses of XMLObject in org.opensaml.xmlsec.encryption
Classes in org.opensaml.xmlsec.encryption with type parameters of type XMLObjectModifier and TypeInterfaceDescriptioninterfaceXMLEncryptionBuilder<XMLEncryptionType extends XMLObject>Builder for XMLObjects fromorg.opensaml.xmlsec.encryption.Subinterfaces of XMLObject in org.opensaml.xmlsec.encryptionModifier and TypeInterfaceDescriptioninterfaceXMLObject representing XML Encryption, version 20021210, AgreementMethod element.interfaceXMLObject representing XML Encryption, version 1.1, AlgorithmIdentifierType complex type.interfaceXMLObject representing XML Encryption, version 20021210, CarriedKeyName element.interfaceXMLObject representing XML Encryption, version 20021210, CipherData element.interfaceXMLObject representing XML Encryption, version 20021210, CipherReference element.interfaceXMLObject representing XML Encryption, version 20021210, CipherValue element.interfaceXMLObject representing XML Encryption 1.1 ConcatKDFParams element.interfaceXMLObject representing XML Encryption, version 20021210, DataReference element.interfaceXMLObject representing XML Encryption 1.1 DerivedKey element.interfaceXMLObject representing XML Encryption 1.1 DerivedKeyName element.interfaceXMLObject representing XML Encryption, version 20021210, DHKeyValue element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptedData element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptedKey element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptedType type.interfaceXMLObject representing XML Encryption, version 20021210, EncryptionMethod element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptionProperties element.interfaceXMLObject representing XML Encryption, version 20021210, EncryptionProperty element.interfaceXMLObject representing XML Encryption, version 20021210, Generator element.interfaceXMLObject representing XML Encryption 1.1 IterationCount element.interfaceXMLObject representing XML Encryption, version 20021210, KA-Nonce element.interfaceXMLObject representing XML Encryption 1.1 KeyDerivationMethod element.interfaceXMLObject representing XML Encryption 1.1 KeyLength element.interfaceXMLObject representing XML Encryption, version 20021210, KeyReference element.interfaceXMLObject representing XML Encryption, version 20021210, KeySize element.interfaceXMLObject representing XML Encryption 1.1 MasterKeyName element.interfaceXMLObject representing XML Encryption, version 1.1, MGF element.interfaceXMLObject representing XML Encryption, version 20021210, OAEPparams element.interfaceXMLObject representing XML Encryption, version 20021210, OriginatorKeyInfo element.interfaceXMLObject representing XML Encryption 1.1 OtherSource element.interfaceXMLObject representing XML Encryption, version 20021210, P element.interfaceXMLObject representing XML Encryption, version 1.1, Parameters element.interfaceXMLObject representing XML Encryption 1.1 PBKDF2-params element.interfaceXMLObject representing XML Encryption, version 20021210, pgenCounter element.interfaceXMLObject representing XML Encryption, version 1.1, PRF element.interfaceXMLObject representing XML Encryption, version 20021210, Public element.interfaceXMLObject representing XML Encryption, version 20021210, Q element.interfaceXMLObject representing XML Encryption, version 20021210, RecipientKeyInfo element.interfaceXMLObject representing XML Encryption, version 20021210, ReferenceList element.interfaceXMLObject representing XML Encryption, version 20021210, ReferenceType type.interfaceXMLObject representing XML Encryption 1.1 Salt element.interfaceXMLObject representing XML Digital Signature, version 20020212, seed element.interfaceXMLObject representing XML Encryption 1.1 Specified element.interfaceXMLObject representing XML Encryption, version 20021210, Transforms element.Methods in org.opensaml.xmlsec.encryption that return XMLObjectModifier and TypeMethodDescriptionAlgorithmIdentifierType.getParameters()Gets the Parameters child element.Methods in org.opensaml.xmlsec.encryption with parameters of type XMLObjectModifier and TypeMethodDescriptionvoidAlgorithmIdentifierType.setParameters(XMLObject newParameters) Sets the Parameters child element. -
Uses of XMLObject in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofAgreementMethod.classAbstract implementation ofAlgorithmIdentifierType.classConcrete implementation ofCarriedKeyName.classConcrete implementation ofCipherData.classConcrete implementation ofCipherReference.classConcrete implementation ofCipherValue.classConcrete implementation ofConcatKDFParams.classConcrete implementation ofDataReference.classConcrete implementation ofDerivedKey.classConcrete implementation ofDerivedKeyName.classConcrete implementation ofDHKeyValue.classConcrete implementation ofEncryptedData.classConcrete implementation ofEncryptedKey.classAbstract implementation ofEncryptedType.classConcrete implementation ofEncryptionMethod.classConcrete implementation ofEncryptionProperties.classConcrete implementation ofEncryptionProperty.classConcrete implementation ofGenerator.classConcrete implementation ofIterationCount.classConcrete implementation ofKANonce.classConcrete implementation ofKeyDerivationMethod.classConcrete implementation ofKeyLength.classConcrete implementation ofKeyReference.classConcrete implementation ofKeySize.classConcrete implementation ofMasterKeyName.classAbstract implementation ofMGF.classConcrete implementation ofOAEPparams.classConcrete implementation ofOriginatorKeyInfo.classAbstract implementation ofOtherSource.classConcrete implementation ofPBKDF2Params.classConcrete implementation ofPgenCounter.classConcrete implementation ofP.classAbstract implementation ofPRF.classConcrete implementation ofPublic.classConcrete implementation ofQ.classConcrete implementation ofRecipientKeyInfo.classConcrete implementation ofReferenceList.classConcrete implementation ofReferenceType.classConcrete implementation ofSalt.classConcrete implementation ofSeed.classConcrete implementation ofSpecified.classConcrete implementation ofTransforms.Fields in org.opensaml.xmlsec.encryption.impl declared as XMLObjectModifier and TypeFieldDescriptionprivate XMLObjectAlgorithmIdentifierTypeImpl.parametersParameters child element.Fields in org.opensaml.xmlsec.encryption.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>EncryptionMethodImpl.unknownChildren"any" children.private final IndexedXMLObjectChildrenList<XMLObject>EncryptionPropertyImpl.unknownChildrenChild elements from the <any> content model.private IndexedXMLObjectChildrenList<XMLObject>KeyDerivationMethodImpl.unknownChildrenWildcard children.private IndexedXMLObjectChildrenList<XMLObject>AgreementMethodImpl.xmlChildrenList of wildcard <any> XMLObject children.private final IndexedXMLObjectChildrenList<XMLObject>ReferenceTypeImpl.xmlChildrenList of <any> XML child elements.Methods in org.opensaml.xmlsec.encryption.impl that return XMLObjectModifier and TypeMethodDescriptionAlgorithmIdentifierTypeImpl.getParameters()Gets the Parameters child element.Methods in org.opensaml.xmlsec.encryption.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionAgreementMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AlgorithmIdentifierTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.CipherDataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.CipherReferenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ConcatKDFParamsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DerivedKeyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DHKeyValueImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptedKeyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptedTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptionMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptionPropertiesImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.EncryptionPropertyImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyDerivationMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PBKDF2ParamsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ReferenceListImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ReferenceTypeImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SaltImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TransformsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.AgreementMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.AgreementMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.EncryptionMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EncryptionMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.EncryptionPropertyImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.EncryptionPropertyImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.KeyDerivationMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.KeyDerivationMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.ReferenceTypeImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.ReferenceTypeImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidDerivedKeyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptedTypeMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptionPropertiesMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidEncryptionPropertyMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLEncryptionMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAgreementMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAlgorithmIdentifierTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidCipherReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidConcatKDFParamsMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDerivedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedKeyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptedTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionPropertiesMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidEncryptionPropertyMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyDerivationMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidReferenceTypeMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLEncryptionMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidAgreementMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidCipherReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidConcatKDFParamsUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDerivedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedKeyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptedTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertiesUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidEncryptionPropertyUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyDerivationMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidReferenceTypeUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidAgreementMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidAlgorithmIdentifierTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidCipherReferenceUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidConcatKDFParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDerivedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDHKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedKeyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptedTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertiesUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidEncryptionPropertyUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyDerivationMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPBKDF2ParamsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceListUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidReferenceTypeUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSaltUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.voidAlgorithmIdentifierTypeImpl.setParameters(XMLObject newParameters) Sets the Parameters child element. -
Uses of XMLObject in org.opensaml.xmlsec.encryption.support
Methods in org.opensaml.xmlsec.encryption.support that return XMLObjectModifier and TypeMethodDescriptionDecrypter.decryptData(EncryptedData encryptedData) This is a convenience method for callingDecrypter.decryptData(EncryptedData, boolean), with therootInNewDocumentparameter value supplied byDecrypter.isRootInNewDocument().Decrypter.decryptData(EncryptedData encryptedData, boolean rootInNewDocument) Decrypts the supplied EncryptedData and returns the resulting XMLObject.Methods in org.opensaml.xmlsec.encryption.support that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionDecrypter.decryptDataToList(EncryptedData encryptedData) This is a convenience method for callingDecrypter.decryptDataToList(EncryptedData, boolean), with therootInNewDocumentparameter value supplied byDecrypter.isRootInNewDocument().Decrypter.decryptDataToList(EncryptedData encryptedData, boolean rootInNewDocument) Decrypts the supplied EncryptedData and returns the resulting list of XMLObjects.Methods in org.opensaml.xmlsec.encryption.support with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected voidDecrypter.checkAndMarshall(XMLObject xmlObject) Ensure that the XMLObject is marshalled.protected voidEncrypter.checkAndMarshall(XMLObject xmlObject) Ensure that the XMLObject is marshalled.protected EncryptedDataEncrypter.encryptElement(XMLObject xmlObject, Key encryptionKey, String encryptionAlgorithmURI, boolean encryptContentMode) Encrypts the given XMLObject using the specified encryption key, algorithm URI and content mode flag.Encrypter.encryptElement(XMLObject xmlObject, DataEncryptionParameters encParams) Encrypts the DOM representation of the XMLObject.Encrypter.encryptElement(XMLObject xmlObject, DataEncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList) Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo.private EncryptedDataEncrypter.encryptElement(XMLObject xmlObject, DataEncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList, boolean encryptContentMode) Encrypts the given XMLObject using the specified encryption key, algorithm URI and content mode flag.Encrypter.encryptElement(XMLObject xmlObject, DataEncryptionParameters encParams, KeyEncryptionParameters kekParams) Encrypts the DOM representation of the XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo.Encrypter.encryptElementContent(XMLObject xmlObject, DataEncryptionParameters encParams) Encrypts the DOM representation of the content of an XMLObject.Encrypter.encryptElementContent(XMLObject xmlObject, DataEncryptionParameters encParams, List<KeyEncryptionParameters> kekParamsList) Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey(s) within the EncryptedData's KeyInfo..Encrypter.encryptElementContent(XMLObject xmlObject, DataEncryptionParameters encParams, KeyEncryptionParameters kekParams) Encrypts the DOM representation of the content of an XMLObject, encrypts the encryption key using the specified key encryption parameters and places the resulting EncryptedKey within the EncryptedData's KeyInfo.. -
Uses of XMLObject in org.opensaml.xmlsec.keyinfo.impl
Methods in org.opensaml.xmlsec.keyinfo.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionbooleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.KeyInfoProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.protected Collection<Credential>BasicProviderKeyInfoCredentialResolver.processKeyInfoChild(KeyInfoResolutionContext kiContext, CriteriaSet criteriaSet, XMLObject keyInfoChild) Process the given KeyInfo child with the registered providers.Method parameters in org.opensaml.xmlsec.keyinfo.impl with type arguments of type XMLObjectModifier and TypeMethodDescriptionprotected voidBasicProviderKeyInfoCredentialResolver.resolveKeyValue(KeyInfoResolutionContext kiContext, CriteriaSet criteriaSet, List<? extends XMLObject> keyValues) Resolve the key from any KeyValue DEREncodedKeyValue element that may be present, and store the resulting key in the resolution context. -
Uses of XMLObject in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider with parameters of type XMLObjectModifier and TypeMethodDescriptionprotected DEREncodedKeyValueDEREncodedKeyValueProvider.getDEREncodedKeyValue(XMLObject xmlObject) Get the DEREncodedKeyValue from the passed XML object.protected DSAKeyValueDSAKeyValueProvider.getDSAKeyValue(XMLObject xmlObject) Get the DSAKeyValue from the passed XML object.protected ECKeyValueECKeyValueProvider.getECKeyValue(XMLObject xmlObject) Get the ECKeyValue from the passed XML object.protected KeyInfoReferenceKeyInfoReferenceProvider.getKeyInfoReference(XMLObject xmlObject) Get the KeyInfoReference from the passed XML object.protected RSAKeyValueRSAKeyValueProvider.getRSAKeyValue(XMLObject xmlObject) Get the RSAKeyValue from the passed XML object.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.booleanEvaluate whether the given provider should attempt to handle resolving a credential from the specified KeyInfo child.AgreementMethodKeyInfoProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.DEREncodedKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.DSAKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.ECKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.InlineX509DataProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.KeyInfoReferenceProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it.RSAKeyValueProvider.process(KeyInfoCredentialResolver resolver, XMLObject keyInfoChild, CriteriaSet criteriaSet, KeyInfoResolutionContext kiContext) Process a specified KeyInfo child (XMLobject) and attempt to resolve a credential from it. -
Uses of XMLObject in org.opensaml.xmlsec.signature
Classes in org.opensaml.xmlsec.signature with type parameters of type XMLObjectModifier and TypeInterfaceDescriptioninterfaceXMLSignatureBuilder<XMLSignatureType extends XMLObject>Builder for XMLObjects fromorg.opensaml.xmlsec.signature.Subinterfaces of XMLObject in org.opensaml.xmlsec.signatureModifier and TypeInterfaceDescriptioninterfaceXMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type.interfaceXMLObject representing XML Digital Signature 1.1 DEREncodedKeyValue element.interfaceXMLObject representing XML Digital Signature, version 20020212, DigestMethod element.interfaceXMLObject representing XML Digital Signature, version 20020212, DSAKeyValue element.interfaceXMLObject representing XML Digital Signature, version 20020212, ECKeyValue element.interfaceXMLObject representing XML Digital Signature 1.1 ECPointType element.interfaceXMLObject representing XML Digital Signature, version 20020212, Exponent element.interfaceXMLObject representing XML Digital Signature, version 20020212, G element.interfaceXMLObject representing XML Digital Signature, version 20020212, J element.interfaceXMLObject representing XML Digital Signature, version 20020212, KeyInfo element.interfaceXMLObject representing XML Digital Signature 1.1 KeyInfoReference element.interfaceXMLObject representing XML Digital Signature, version 20020212, KeyName element.interfaceXMLObject representing XML Digital Signature, version 20020212, KeyValue element.interfaceXMLObject representing XML Digital Signature, version 20020212, MgmtData element.interfaceXMLObject representing XML Digital Signature, version 20020212, Modulus element.interfaceXMLObject representing XML Digital Signature 1.1 NamedCurve element.interfaceXMLObject representing XML Digital Signature, version 20020212, P element.interfaceXMLObject representing XML Digital Signature, version 20020212, PgenCounter element.interfaceXMLObject representing XML Digital Signature, version 20020212, PGPData element.interfaceXMLObject representing XML Digital Signature, version 20020212, PGPKeyID element.interfaceXMLObject representing XML Digital Signature, version 20020212, PGPKeyPacket element.interfaceXMLObject representing XML Digital Signature 1.1 PublicKey element.interfaceXMLObject representing XML Digital Signature, version 20020212, Q element.interfaceXMLObject representing XML Digital Signature, version 20020212, RetrievalMethod element.interfaceXMLObject representing XML Digital Signature, version 20020212, RSAKeyValue element.interfaceXMLObject representing XML Digital Signature, version 20020212, Seed element.interfaceAn XMLObject whose DOM representation can be digitally signed.interfaceXMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.interfaceXMLObject representing XML Digital Signature, version 20020212, SPKIData element.interfaceXMLObject representing XML Digital Signature, version 20020212, SPKISexp element.interfaceXMLObject representing XML Digital Signature, version 20020212, Transform element.interfaceXMLObject representing XML Digital Signature, version 20020212, Transforms element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509Certificate element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509CRL element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509Data element.interfaceXMLObject representing XML Digital Signature 1.1 X509Digest element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509IssuerName element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509IssuerSerial element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509SerialNumber element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509SKI element.interfaceXMLObject representing XML Digital Signature, version 20020212, X509SubjectName element.interfaceXMLObject representing XML Digital Signature, version 20020212, XPath element.interfaceXMLObject representing XML Digital Signature, version 20020212, Y element.Classes in org.opensaml.xmlsec.signature that implement XMLObjectMethods in org.opensaml.xmlsec.signature that return XMLObjectModifier and TypeMethodDescriptionECKeyValue.getECParameters()Get the ECParameters child element.KeyValue.getUnknownXMLObject()Get the wildcard <any> XMLObject child element.Methods in org.opensaml.xmlsec.signature that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionTransform.getAllChildren()Gets the ordered list of all XMLObject child elements of this element.KeyInfo.getXMLObjects()Get the list of all XMLObject children.KeyInfo.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.SPKIData.getXMLObjects()Get the list of all XMLObject children.SPKIData.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.Transform.getXMLObjects(QName typeOrName) Get the list of XMLObject children that match a particular QName.X509Data.getXMLObjects()Get the list of all XMLObject children.X509Data.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.Methods in org.opensaml.xmlsec.signature with parameters of type XMLObjectModifier and TypeMethodDescriptionvoidECKeyValue.setECParameters(XMLObject newParams) Set the ECParameters child element.voidKeyValue.setUnknownXMLObject(XMLObject newXMLObject) Set the wildcard <any> XMLObject child element. -
Uses of XMLObject in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement XMLObjectModifier and TypeClassDescriptionclassConcrete implementation ofCryptoBinary.classConcrete implementation ofDEREncodedKeyValue.classConcrete implementation ofDigestMethod.classConcrete implementation ofDSAKeyValue.classConcrete implementation ofECKeyValue.classConcrete implementation ofECPointType.classConcrete implementation ofExponent.classConcrete implementation ofG.classConcrete implementation ofJ.classConcrete implementation ofKeyInfo.classConcrete implementation ofKeyInfoReference.classConcrete implementation ofKeyName.classConcrete implementation ofKeyValue.classConcrete implementation ofMgmtData.classConcrete implementation ofModulus.classConcrete implementation ofNamedCurve.classConcrete implementation ofPgenCounter.classConcrete implementation ofPGPData.classConcrete implementation ofPGPKeyID.classConcrete implementation ofPGPKeyPacket.classConcrete implementation ofP.classConcrete implementation ofPublicKey.classConcrete implementation ofQ.classConcrete implementation ofRetrievalMethod.classConcrete implementation ofRSAKeyValue.classConcrete implementation ofSeed.classXMLObject representing an enveloped or detached XML Digital Signature, version 20020212, Signature element.classConcrete implementation ofSPKIData.classConcrete implementation ofSPKISexp.classConcrete implementation ofTransform.classConcrete implementation ofTransforms.classConcrete implementation ofX509Certificate.classConcrete implementation ofX509CRL.classConcrete implementation ofX509Data.classConcrete implementation ofX509Digest.classConcrete implementation ofX509IssuerName.classConcrete implementation ofX509IssuerSerial.classConcrete implementation ofX509SerialNumber.classConcrete implementation ofX509SKI.classConcrete implementation ofX509SubjectName.classConcrete implementation ofXPath.classConcrete implementation ofY.Fields in org.opensaml.xmlsec.signature.impl declared as XMLObjectModifier and TypeFieldDescriptionprivate XMLObjectECKeyValueImpl.ecParamsECParameters child element value.private XMLObjectKeyValueImpl.unknownXMLObjectWildcard <any> XMLObject child element.Fields in org.opensaml.xmlsec.signature.impl with type parameters of type XMLObjectModifier and TypeFieldDescriptionprivate final IndexedXMLObjectChildrenList<XMLObject>KeyInfoImpl.indexedChildrenThe list of XMLObject child elements.private final IndexedXMLObjectChildrenList<XMLObject>SPKIDataImpl.indexedChildrenThe list of XMLObject child elements.private final IndexedXMLObjectChildrenList<XMLObject>TransformImpl.indexedChildren"any" children.private final IndexedXMLObjectChildrenList<XMLObject>X509DataImpl.indexedChildrenThe list of XMLObject child elements.private final IndexedXMLObjectChildrenList<XMLObject>DigestMethodImpl.unknownChildren"any" children.private final IndexedXMLObjectChildrenList<XMLObject>PGPDataImpl.xmlChildrenList of <any> wildcard XMLObject children.Methods in org.opensaml.xmlsec.signature.impl that return XMLObjectModifier and TypeMethodDescriptionECKeyValueImpl.getECParameters()Get the ECParameters child element.KeyValueImpl.getUnknownXMLObject()Get the wildcard <any> XMLObject child element.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type XMLObjectModifier and TypeMethodDescriptionTransformImpl.getAllChildren()Gets the ordered list of all XMLObject child elements of this element.DigestMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DSAKeyValueImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.ECKeyValueImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyInfoImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyInfoReferenceImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.KeyValueImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.NamedCurveImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.PGPDataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RetrievalMethodImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.RSAKeyValueImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SignatureImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.SPKIDataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TransformImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.TransformsImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.X509CertificateImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.X509CRLImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.X509DataImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.X509IssuerSerialImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.X509SerialNumberImpl.getOrderedChildren()Gets an unmodifiable list of child elements in the order that they will appear in the DOM.DigestMethodImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.DigestMethodImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.PGPDataImpl.getUnknownXMLObjects()Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.PGPDataImpl.getUnknownXMLObjects(QName typeOrName) Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.KeyInfoImpl.getXMLObjects()Get the list of all XMLObject children.KeyInfoImpl.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.SPKIDataImpl.getXMLObjects()Get the list of all XMLObject children.SPKIDataImpl.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.TransformImpl.getXMLObjects(QName typeOrName) Get the list of XMLObject children that match a particular QName.X509DataImpl.getXMLObjects()Get the list of all XMLObject children.X509DataImpl.getXMLObjects(QName typeOrName) Get the list of XMLObject children whose type or element QName matches the specified QName.Methods in org.opensaml.xmlsec.signature.impl with parameters of type XMLObjectModifier and TypeMethodDescriptionMarshall this element, and its children, and root them in a newly created Document.Marshall this element, and its children, into a W3C DOM element.Marshall the given XMLObject and append it as a child to the given parent element.protected voidDEREncodedKeyValueMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidECKeyValueMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidKeyInfoMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidKeyInfoReferenceMarshaller.marshallAttributeIDness(XMLObject xmlObject, Element domElement) Marshalls the IDness of the ID attribute present on the element, if any.protected voidAbstractXMLSignatureMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDEREncodedKeyValueMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidDigestMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidECKeyValueMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyInfoMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidKeyInfoReferenceMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidNamedCurveMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidRetrievalMethodMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidTransformMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidX509DigestMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidX509SerialNumberMarshaller.marshallAttributes(XMLObject xmlObject, Element domElement) Marshalls a given XMLObject into a W3C Element.protected voidAbstractXMLSignatureMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidX509SerialNumberMarshaller.marshallElementContent(XMLObject xmlObject, Element domElement) Marshalls data from the XMLObject into content of the DOM Element.protected voidDEREncodedKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidECKeyValueUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoReferenceUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidKeyInfoUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidNamedCurveUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidRetrievalMethodUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidTransformUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509DigestUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidX509SerialNumberUnmarshaller.processAttribute(XMLObject xmlObject, Attr attribute) Called after an attribute has been unmarshalled so that it can be added to the XMLObject.protected voidDigestMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidDSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidECKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyInfoUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidPGPDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRetrievalMethodUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidRSAKeyValueUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidSPKIDataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformsUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidTransformUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509DataUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509IssuerSerialUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509SerialNumberUnmarshaller.processChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Called after a child element has been unmarshalled so that it can be added to the parent XMLObject.protected voidX509SerialNumberUnmarshaller.processElementContent(XMLObject xmlObject, String elementContent) Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject.voidECKeyValueImpl.setECParameters(XMLObject newParams) Set the ECParameters child element.voidKeyValueImpl.setUnknownXMLObject(XMLObject newXMLObject) Set the wildcard <any> XMLObject child element.