Uses of Interface
org.opensaml.core.xml.ElementExtensibleXMLObject
-
Packages that use ElementExtensibleXMLObject Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.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.saml2alg Interfaces for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.org.opensaml.saml.ext.saml2alg.impl Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.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.org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of ElementExtensibleXMLObject in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement ElementExtensibleXMLObject Modifier and Type Class Description classAbstractElementExtensibleXMLObjectAbstractElementExtensible is an element of typexs:any, but withoutxs:anyAttributeattribute or text content.classAbstractExtensibleXMLObjectAbstractExtensibleXMLObject is an element of typexs:any, and withxs:anyAttributeattributes. -
Uses of ElementExtensibleXMLObject in org.opensaml.core.xml.schema
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.core.xml.schema Modifier and Type Interface Description interfaceXSAnyRepresents the schema Any type. -
Uses of ElementExtensibleXMLObject in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classXSAnyImplConcrete implementation ofXSAny. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.ext.idpdisco
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.saml.ext.idpdisco Modifier and Type Interface Description interfaceDiscoveryResponseSAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.ext.idpdisco.impl
Classes in org.opensaml.saml.ext.idpdisco.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classDiscoveryResponseImplThis plugs into the standard opensaml2 parser framework to allow us to get useDiscoverResponseelements in our extensions. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.ext.saml2alg
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.saml.ext.saml2alg Modifier and Type Interface Description interfaceDigestMethodSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.interfaceSigningMethodSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 SigningMethod SAMLObject. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classDigestMethodImplImplementation ofDigestMethod.classSigningMethodImplImplementation ofSigningMethod. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of ElementExtensibleXMLObject 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 ElementExtensibleXMLObject in org.opensaml.saml.ext.saml2mdreqinit.impl
Classes in org.opensaml.saml.ext.saml2mdreqinit.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classRequestInitiatorImplConcrete implementation ofRequestInitiator. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml1.core
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAdviceThis interface defines how the object representing a SAML 1Adviceelement behaves.interfaceAttributeValueThis interface defines how the object representing a SAML 1AttributeValueelement behaves.interfaceStatusDetailInterface to describe how aStatusDetailelement behaves.interfaceSubjectConfirmationDataThis interface defines how the object representing a SAML1SubjectConfirmationDataelement behaves. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAdviceImplConcrete implementation ofAdvice.classAttributeValueImplA concrete implementation ofAttributeValue.classStatusDetailImplConcrete implementation ofStatusDetail.classSubjectConfirmationDataImplA concrete implementation ofSubjectConfirmationData. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml2.core
Subinterfaces of ElementExtensibleXMLObject 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.interfaceExtensionsSAML 2.0 Core Extensions.interfaceKeyInfoConfirmationDataTypeSAML 2.0 Core KeyInfoConfirmationDataType.interfaceStatusDetailSAML 2.0 Core StatusDetail.interfaceSubjectConfirmationDataSAML 2.0 Core SubjectConfirmationData. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAttributeValueImplA concrete implementation ofAttributeValue.classAuthnContextDeclImplA concrete implementation ofAuthnContextDecl.classExtensionsImplImplementation ofExtensions.classKeyInfoConfirmationDataTypeImplConcrete implementation ofSubjectConfirmationData.classStatusDetailImplConcrete implementation ofStatusDetail.classSubjectConfirmationDataImplConcrete implementation ofSubjectConfirmationData. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceArtifactResolutionServiceSAML 2.0 Metadata ArtifactResolutionService.interfaceAssertionConsumerServiceSAML 2.0 Metadata AssertionConsumerService.interfaceAssertionIDRequestServiceSAML 2.0 Metadata AssertionIDRequestService.interfaceAttributeServiceSAML 2.0 Metadata AttributeService.interfaceAuthnQueryServiceSAML 2.0 Metadata AuthnQueryService.interfaceAuthzServiceSAML 2.0 Metadata AuthzService.interfaceEncryptionMethodSAML 2.0 Metadata EncryptionMethod.interfaceEndpointSAML 2.0 Metadata Endpoint data type interface.interfaceExtensionsSAML 2.0 Metadata Extensions.interfaceIndexedEndpointSAML 2.0 Metadata IndexedEndpoint.interfaceManageNameIDServiceSAML 2.0 Metadata ManageNameIDService.interfaceNameIDMappingServiceSAML 2.0 Metadata NameIDMappingService.interfaceSingleLogoutServiceSAML 2.0 Metadata SingleLogoutService.interfaceSingleSignOnServiceSAML 2.0 Metadata SingleSignOnService. -
Uses of ElementExtensibleXMLObject in org.opensaml.saml.saml2.metadata.impl
-
Uses of ElementExtensibleXMLObject in org.opensaml.soap.common
Classes in org.opensaml.soap.common that implement ElementExtensibleXMLObject Modifier and Type Class Description classAbstractExtensibleSOAPObjectAbstract class implementing element and attribute extensibility. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.soap11
Subinterfaces of ElementExtensibleXMLObject 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 ElementExtensibleXMLObject in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classBodyImplConcrete implemenation ofBody.classDetailImplConcrete implementation ofDetail.classEnvelopeImplConcrete implementation ofEnvelope.classHeaderImplConcrete implementation ofHeader. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wsaddressing
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.soap.wsaddressing Modifier and Type Interface Description interfaceEndpointReferenceThe <wsa:EndpointReference> element.interfaceEndpointReferenceTypeInterface for element of typeEndpointReferenceType.interfaceFaultToThe <wsa:FaultTo> element.interfaceFromThe <wsa:From> element.interfaceMetadataThe optional <wsa:Metadata> element.interfaceReferenceParametersThe optional <wsa:ReferenceParameters> element.interfaceReplyToThe <wsa:ReplyTo> element. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classEndpointReferenceImplConcrete implementation of elementEndpointReference.classEndpointReferenceTypeImplAbstract implementation of the element of typeEndpointReferenceType.classFaultToImplConcrete implementation of elementFaultTo.classFromImplConcrete implementation of elementFrom.classMetadataImplMetadataImpl.classReferenceParametersImplReferenceParametersImpl.classReplyToImplConcrete implementation of elementReplyTo. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wspolicy
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.soap.wspolicy Modifier and Type Interface Description interfaceAppliesToThe wsp:AppliesTo element.interfacePolicyAttachmentThe wsp:PolicyAttachment element. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAppliesToImplAppliesToImpl.classPolicyAttachmentImplPolicyAttachmentImpl. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wssecurity
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceEmbeddedthe <wsse:Embedded> element.interfaceSecurityThe <wsse:Security> header block.interfaceSecurityTokenReferenceThe <wsse:SecurityTokenReference> element.interfaceTimestampThe <wsu:Timestamp> element.interfaceTransformationParametersThe <wsse:TransformationParameters> element.interfaceUsernameTokenThe <wsse:UsernameToken> element. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classEmbeddedImplEmbeddedImpl is the concrete implementation ofEmbedded.classSecurityImplSecurityImpl implements the <wsse:Security> header.classSecurityTokenReferenceImplSecurityTokenReferenceImpl.classTimestampImplConcrete implementation ofTimestamp.classTransformationParametersImplTransformationParametersImpl implements the <wsse:TransformationParameters> element.classUsernameTokenImplImplementation ofUsernameToken. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wstrust
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.soap.wstrust Modifier and Type Interface Description interfaceAuthenticatorThe wst:Authenticator element.interfaceClaimsThe wst:Claims element.interfaceEntropyThe wst:Entropy element.interfaceIssuerThe wst:Issuer element.interfaceKeyExchangeTokenThe wst:KeyExchangeToken element.interfaceOnBehalfOfThe wst:OnBehalfOf element.interfaceParticipantsThe wst:Participants element.interfaceRequestSecurityTokenThe wst:RequestSecurityToken element.interfaceRequestSecurityTokenResponseThe wst:RequestSecurityTokenResponse element.interfaceSignChallengeThe wst:SignChallenge element.interfaceSignChallengeResponseThe wst:SignChallengeResponse element.interfaceSignChallengeTypeSignChallengeType complex type. -
Uses of ElementExtensibleXMLObject in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAuthenticatorImplAuthenticatorImpl.classClaimsImplClaimsImpl.classEntropyImplEntropyImpl.classIssuerImplIssuerImpl.classKeyExchangeTokenImplKeyExchangeTokenImpl.classOnBehalfOfImplOnBehalfOfImpl.classParticipantsImplParticipantsImpl.classRequestSecurityTokenImplRequestSecurityTokenImpl.classRequestSecurityTokenResponseImplRequestSecurityTokenResponseImpl.classSignChallengeImplSignChallengeImpl.classSignChallengeResponseImplSignChallengeImpl.classSignChallengeTypeImplSignChallengeTypeImpl. -
Uses of ElementExtensibleXMLObject in org.opensaml.xacml.ctx
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xacml.ctx Modifier and Type Interface Description interfaceAttributeValueTypeXACML context AttributeValue schema type.interfaceResourceContentTypeXACML context ResourceContent schema type.interfaceStatusDetailTypeXACML context StatusDetail schema type. -
Uses of ElementExtensibleXMLObject in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAttributeValueTypeImplConcrete implementation ofAttributeValueType.classResourceContentTypeImplConcrete implementation ofResourceContentType.classStatusDetailTypeImplConcrete implementation ofStatusDetailType. -
Uses of ElementExtensibleXMLObject in org.opensaml.xacml.policy
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceAttributeAssignmentTypeXACML AttributeAssignment schema type.interfaceAttributeValueTypeXACML AttributeValue schema type. -
Uses of ElementExtensibleXMLObject in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAttributeAssignmentTypeImplImplementation forAttributeAssignmentType.classAttributeValueTypeImplImplementation ofAttributeValueType. -
Uses of ElementExtensibleXMLObject in org.opensaml.xmlsec.encryption
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xmlsec.encryption Modifier and Type Interface Description interfaceAgreementMethodXMLObject representing XML Encryption, version 20021210, AgreementMethod element.interfaceDataReferenceXMLObject representing XML Encryption, version 20021210, DataReference element.interfaceEncryptionMethodXMLObject representing XML Encryption, version 20021210, EncryptionMethod element.interfaceEncryptionPropertyXMLObject representing XML Encryption, version 20021210, EncryptionProperty element.interfaceKeyDerivationMethodXMLObject representing XML Encryption 1.1 KeyDerivationMethod element.interfaceKeyReferenceXMLObject representing XML Encryption, version 20021210, KeyReference element.interfaceReferenceTypeXMLObject representing XML Encryption, version 20021210, ReferenceType type. -
Uses of ElementExtensibleXMLObject in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classAgreementMethodImplConcrete implementation ofAgreementMethod.classDataReferenceImplConcrete implementation ofDataReference.classEncryptionMethodImplConcrete implementation ofEncryptionMethod.classEncryptionPropertyImplConcrete implementation ofEncryptionProperty.classKeyDerivationMethodImplConcrete implementation ofKeyDerivationMethod.classKeyReferenceImplConcrete implementation ofKeyReference.classReferenceTypeImplConcrete implementation ofReferenceType. -
Uses of ElementExtensibleXMLObject in org.opensaml.xmlsec.signature
Subinterfaces of ElementExtensibleXMLObject in org.opensaml.xmlsec.signature Modifier and Type Interface Description interfaceDigestMethodXMLObject representing XML Digital Signature, version 20020212, DigestMethod element.interfacePGPDataXMLObject representing XML Digital Signature, version 20020212, PGPData element. -
Uses of ElementExtensibleXMLObject in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement ElementExtensibleXMLObject Modifier and Type Class Description classDigestMethodImplConcrete implementation ofDigestMethod.classPGPDataImplConcrete implementation ofPGPData.
-