Uses of Interface
org.opensaml.core.xml.AttributeExtensibleXMLObject
Packages that use AttributeExtensibleXMLObject
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Interfaces and abstract implementations of marshallers and unmarshallers.
Interfaces for XMLObjects that represent XML schema types.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
Implementation for SAML v2.0 Identity Provider Discovery Profile.
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.
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 definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of the metadata APIs.
Common classes shared across SOAP versions, clients, and transports.
XMLObject interfaces for SOAP 1.1 elements.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
XMLObject interfaces for WS-Addressing 1.0 elements.
XML Object provider implementations for WS-Addressing.
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.
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
AbstractExtensibleXMLObject is an element of typexs:any
, and withxs:anyAttribute
attributes. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io with parameters of type AttributeExtensibleXMLObjectModifier and TypeMethodDescriptionprotected void
AbstractXMLObjectMarshaller.marshallUnknownAttributes
(AttributeExtensibleXMLObject xmlObject, Element domElement) Marshalls unknown attributes.protected void
AbstractXMLObjectUnmarshaller.processUnknownAttribute
(AttributeExtensibleXMLObject xmlObject, Attr attribute) Called to store wildcard attributes, if the object supports that. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement AttributeExtensibleXMLObject -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.idpdisco
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.idpdiscoModifier and TypeInterfaceDescriptioninterface
SAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.idpdisco.impl
Classes in org.opensaml.saml.ext.idpdisco.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
This plugs into the standard opensaml2 parser framework to allow us to get useDiscoverResponse
elements in our extensions. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdqueryModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Metadata extension AttributeQueryDescriptorType.interface
SAML 2.0 Metadata extension AuthnQueryDescriptorType.interface
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interface
SAML 2.0 Metadata extension QueryDescriptorType. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAttributeQueryDescriptorType
.class
Concrete implementation ofAuthnQueryDescriptorType
.class
Concrete implementation ofAuthzDecisionQueryDescriptorType
.class
Concrete implementation ofQueryDescriptorType
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinitModifier and TypeInterfaceDescriptioninterface
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit.impl
Classes in org.opensaml.saml.ext.saml2mdreqinit.impl that implement AttributeExtensibleXMLObject -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml1.core
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterface
This interface defines how the object representing a SAML 1AttributeValue
element behaves.interface
This interface defines how the object representing a SAML1SubjectConfirmationData
element behaves. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
A concrete implementation ofAttributeValue
.class
A concrete implementation ofSubjectConfirmationData
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.core
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Core Attribute.interface
This interface defines how the object representing a SAML 2AttributeValue
element behaves.interface
SAML 2.0 Core AuthnContextDecl.interface
SAML 2.0 Core KeyInfoConfirmationDataType.interface
SAML 2.0 Core SubjectConfirmationData. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAttribute
.class
A concrete implementation ofAttributeValue
.class
A concrete implementation ofAuthnContextDecl
.class
Concrete implementation ofSubjectConfirmationData
.class
Concrete implementation ofSubjectConfirmationData
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Metadata AffiliationDescriptorType.interface
SAML 2.0 Metadata ArtifactResolutionService.interface
SAML 2.0 Metadata AssertionConsumerService.interface
SAML 2.0 Metadata AssertionIDRequestService.interface
SAML 2.0 Metadata AttributeAuthorityDescriptor.interface
SAML 2.0 Metadata AttributeService.interface
SAML 2.0 Metadata AuthnAuthorityDescriptor.interface
SAML 2.0 Metadata AuthnQueryService.interface
SAML 2.0 Metadata AuthzService.interface
SAML 2.0 Metadata ContactPerson.interface
SAML 2.0 Metadata Endpoint data type interface.interface
SAML 2.0 Metadata EntityDescriptor.interface
SAML 2.0 Metadata IDPSSODescriptorType.interface
SAML 2.0 Metadata IndexedEndpoint.interface
SAML 2.0 Metadata ManageNameIDService.interface
SAML 2.0 Metadata NameIDMappingService.interface
SAML 2.0 Metadata Organization.interface
SAML 2.0 Metadata PDPDescriptor.interface
SAML 2.0 Metadata RequestedAttribute.interface
SAML 2.0 Metadata RoleDescriptor.interface
SAML 2.0 Metadata SingleLogoutService.interface
SAML 2.0 Metadata SingleSignOnService.interface
SAML 2.0 Metadata SPSSODescriptorType.interface
SAML 2.0 Metadata SSODescriptor. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAffiliationDescriptor
.class
Concrete implementation ofArtifactResolutionService
.class
Concrete implementation ofAssertionConsumerService
.class
Concrete implementation ofAssertionIDRequestService
.class
A concrete implementation ofAttributeAuthorityDescriptor
.class
Concrete implementation ofAttributeService
.class
Concrete implementation ofAuthnAuthorityDescriptor
.class
Concrete implementation ofAuthnQueryService
.class
Concrete implmentation ofAuthzService
.class
Concrete implementation ofContactPerson
.class
A concrete implementation ofEndpoint
.class
Concretate implementation ofEntitiesDescriptor
.class
Concrete implementation ofIDPSSODescriptor
.class
Concrete implementation ofIndexedEndpoint
.class
Concrete implementation ofManageNameIDService
.class
Concrete implementation ofNameIDMappingService
.class
Concrete implementation ofOrganization
.class
Concrete implementation ofPDPDescriptor
.class
Concrete implementation ofRequestedAttribute
.class
Concrete implementation ofRoleDescriptor
.class
Concrete implementation ofSingleLogoutService
.class
Concrete implementation ofSingleSignOnService
.class
Concrete implementation ofSPSSODescriptor
.class
Concrete implementation ofSSODescriptor
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.common
Classes in org.opensaml.soap.common that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Abstract class implementing element and attribute extensibility. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.soap11
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.soap11 -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement AttributeExtensibleXMLObject -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressing
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressingModifier and TypeInterfaceDescriptioninterface
The <wsa:Action> element.interface
The <wsa:Address> element.interface
Interface for type <wsa:AttributedQName>.interface
Interface for type <wsa:AttributedUnsignedLongType>.interface
Interface for element of type <wsa:AttributedURIType>.interface
The <wsa:EndpointReference> element.interface
Interface for element of typeEndpointReferenceType
.interface
The <wsa:FaultTo> element.interface
The <wsa:From> element.interface
The <wsa:MessageID> element.interface
The optional <wsa:Metadata> element.interface
Interface for element <wsa:ProblemAction>.interface
Interface for element <wsa:ProblemHeaderQName>.interface
The <wsa:ProblemIRI> element.interface
The optional <wsa:ReferenceParameters> element.interface
Interface for element <wsa:RelatesTo>.interface
The <wsa:ReplyTo> element.interface
Interface for element <wsa:RetryAfter>.interface
The <wsa:To> element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
ActionImpl is the concrete implementation ofAction
.class
AddressImpl is the concrete implementation ofAddress
.class
Implementation ofAttributedQName
.class
Implementation ofAttributedUnsignedLong
.class
AbstractAttributedURIType is the abstract implementation ofAttributedURI
.class
Concrete implementation of elementEndpointReference
.class
Abstract implementation of the element of typeEndpointReferenceType
.class
Concrete implementation of elementFaultTo
.class
Concrete implementation of elementFrom
.class
Concrete implementation for theMessageID
element.class
MetadataImpl.class
Implementation ofProblemAction
.class
Concrete implementation for theProblemHeaderQName
element.class
ProblemIRIImpl is the concrete implementation ofProblemIRI
.class
ReferenceParametersImpl.class
Implementation ofRelatesTo
.class
Concrete implementation of elementReplyTo
.class
Implementation ofRetryAfter
.class
Concrete implementation for theTo
element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicy
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicyModifier and TypeInterfaceDescriptioninterface
The wsp:AppliesTo element.interface
The wsp:Policy element.interface
The wsp:PolicyAttachment element.interface
The wsp:PolicyReference element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
AppliesToImpl.class
PolicyAttachmentImpl.class
PolicyImpl.class
PolicyReferenceImpl. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurity
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurityModifier and TypeInterfaceDescriptioninterface
Interface for elements of complex type AttributedDateTime.interface
Interface for elements of complex type AttributedString.interface
Interface for elements of complex type AttributedURI.interface
The <wsse:BinarySecurityToken> element.interface
The <wsu:Created> element.interface
the <wsse:Embedded> element.interface
Interface for elements of complex type EncodedString.interface
The <wsu:Expires> element.interface
The <wsse:KeyIdentifier> element.interface
The <wsse:Nonce> element within a <wsse:UsernameToken> element.interface
ThePassword
element.interface
The <wsse:Reference> empty element.interface
The <wsse:Security> header block.interface
The <wsse:SecurityTokenReference> element.interface
The <wsu:Timestamp> element.interface
The <wsse:TransformationParameters> element.interface
The <wsse:Username> element within the <wsse:UsernameToken> element.interface
The <wsse:UsernameToken> element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Implementation ofAttributedDateTime
.class
Implementation ofAttributedString
.class
Implementation ofAttributedURI
.class
BinarySecurityTokenImpl.class
CreatedImpl.class
EmbeddedImpl is the concrete implementation ofEmbedded
.class
Implementation ofEncodedString
.class
ExpiresImpl.class
KeyIdentifierImpl.class
NonceImpl.class
PasswordImpl.class
ReferenceImpl.class
SecurityImpl implements the <wsse:Security> header.class
SecurityTokenReferenceImpl.class
Concrete implementation ofTimestamp
.class
TransformationParametersImpl implements the <wsse:TransformationParameters> element.class
Implementation ofUsername
.class
Implementation ofUsernameToken
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wstrust
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wstrustModifier and TypeInterfaceDescriptioninterface
The wst:BinaryExchange element.interface
The wst:BinarySecret element.interface
The wst:Claims element.interface
The wst:Entropy element.interface
The wst:IssuedTokens element.interface
The wst:Issuer element.interface
The wst:RequestSecurityToken element.interface
The wst:RequestSecurityTokenResponse element.interface
The wst:RequestSecurityTokenResponseCollection element.interface
The wst:SignChallenge element.interface
The wst:SignChallengeResponse element.interface
SignChallengeType complex type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
BinaryExchangeImpl.class
BinarySecretImpl.class
ClaimsImpl.class
EntropyImpl.class
IssuedTokensImpl.class
IssuerImpl.class
RequestSecurityTokenImpl.class
RequestSecurityTokenResponseCollectionImpl.class
RequestSecurityTokenResponseImpl.class
SignChallengeImpl.class
SignChallengeImpl.class
SignChallengeTypeImpl. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.ctx
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xacml.ctxModifier and TypeInterfaceDescriptioninterface
XACML context AttributeValue schema type.interface
XACML context ResourceContent schema type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAttributeValueType
.class
Concrete implementation ofResourceContentType
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.policy
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterface
XACML AttributeAssignment schema type.interface
XACML AttributeValue schema type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement AttributeExtensibleXMLObjectModifier and TypeClassDescriptionclass
Implementation forAttributeAssignmentType
.class
Implementation ofAttributeValueType
. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xmlsec.encryption
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xmlsec.encryptionModifier and TypeInterfaceDescriptioninterface
XMLObject representing XML Encryption, version 20021210, EncryptionProperty element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement AttributeExtensibleXMLObject