Uses of Interface
org.opensaml.core.xml.schema.XSAny
Packages that use XSAny
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of XSAny in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as XSAnyModifier and TypeFieldDescriptionprivate XSAnyAbstractXSAnyAdapter.adaptedThe adapted XSAny instance.Methods in org.opensaml.core.xml that return XSAnyModifier and TypeMethodDescriptionAbstractXSAnyAdapter.getAdapted()Get the adaptedXSAnyinstance.XSAnyAdapter.getAdapted()Get the adapted instance ofXSAnyConstructors in org.opensaml.core.xml with parameters of type XSAny -
Uses of XSAny in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSAnyMethods in org.opensaml.core.xml.schema.impl that return XSAnyModifier and TypeMethodDescriptionXSAnyBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of XSAny in org.opensaml.saml.saml1.core
Subinterfaces of XSAny in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterfaceThis interface defines how the object representing a SAML 1AttributeValueelement behaves.interfaceThis interface defines how the object representing a SAML1SubjectConfirmationDataelement behaves. -
Uses of XSAny in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement XSAnyModifier and TypeClassDescriptionclassA concrete implementation ofAttributeValue.classA concrete implementation ofSubjectConfirmationData. -
Uses of XSAny in org.opensaml.saml.saml2.core
Subinterfaces of XSAny in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterfaceThis interface defines how the object representing a SAML 2AttributeValueelement behaves.interfaceSAML 2.0 Core AuthnContextDecl. -
Uses of XSAny in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement XSAnyModifier and TypeClassDescriptionclassA concrete implementation ofAttributeValue.classA concrete implementation ofAuthnContextDecl.Constructors in org.opensaml.saml.saml2.core.impl with parameters of type XSAnyModifierConstructorDescriptionBaseIDXSAnyAdapter(XSAny xsAny) Constructor.ConditionXSAnyAdapter(XSAny xsAny) Constructor.StatementXSAnyAdapter(XSAny xsAny) Constructor. -
Uses of XSAny in org.opensaml.saml.saml2.metadata.impl
Constructors in org.opensaml.saml.saml2.metadata.impl with parameters of type XSAny