Uses of Interface
org.opensaml.core.xml.AttributeExtensibleXMLObject
-
Packages that use AttributeExtensibleXMLObject Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers.org.opensaml.core.xml.schema Interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.saml.ext.idpdisco Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.org.opensaml.saml.ext.idpdisco.impl Implementation for SAML v2.0 Identity Provider Discovery Profile.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.ext.saml2mdquery.impl Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.org.opensaml.saml.ext.saml2mdreqinit Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.org.opensaml.saml.ext.saml2mdreqinit.impl Concrete implementations of the interfaces for the SAML 2 Metadata Extension for SSO Service Provider Request Initiation.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.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs.org.opensaml.soap.common Common classes shared across SOAP versions, clients, and transports.org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces.org.opensaml.soap.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements.org.opensaml.soap.wsaddressing.impl XML Object provider implementations for WS-Addressing.org.opensaml.soap.wspolicy XMLObject interfaces for WS-Policy 1.2 elements.org.opensaml.soap.wspolicy.impl XML Object provider implementations for WS-Policy.org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security.org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust.org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema.org.opensaml.xacml.ctx.impl XMLObject implementations for XACML context schema.org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema.org.opensaml.xacml.policy.impl XMLObject provider implementation classes for XACML policy schema.org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl 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 AttributeExtensibleXMLObject Modifier and Type Class Description classAbstractExtensibleXMLObjectAbstractExtensibleXMLObject is an element of typexs:any, and withxs:anyAttributeattributes. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.io
Methods in org.opensaml.core.xml.io with parameters of type AttributeExtensibleXMLObject Modifier and Type Method Description protected voidAbstractXMLObjectMarshaller. marshallUnknownAttributes(AttributeExtensibleXMLObject xmlObject, Element domElement)Marshalls unknown attributes.protected voidAbstractXMLObjectUnmarshaller. 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 Modifier and Type Interface Description interfaceXSAnyRepresents the schema Any type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.idpdisco
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.idpdisco Modifier and Type Interface Description interfaceDiscoveryResponseSAML 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 AttributeExtensibleXMLObject Modifier and Type Class Description classDiscoveryResponseImplThis plugs into the standard opensaml2 parser framework to allow us to get useDiscoverResponseelements in our extensions. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdquery Modifier and Type Interface Description interfaceAttributeQueryDescriptorTypeSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceAuthnQueryDescriptorTypeSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceAuthzDecisionQueryDescriptorTypeSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceQueryDescriptorTypeSAML 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 AttributeExtensibleXMLObject Modifier and Type Class Description classAttributeQueryDescriptorTypeImplConcrete implementation ofAttributeQueryDescriptorType.classAuthnQueryDescriptorTypeImplConcrete implementation ofAuthnQueryDescriptorType.classAuthzDecisionQueryDescriptorTypeImplConcrete implementation ofAuthzDecisionQueryDescriptorType.classQueryDescriptorTypeImplConcrete implementation ofQueryDescriptorType. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit Modifier and Type Interface Description interfaceRequestInitiatorInterfaces 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 Modifier and Type Class Description classRequestInitiatorImplConcrete implementation ofRequestInitiator. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml1.core
Subinterfaces of AttributeExtensibleXMLObject 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 AttributeExtensibleXMLObject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAttributeValueImplA concrete implementation ofAttributeValue.classSubjectConfirmationDataImplA concrete implementation ofSubjectConfirmationData. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.core
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceAttributeSAML 2.0 Core Attribute.interfaceAttributeValueThis interface defines how the object representing a SAML 2AttributeValueelement behaves.interfaceAuthnContextDeclSAML 2.0 Core AuthnContextDecl.interfaceKeyInfoConfirmationDataTypeSAML 2.0 Core KeyInfoConfirmationDataType.interfaceSubjectConfirmationDataSAML 2.0 Core SubjectConfirmationData. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAttributeImplConcrete implementation ofAttribute.classAttributeValueImplA concrete implementation ofAttributeValue.classAuthnContextDeclImplA concrete implementation ofAuthnContextDecl.classKeyInfoConfirmationDataTypeImplConcrete implementation ofSubjectConfirmationData.classSubjectConfirmationDataImplConcrete implementation ofSubjectConfirmationData. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceAffiliationDescriptorSAML 2.0 Metadata AffiliationDescriptorType.interfaceArtifactResolutionServiceSAML 2.0 Metadata ArtifactResolutionService.interfaceAssertionConsumerServiceSAML 2.0 Metadata AssertionConsumerService.interfaceAssertionIDRequestServiceSAML 2.0 Metadata AssertionIDRequestService.interfaceAttributeAuthorityDescriptorSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAttributeServiceSAML 2.0 Metadata AttributeService.interfaceAuthnAuthorityDescriptorSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceAuthnQueryServiceSAML 2.0 Metadata AuthnQueryService.interfaceAuthzServiceSAML 2.0 Metadata AuthzService.interfaceContactPersonSAML 2.0 Metadata ContactPerson.interfaceEndpointSAML 2.0 Metadata Endpoint data type interface.interfaceEntityDescriptorSAML 2.0 Metadata EntityDescriptor.interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfaceIndexedEndpointSAML 2.0 Metadata IndexedEndpoint.interfaceManageNameIDServiceSAML 2.0 Metadata ManageNameIDService.interfaceNameIDMappingServiceSAML 2.0 Metadata NameIDMappingService.interfaceOrganizationSAML 2.0 Metadata Organization.interfacePDPDescriptorSAML 2.0 Metadata PDPDescriptor.interfaceRequestedAttributeSAML 2.0 Metadata RequestedAttribute.interfaceRoleDescriptorSAML 2.0 Metadata RoleDescriptor.interfaceSingleLogoutServiceSAML 2.0 Metadata SingleLogoutService.interfaceSingleSignOnServiceSAML 2.0 Metadata SingleSignOnService.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.interfaceSSODescriptorSAML 2.0 Metadata SSODescriptor. -
Uses of AttributeExtensibleXMLObject in org.opensaml.saml.saml2.metadata.impl
-
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.common
Classes in org.opensaml.soap.common that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAbstractExtensibleSOAPObjectAbstract class implementing element and attribute extensibility. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.soap11
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.soap11 Modifier and Type Interface Description interfaceBodySOAP 1.1 Body.interfaceDetailSOAP 1.1 Detail.interfaceEnvelopeSOAP 1.1 Envelope.interfaceHeaderSOAP 1.1 Header. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classBodyImplConcrete implemenation ofBody.classDetailImplConcrete implementation ofDetail.classEnvelopeImplConcrete implementation ofEnvelope.classHeaderImplConcrete implementation ofHeader. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressing
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressing Modifier and Type Interface Description interfaceActionThe <wsa:Action> element.interfaceAddressThe <wsa:Address> element.interfaceAttributedQNameInterface for type <wsa:AttributedQName>.interfaceAttributedUnsignedLongInterface for type <wsa:AttributedUnsignedLongType>.interfaceAttributedURIInterface for element of type <wsa:AttributedURIType>.interfaceEndpointReferenceThe <wsa:EndpointReference> element.interfaceEndpointReferenceTypeInterface for element of typeEndpointReferenceType.interfaceFaultToThe <wsa:FaultTo> element.interfaceFromThe <wsa:From> element.interfaceMessageIDThe <wsa:MessageID> element.interfaceMetadataThe optional <wsa:Metadata> element.interfaceProblemActionInterface for element <wsa:ProblemAction>.interfaceProblemHeaderQNameInterface for element <wsa:ProblemHeaderQName>.interfaceProblemIRIThe <wsa:ProblemIRI> element.interfaceReferenceParametersThe optional <wsa:ReferenceParameters> element.interfaceRelatesToInterface for element <wsa:RelatesTo>.interfaceReplyToThe <wsa:ReplyTo> element.interfaceRetryAfterInterface for element <wsa:RetryAfter>.interfaceToThe <wsa:To> element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classActionImplActionImpl is the concrete implementation ofAction.classAddressImplAddressImpl is the concrete implementation ofAddress.classAttributedQNameImplImplementation ofAttributedQName.classAttributedUnsignedLongImplImplementation ofAttributedUnsignedLong.classAttributedURIImplAbstractAttributedURIType is the abstract implementation ofAttributedURI.classEndpointReferenceImplConcrete implementation of elementEndpointReference.classEndpointReferenceTypeImplAbstract implementation of the element of typeEndpointReferenceType.classFaultToImplConcrete implementation of elementFaultTo.classFromImplConcrete implementation of elementFrom.classMessageIDImplConcrete implementation for theMessageIDelement.classMetadataImplMetadataImpl.classProblemActionImplImplementation ofProblemAction.classProblemHeaderQNameImplConcrete implementation for theProblemHeaderQNameelement.classProblemIRIImplProblemIRIImpl is the concrete implementation ofProblemIRI.classReferenceParametersImplReferenceParametersImpl.classRelatesToImplImplementation ofRelatesTo.classReplyToImplConcrete implementation of elementReplyTo.classRetryAfterImplImplementation ofRetryAfter.classToImplConcrete implementation for theToelement. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicy
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicy Modifier and Type Interface Description interfaceAppliesToThe wsp:AppliesTo element.interfacePolicyThe wsp:Policy element.interfacePolicyAttachmentThe wsp:PolicyAttachment element.interfacePolicyReferenceThe wsp:PolicyReference element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAppliesToImplAppliesToImpl.classPolicyAttachmentImplPolicyAttachmentImpl.classPolicyImplPolicyImpl.classPolicyReferenceImplPolicyReferenceImpl. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurity
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceAttributedDateTimeInterface for elements of complex type AttributedDateTime.interfaceAttributedStringInterface for elements of complex type AttributedString.interfaceAttributedURIInterface for elements of complex type AttributedURI.interfaceBinarySecurityTokenThe <wsse:BinarySecurityToken> element.interfaceCreatedThe <wsu:Created> element.interfaceEmbeddedthe <wsse:Embedded> element.interfaceEncodedStringInterface for elements of complex type EncodedString.interfaceExpiresThe <wsu:Expires> element.interfaceKeyIdentifierThe <wsse:KeyIdentifier> element.interfaceNonceThe <wsse:Nonce> element within a <wsse:UsernameToken> element.interfacePasswordThePasswordelement.interfaceReferenceThe <wsse:Reference> empty element.interfaceSecurityThe <wsse:Security> header block.interfaceSecurityTokenReferenceThe <wsse:SecurityTokenReference> element.interfaceTimestampThe <wsu:Timestamp> element.interfaceTransformationParametersThe <wsse:TransformationParameters> element.interfaceUsernameThe <wsse:Username> element within the <wsse:UsernameToken> element.interfaceUsernameTokenThe <wsse:UsernameToken> element. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAttributedDateTimeImplImplementation ofAttributedDateTime.classAttributedStringImplImplementation ofAttributedString.classAttributedURIImplImplementation ofAttributedURI.classBinarySecurityTokenImplBinarySecurityTokenImpl.classCreatedImplCreatedImpl.classEmbeddedImplEmbeddedImpl is the concrete implementation ofEmbedded.classEncodedStringImplImplementation ofEncodedString.classExpiresImplExpiresImpl.classKeyIdentifierImplKeyIdentifierImpl.classNonceImplNonceImpl.classPasswordImplPasswordImpl.classReferenceImplReferenceImpl.classSecurityImplSecurityImpl implements the <wsse:Security> header.classSecurityTokenReferenceImplSecurityTokenReferenceImpl.classTimestampImplConcrete implementation ofTimestamp.classTransformationParametersImplTransformationParametersImpl implements the <wsse:TransformationParameters> element.classUsernameImplImplementation ofUsername.classUsernameTokenImplImplementation ofUsernameToken. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wstrust
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.soap.wstrust Modifier and Type Interface Description interfaceBinaryExchangeThe wst:BinaryExchange element.interfaceBinarySecretThe wst:BinarySecret element.interfaceClaimsThe wst:Claims element.interfaceEntropyThe wst:Entropy element.interfaceIssuedTokensThe wst:IssuedTokens element.interfaceIssuerThe wst:Issuer element.interfaceRequestSecurityTokenThe wst:RequestSecurityToken element.interfaceRequestSecurityTokenResponseThe wst:RequestSecurityTokenResponse element.interfaceRequestSecurityTokenResponseCollectionThe wst:RequestSecurityTokenResponseCollection element.interfaceSignChallengeThe wst:SignChallenge element.interfaceSignChallengeResponseThe wst:SignChallengeResponse element.interfaceSignChallengeTypeSignChallengeType complex type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classBinaryExchangeImplBinaryExchangeImpl.classBinarySecretImplBinarySecretImpl.classClaimsImplClaimsImpl.classEntropyImplEntropyImpl.classIssuedTokensImplIssuedTokensImpl.classIssuerImplIssuerImpl.classRequestSecurityTokenImplRequestSecurityTokenImpl.classRequestSecurityTokenResponseCollectionImplRequestSecurityTokenResponseCollectionImpl.classRequestSecurityTokenResponseImplRequestSecurityTokenResponseImpl.classSignChallengeImplSignChallengeImpl.classSignChallengeResponseImplSignChallengeImpl.classSignChallengeTypeImplSignChallengeTypeImpl. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.ctx
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xacml.ctx Modifier and Type Interface Description interfaceAttributeValueTypeXACML context AttributeValue schema type.interfaceResourceContentTypeXACML context ResourceContent schema type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAttributeValueTypeImplConcrete implementation ofAttributeValueType.classResourceContentTypeImplConcrete implementation ofResourceContentType. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.policy
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceAttributeAssignmentTypeXACML AttributeAssignment schema type.interfaceAttributeValueTypeXACML AttributeValue schema type. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement AttributeExtensibleXMLObject Modifier and Type Class Description classAttributeAssignmentTypeImplImplementation forAttributeAssignmentType.classAttributeValueTypeImplImplementation ofAttributeValueType. -
Uses of AttributeExtensibleXMLObject in org.opensaml.xmlsec.encryption
Subinterfaces of AttributeExtensibleXMLObject in org.opensaml.xmlsec.encryption Modifier and Type Interface Description interfaceEncryptionPropertyXMLObject 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 Modifier and Type Class Description classEncryptionPropertyImplConcrete implementation ofEncryptionProperty.
-