Uses of Interface
org.opensaml.core.xml.schema.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 class
XSAnyImpl
Concrete implementation ofXSAny
.Methods in org.opensaml.core.xml.schema.impl that return XSAny Modifier and Type Method Description XSAny
XSAnyBuilder. 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 interface
AttributeValue
This interface defines how the object representing a SAML 1AttributeValue
element behaves.interface
SubjectConfirmationData
This interface defines how the object representing a SAML1SubjectConfirmationData
element 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 class
AttributeValueImpl
A concrete implementation ofAttributeValue
.class
SubjectConfirmationDataImpl
A 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 interface
AttributeValue
This interface defines how the object representing a SAML 2AttributeValue
element behaves.interface
AuthnContextDecl
SAML 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 class
AttributeValueImpl
A concrete implementation ofAttributeValue
.class
AuthnContextDeclImpl
A concrete implementation ofAuthnContextDecl
.