Uses of Interface
org.opensaml.core.xml.schema.XSAny
-
Packages that use XSAny Package Description org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. -
-
Uses of XSAny in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSAny Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny.Methods in org.opensaml.core.xml.schema.impl that return XSAny Modifier and Type Method Description XSAnyXSAnyBuilder. 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.core Modifier and Type Interface Description interfaceAttributeValueThis interface defines how the object representing a SAML 1AttributeValueelement behaves.interfaceSubjectConfirmationDataThis 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 XSAny Modifier and Type Class Description classAttributeValueImplA concrete implementation ofAttributeValue.classSubjectConfirmationDataImplA concrete implementation ofSubjectConfirmationData. -
Uses of XSAny in org.opensaml.saml.saml2.core
Subinterfaces of XSAny in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceAttributeValueThis interface defines how the object representing a SAML 2AttributeValueelement behaves.interfaceAuthnContextDeclSAML 2.0 Core AuthnContextDecl. -
Uses of XSAny in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement XSAny Modifier and Type Class Description classAttributeValueImplA concrete implementation ofAttributeValue.classAuthnContextDeclImplA concrete implementation ofAuthnContextDecl.
-