Package org.opensaml.core.xml
Interface AttributeExtensibleXMLObject
- All Superinterfaces:
XMLObject
- All Known Subinterfaces:
Action
,Address
,AffiliationDescriptor
,AppliesTo
,ArtifactResolutionService
,AssertionConsumerService
,AssertionIDRequestService
,Attribute
,AttributeAssignmentType
,AttributeAuthorityDescriptor
,AttributedDateTime
,AttributedQName
,AttributedString
,AttributedUnsignedLong
,AttributedURI
,AttributedURI
,AttributeQueryDescriptorType
,AttributeService
,AttributeValue
,AttributeValue
,AttributeValueType
,AttributeValueType
,AuthnAuthorityDescriptor
,AuthnContextDecl
,AuthnQueryDescriptorType
,AuthnQueryService
,AuthzDecisionQueryDescriptorType
,AuthzService
,BinaryExchange
,BinarySecret
,BinarySecurityToken
,Body
,Claims
,ContactPerson
,Created
,Detail
,DiscoveryResponse
,Embedded
,EncodedString
,EncryptionProperty
,Endpoint
,EndpointReference
,EndpointReferenceType
,EntityDescriptor
,Entropy
,Envelope
,Expires
,FaultTo
,From
,Header
,IDPSSODescriptor
,IndexedEndpoint
,IssuedTokens
,Issuer
,KeyIdentifier
,KeyInfoConfirmationDataType
,ManageNameIDService
,MessageID
,Metadata
,NameIDMappingService
,Nonce
,Organization
,Password
,PDPDescriptor
,Policy
,PolicyAttachment
,PolicyReference
,ProblemAction
,ProblemHeaderQName
,ProblemIRI
,QueryDescriptorType
,Reference
,ReferenceParameters
,RelatesTo
,ReplyTo
,RequestedAttribute
,RequestInitiator
,RequestSecurityToken
,RequestSecurityTokenResponse
,RequestSecurityTokenResponseCollection
,ResourceContentType
,RetryAfter
,RoleDescriptor
,Security
,SecurityTokenReference
,SignChallenge
,SignChallengeResponse
,SignChallengeType
,SingleLogoutService
,SingleSignOnService
,SPSSODescriptor
,SSODescriptor
,SubjectConfirmationData
,SubjectConfirmationData
,Timestamp
,To
,TransformationParameters
,Username
,UsernameToken
,XSAny
- All Known Implementing Classes:
AbstractExtensibleSOAPObject
,AbstractExtensibleXMLObject
,ActionImpl
,AddressImpl
,AffiliationDescriptorImpl
,AppliesToImpl
,ArtifactResolutionServiceImpl
,AssertionConsumerServiceImpl
,AssertionIDRequestServiceImpl
,AttributeAssignmentTypeImpl
,AttributeAuthorityDescriptorImpl
,AttributedDateTimeImpl
,AttributedQNameImpl
,AttributedStringImpl
,AttributedUnsignedLongImpl
,AttributedURIImpl
,AttributedURIImpl
,AttributeImpl
,AttributeQueryDescriptorTypeImpl
,AttributeServiceImpl
,AttributeValueImpl
,AttributeValueImpl
,AttributeValueTypeImpl
,AttributeValueTypeImpl
,AuthnAuthorityDescriptorImpl
,AuthnContextDeclImpl
,AuthnQueryDescriptorTypeImpl
,AuthnQueryServiceImpl
,AuthzDecisionQueryDescriptorTypeImpl
,AuthzServiceImpl
,BinaryExchangeImpl
,BinarySecretImpl
,BinarySecurityTokenImpl
,BodyImpl
,ClaimsImpl
,ContactPersonImpl
,CreatedImpl
,DetailImpl
,DiscoveryResponseImpl
,EmbeddedImpl
,EncodedStringImpl
,EncryptionPropertyImpl
,EndpointImpl
,EndpointReferenceImpl
,EndpointReferenceTypeImpl
,EntityDescriptorImpl
,EntropyImpl
,EnvelopeImpl
,ExpiresImpl
,FaultToImpl
,FromImpl
,HeaderImpl
,IDPSSODescriptorImpl
,IndexedEndpointImpl
,IssuedTokensImpl
,IssuerImpl
,KeyIdentifierImpl
,KeyInfoConfirmationDataTypeImpl
,ManageNameIDServiceImpl
,MessageIDImpl
,MetadataImpl
,NameIDMappingServiceImpl
,NonceImpl
,OrganizationImpl
,PasswordImpl
,PDPDescriptorImpl
,PolicyAttachmentImpl
,PolicyImpl
,PolicyReferenceImpl
,ProblemActionImpl
,ProblemHeaderQNameImpl
,ProblemIRIImpl
,QueryDescriptorTypeImpl
,ReferenceImpl
,ReferenceParametersImpl
,RelatesToImpl
,ReplyToImpl
,RequestedAttributeImpl
,RequestInitiatorImpl
,RequestSecurityTokenImpl
,RequestSecurityTokenResponseCollectionImpl
,RequestSecurityTokenResponseImpl
,ResourceContentTypeImpl
,RetryAfterImpl
,RoleDescriptorImpl
,SecurityImpl
,SecurityTokenReferenceImpl
,SignChallengeImpl
,SignChallengeResponseImpl
,SignChallengeTypeImpl
,SingleLogoutServiceImpl
,SingleSignOnServiceImpl
,SPSSODescriptorImpl
,SSODescriptorImpl
,SubjectConfirmationDataImpl
,SubjectConfirmationDataImpl
,TimestampImpl
,ToImpl
,TransformationParametersImpl
,UsernameImpl
,UsernameTokenImpl
,XSAnyImpl
An interface for XMLObjects that represent DOM elements that support
the XML Schema anyAttribute construct.
-
Method Summary
Modifier and TypeMethodDescriptionGets a mutable map of the attributes.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Method Details
-
getUnknownAttributes
Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.- Returns:
- a map of the attributes
-