Uses of Interface
org.opensaml.core.xml.io.Marshaller
-
Packages that use Marshaller Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.config Configuration of XML object providers and related functionality.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types.org.opensaml.saml.common Base classes for working with SAML as Java objects.org.opensaml.saml.ext.reqattr.impl Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.org.opensaml.saml.ext.saml2alg.impl Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.org.opensaml.saml.ext.saml2aslo.impl Implementation for SAML 2 Protocol Extension for Async Logout objects.org.opensaml.saml.ext.saml2cb.impl Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.org.opensaml.saml.ext.saml2delrestrict.impl Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.org.opensaml.saml.ext.saml2mdattr.impl Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.org.opensaml.saml.ext.saml2mdquery.impl Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.org.opensaml.saml.ext.saml2mdrpi.impl Concrete implementations of the interfaces for the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.org.opensaml.saml.ext.saml2mdui.impl Implementation for SAML V2 Metadata Extensions for UI and Discovery.org.opensaml.saml.ext.samlec.impl Implementation for SAML-EC GSS-API schema content.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.ecp.impl Implementations of SAML 2.0 ECP types and elements.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces.org.opensaml.soap.wsaddressing.impl XML Object provider implementations for WS-Addressing.org.opensaml.soap.wsfed.impl XML Object provider implementations for WS-Federation.org.opensaml.soap.wspolicy.impl XML Object provider implementations for WS-Policy.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust.org.opensaml.xacml.ctx.impl XMLObject implementations for XACML context schema.org.opensaml.xacml.impl XMLObject provider implementation support for XACML.org.opensaml.xacml.policy.impl XMLObject provider implementation classes for XACML policy schema.org.opensaml.xacml.profile.saml.impl XMLObject implementation classes for XACML SAML profile.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types.org.opensaml.xmlsec.keyinfo.impl Interfaces and classes for working with XML KeyInfo elements.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of Marshaller in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement Marshaller Modifier and Type Class Description classAbstractElementExtensibleXMLObjectMarshallerAbstractElementExtensibleMarshaller marshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectMarshallerAbstractExtensibleXMLObjectMarshaller marshalls element of typexs:anyand withxs:anyAttributeattributes. -
Uses of Marshaller in org.opensaml.core.xml.config
Methods in org.opensaml.core.xml.config with parameters of type Marshaller Modifier and Type Method Description voidXMLObjectProviderRegistry. registerObjectProvider(QName providerName, XMLObjectBuilder<?> builder, Marshaller marshaller, Unmarshaller unmarshaller)Adds an object provider to this configuration.static voidXMLObjectProviderRegistrySupport. registerObjectProvider(QName providerName, XMLObjectBuilder<?> builder, Marshaller marshaller, Unmarshaller unmarshaller)Adds an object provider to this configuration. -
Uses of Marshaller in org.opensaml.core.xml.io
Classes in org.opensaml.core.xml.io that implement Marshaller Modifier and Type Class Description classAbstractXMLObjectMarshallerA thread safe, abstract implementation of theMarshallerinterface.Fields in org.opensaml.core.xml.io with type parameters of type Marshaller Modifier and Type Field Description private Map<QName,Marshaller>MarshallerFactory. marshallersMap of marshallers to the elements they are for.Methods in org.opensaml.core.xml.io that return Marshaller Modifier and Type Method Description MarshallerMarshallerFactory. deregisterMarshaller(QName key)Deregisters the marshaller for the given element.MarshallerMarshallerFactory. getMarshaller(QName key)Gets the Marshaller for a particular element or null if no marshaller is registered for an element.MarshallerMarshallerFactory. getMarshaller(XMLObject xmlObject)Retrieves the marshaller for the given XMLObject.Methods in org.opensaml.core.xml.io that return types with arguments of type Marshaller Modifier and Type Method Description Map<QName,Marshaller>MarshallerFactory. getMarshallers()Gets an immutable listing of all the Marshallers currently registered.Methods in org.opensaml.core.xml.io with parameters of type Marshaller Modifier and Type Method Description voidMarshallerFactory. registerMarshaller(QName key, Marshaller marshaller)Registers a Marshaller with this factory. -
Uses of Marshaller in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement Marshaller Modifier and Type Class Description classXSAnyMarshallerThread-safe marshaller ofXSAnyobjects.classXSBase64BinaryMarshallerThread-safe marshaller ofXSBase64Binaryobjects.classXSBooleanMarshallerThread-safe marshaller ofXSBooleanobjects.classXSDateTimeMarshallerThread-safe marshaller ofXSDateTimeobjects.classXSIntegerMarshallerThread-safe marshaller ofXSIntegerobjects.classXSQNameMarshallerA thread-safe marshaller forXSQNames.classXSStringMarshallerThread-safe marshaller ofXSStringobjects.classXSURIMarshallerA thread-safe marshaller forXSURI. -
Uses of Marshaller in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return Marshaller Modifier and Type Method Description static MarshallerXMLObjectSupport. getMarshaller(QName typeOrName)Obtain an XMLObject marshaller for the given QName.static MarshallerXMLObjectSupport. getMarshaller(XMLObject xmlObject)Obtain an XMLObject marshaller for the given XMLObject. -
Uses of Marshaller in org.opensaml.saml.common
Classes in org.opensaml.saml.common that implement Marshaller Modifier and Type Class Description classAbstractSAMLObjectMarshallerA thread safe, abstract implementation of theMarshallerinterface that handles most of the boilerplate code for Marshallers. -
Uses of Marshaller in org.opensaml.saml.ext.reqattr.impl
Classes in org.opensaml.saml.ext.reqattr.impl that implement Marshaller Modifier and Type Class Description classRequestedAttributesMarshallerA marshaller forRequestedAttributes. -
Uses of Marshaller in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement Marshaller Modifier and Type Class Description classDigestMethodMarshallerDigestMethod marshaller.classSigningMethodMarshallerSigningMethod marshaller. -
Uses of Marshaller in org.opensaml.saml.ext.saml2aslo.impl
Classes in org.opensaml.saml.ext.saml2aslo.impl that implement Marshaller Modifier and Type Class Description classAsynchronousMarshallerA thread safe Marshaller forAsynchronousobjects. -
Uses of Marshaller in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement Marshaller Modifier and Type Class Description classChannelBindingsMarshallerA thread-safe Marshaller forChannelBindingsobjects. -
Uses of Marshaller in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement Marshaller Modifier and Type Class Description classDelegateMarshallerMarshaller for instances ofDelegate.classDelegationRestrictionTypeMarshallerMarshaller for instances ofDelegationRestrictionType. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdattr.impl
Classes in org.opensaml.saml.ext.saml2mdattr.impl that implement Marshaller Modifier and Type Class Description classEntityAttributesMarshallerA thread-safe Marshaller forEntityAttributes. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement Marshaller Modifier and Type Class Description classAttributeQueryDescriptorTypeMarshallerMarshaller forAttributeQueryDescriptorTypeobjects.classAuthnQueryDescriptorTypeMarshallerMarshaller forAuthnQueryDescriptorTypeobjects.classAuthzDecisionQueryDescriptorTypeMarshallerMarshaller ofAuthzDecisionQueryDescriptorTypeobjects.classQueryDescriptorTypeMarshallerMarshaller forQueryDescriptorTypeobjects. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement Marshaller Modifier and Type Class Description classPublicationInfoMarshallerA marshaller forPublicationInfo.classPublicationMarshallerA marshaller forPublication.classPublicationPathMarshallerA marshaller forPublicationPath.classRegistrationInfoMarshallerA marshaller forRegistrationInfo. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdui.impl
Classes in org.opensaml.saml.ext.saml2mdui.impl that implement Marshaller Modifier and Type Class Description classDiscoHintsMarshallerA thread safe Marshaller forDiscoHintsobjects.classKeywordsMarshallerA thread safe Marshaller forKeywordsobjects.classLogoMarshallerA thread safe Marshaller forLogoobjects.classUIInfoMarshallerA thread safe Marshaller forUIInfoobjects. -
Uses of Marshaller in org.opensaml.saml.ext.samlec.impl
Classes in org.opensaml.saml.ext.samlec.impl that implement Marshaller Modifier and Type Class Description classGeneratedKeyMarshallerA thread-safe Marshaller forGeneratedKeyobjects.classSessionKeyMarshallerA thread-safe Marshaller forSessionKeyobjects. -
Uses of Marshaller in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement Marshaller Modifier and Type Class Description classActionMarshallerA thread safe Marshaller forActionobjects.classAdviceMarshallerA thread safe Marshaller forAdviceobjects.classAssertionMarshallerA thread safe Marshaller forAssertionobjects.classAttributeDesignatorMarshallerMarshaller ofAttributeDesignatorobjects.classAttributeMarshallerA thread safe Marshaller forAttributeobjects.classAttributeQueryMarshallerA thread safe Unmarshaller forAttributeQueryobjects.classAttributeStatementMarshallerA thread safe Unmarshaller forAttributeStatementobjects.classAudienceRestrictionConditionMarshallerA thread safe Marshaller forAudienceRestrictionConditionobjects.classAuthenticationQueryMarshallerA thread safe Marshaller forAuthenticationQueryobjects.classAuthenticationStatementMarshallerA thread safe Marshaller forAuthenticationStatementobjects.classAuthorityBindingMarshallerA thread safe Marshaller forAuthorityBindingobjects.classAuthorizationDecisionQueryMarshallerA thread safe Marshaller forAuthorizationDecisionQueryobjects.classAuthorizationDecisionStatementMarshallerA thread safe Marshaller forAuthorizationDecisionStatementobjects.classConditionsMarshallerA thread safe Marshaller forConditionsobjects.classDoNotCacheConditionMarshallerThread safe Marshaller forDoNotCacheConditionobjects.classEvidenceMarshallerA thread safe Marshaller forEvidenceobjects.classNameIdentifierMarshallerA thread safe Marshaller forNameIdentifierobjects.classRequestAbstractTypeMarshallerA thread safe Marshaller forRequestAbstractTypeobjects.classRequestMarshallerA thread safe Marshaller forRequestobjects.classResponseAbstractTypeMarshallerA thread safe Marshaller forResponseAbstractTypeobjects.classResponseMarshallerA thread safe Marshaller forResponseobjects.classStatusCodeMarshallerA thread safe Marshaller forStatusCodeobjects.classStatusDetailMarshallerA thread safe Marshaller forStatusDetailobjects.classStatusMarshallerA thread safe Marshaller forStatusobjects.classSubjectConfirmationMarshallerA thread safe Marshaller forSubjectConfirmationobjects.classSubjectLocalityMarshallerA thread safe Marshaller forSubjectLocalityobjects.classSubjectMarshallerA thread safe Marshaller forSubjectobjects.classSubjectQueryMarshallerA thread safe Marshaller forSubjectQueryobjects.classSubjectStatementMarshallerMarshaller forSubjectStatementXMLObjects. -
Uses of Marshaller in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement Marshaller Modifier and Type Class Description classActionMarshallerA thread-safe Marshaller forAction.classAdviceMarshallerA thread-safe marshaller forAdvice.classArtifactResolveMarshallerA thread-safe Marshaller forArtifactResolve.classArtifactResponseMarshallerA thread-safe Marshaller forArtifactResponse.classAssertionIDRequestMarshallerA thread-safe Marshaller forAssertionIDRequest.classAssertionMarshallerA thread-safe Marshaller forAssertion.classAttributeMarshallerA thread safe Marshaller forAttributeobjects.classAttributeQueryMarshallerA thread-safe Marshaller forAttributeQuery.classAttributeStatementMarshallerA thread-safe Marshaller forAttributeStatement.classAudienceRestrictionMarshallerA thread safe Marshaller forAudienceRestrictionobjects.classAuthnContextMarshallerA thread-safe Marshaller forAuthnContext.classAuthnQueryMarshallerA thread-safe Marshaller forAuthnQuery.classAuthnRequestMarshallerA thread-safe Marshaller forAuthnRequest.classAuthnStatementMarshallerA thread-safe Marshaller forAuthnStatement.classAuthzDecisionQueryMarshallerA thread-safe Marshaller forAuthzDecisionQueryobjects.classAuthzDecisionStatementMarshallerA thread-safe Marshaller forAuthzDecisionStatement.classBaseIDMarshallerA thread-safe Marshaller forBaseIDobjects.classConditionsMarshallerA thread-safe Marshaller forConditionsobjects.classEncryptedAssertionMarshallerA thread-safe Marshaller forEncryptedAssertion.classEncryptedAttributeMarshallerA thread-safe Marshaller forEncryptedAttribute.classEncryptedElementTypeMarshallerA thread-safe Marshaller forEncryptedElementType.classEncryptedIDMarshallerA thread-safe Marshaller forEncryptedID.classEvidenceMarshallerA thread-safe Marshaller forEvidence.classExtensionsMarshallerA thread-safe Marshaller forExtensionsobjects.classIDPEntryMarshallerA thread safe Marshaller forIDPEntryobjects.classIDPListMarshallerA thread safe Marshaller forIDPListobjects.classLogoutRequestMarshallerA thread-safe Marshaller forLogoutRequest.classLogoutResponseMarshallerA thread safe Marshaller forLogoutResponseobjects.classManageNameIDRequestMarshallerA thread safe Marshaller forManageNameIDRequestobjects.classManageNameIDResponseMarshallerA thread safe Marshaller forManageNameIDResponseobjects.classNameIDMappingRequestMarshallerA thread-safe Marshaller forNameIDMappingRequest.classNameIDMappingResponseMarshallerA thread safe Marshaller forNameIDMappingResponseobjects.classNameIDPolicyMarshallerA thread safe Marshaller forNameIDPolicyobjects.classNameIDTypeMarshallerA thread safe Marshaller forNameIDTypeobjects.classNewEncryptedIDMarshallerA thread-safe Marshaller forEncryptedID.classOneTimeUseMarshallerA thread-safe Marshaller forOneTimeUseobjects.classProxyRestrictionMarshallerA thread-safe Marshaller forProxyRestrictionobjects.classRequestAbstractTypeMarshallerA thread safe Marshaller forRequestAbstractTypeobjects.classRequestedAuthnContextMarshallerA thread safe Marshaller forRequestedAuthnContextobjects.classResponseMarshallerA thread safe Marshaller forResponseobjects.classScopingMarshallerA thread safe Marshaller forScopingobjects.classStatusCodeMarshallerA thread safe Marshaller forStatusCodeobjects.classStatusDetailMarshallerA thread safe Marshaller forStatusDetailobjects.classStatusMarshallerA thread safe Marshaller forStatusobjects.classStatusResponseTypeMarshallerA thread safe Marshaller forStatusResponseTypeobjects.classSubjectConfirmationDataMarshallerA thread-safe Marshaller forSubjectConfirmationDataobjects.classSubjectConfirmationMarshallerA thread-safe Marshaller forSubjectConfirmationobjects.classSubjectLocalityMarshallerA thread-safe Marshaler forSubjectLocality.classSubjectMarshallerA thread-safe Marshaller forSubjectobjects.classSubjectQueryMarshallerA thread-safe Marshaller forSubjectQuery.classTerminateMarshallerA thread safe Marshaller forTerminateobjects. -
Uses of Marshaller in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement Marshaller Modifier and Type Class Description classRelayStateMarshallerMarshaller for instances ofRelayState.classRequestAuthenticatedMarshallerMarshaller for instances ofRequestAuthenticated.classRequestMarshallerMarshaller for instances ofRequest.classResponseMarshallerMarshaller for instances ofResponse.classSubjectConfirmationMarshallerA thread-safe Marshaller forSubjectConfirmationobjects. -
Uses of Marshaller in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement Marshaller Modifier and Type Class Description classAdditionalMetadataLocationMarshallerA thread safe marshaller forAdditionalMetadataLocationobjects.classAffiliationDescriptorMarshallerA thread safe Marshaller forAffiliationDescriptorobjects.classAttributeAuthorityDescriptorMarshallerA thread safe Marshaller forAttributeAuthorityDescriptors.classAttributeConsumingServiceMarshallerA thread safe Marshaller forAttributeConsumingServiceobjects.classAuthnAuthorityDescriptorMarshallerA thread safe Marshaller forAuthnAuthorityDescriptorobjects.classContactPersonMarshallerA thread safe marshaller forContactPersonobjects.classEndpointMarshallerA thread safe Marshaller forEndpointobjects.classEntitiesDescriptorMarshallerA thread safe Marshaller forEntitiesDescriptorobjects.classEntityDescriptorMarshallerA thread safe Marshaller forEntityDescriptorobjects.classExtensionsMarshallerA thread-safe Marshaller forExtensionsobjects.classIDPSSODescriptorMarshallerA thread safe Marshaller forIDPSSODescriptorobjects.classIndexedEndpointMarshallerA thread safe Marshaller forIndexedEndpointobjects.classKeyDescriptorMarshallerA thread-safe marshaller forKeyDescriptors.classLocalizedNameMarshallerA thread safe Marshaller forLocalizedNameobjects.classLocalizedURIMarshallerA thread safe Marshaller forLocalizedURIobjects.classOrganizationMarshallerA thread safe Marshaller forOrganizationobjects.classPDPDescriptorMarshallerA thread safe Marshaller forPDPDescriptorobjects.classRequestedAttributeMarshallerA thread-safe Marshaller forRequestedAttributeobjects.classRoleDescriptorMarshallerA thread safe Marshaller forRoleDescriptorobjects.classSPSSODescriptorMarshallerA thread safe Marshaller forSPSSODescriptorobjects.classSSODescriptorMarshallerA thread safe Marshaller forSSODescriptorobjects. -
Uses of Marshaller in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement Marshaller Modifier and Type Class Description classBodyMarshallerA thread-safe marshaller forBodys.classDetailMarshallerA thread-safe marshaller forDetails.classEnvelopeMarshallerA thread-safe marshaller forEnvelopes.classFaultMarshallerA thread-safe marshaller forFaults.classHeaderMarshallerA thread-safe marshaller forHeaders. -
Uses of Marshaller in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement Marshaller Modifier and Type Class Description classAbstractWSAddressingObjectMarshallerAn abstract marshaller implementation for XMLObjects fromorg.opensaml.soap.wsaddressing.impl.classActionMarshallerMarshaller for the <wsa:Action> element.classAddressMarshallerMarshaller for the <wsa:Address> element.classAttributedQNameMarshallerMarshaller for instances ofAttributedQName.classAttributedUnsignedLongMarshallerMarshaller for instances ofAttributedUnsignedLong.classAttributedURIMarshallerAbstract marshaller for the element of typeAttributedURI.classEndpointReferenceMarshallerMarshaller for the <wsa:EndpointReference> element.classEndpointReferenceTypeMarshallerAbstract marshaller for the element of typeEndpointReferenceType.classFaultToMarshallerMarshaller for the <wsa:FaultTo> element.classFromMarshallerMarshaller for the <wsa:From> element.classMessageIDMarshallerMarshaller for the <wsa:MessageID> element.classMetadataMarshallerMetadataMarshaller.classProblemActionMarshallerMarshaller for instances ofProblemAction.classProblemHeaderQNameMarshallerMarshaller for the <wsa:ProblemHeaderQName> element.classProblemIRIMarshallerMarshaller for the <wsa:ProblemIRI> element.classReferenceParametersMarshallerReferenceParametersMarshaller.classRelatesToMarshallerMarshaller for instances ofRelatesTo.classReplyToMarshallerMarshaller for the <wsa:ReplyTo> element.classRetryAfterMarshallerMarshaller for instances of <wsa:RetryAfter>.classSoapActionMarshallerMarshaller for instances of <wsa:SoapAction>.classToMarshallerMarshaller for the <wsa:To> element. -
Uses of Marshaller in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement Marshaller Modifier and Type Class Description classAddressMarshallerA thread-safe marshaller forAddressobjects.classAppliesToMarshallerA thread safe marshaller forAppliesToobjects.classEndPointReferenceMarshallerA thread safe marshaller forEndPointReferenceobjects.classRequestedSecurityTokenMarshallerA thread safe marshaller forRequestedSecurityTokenobjects.classRequestSecurityTokenResponseMarshallerA thread safe marshaller forRequestSecurityTokenResponseobjects. -
Uses of Marshaller in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement Marshaller Modifier and Type Class Description classAbstractWSPolicyObjectMarshallerAn abstract marshaller implementation for XMLObjects from WS-Policy.classAllMarshallerMarshaller for the wsp:All element.classAppliesToMarshallerMarshaller for the wsp:AppliesTo element.classExactlyOneMarshallerMarshaller for the wsp:ExactlyOne element.classOperatorContentTypeMarshallerMarshaller for the wsp:OperatorContentType element.classPolicyAttachmentMarshallerMarshaller for PolicyAttachment.classPolicyMarshallerMarshaller for the wsp:Policy element.classPolicyReferenceMarshallerMarshaller for the wsp:PolicyReference element. -
Uses of Marshaller in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement Marshaller Modifier and Type Class Description classAbstractWSSecurityObjectMarshallerAn abstract marshaller implementation for XMLObjects from WS-Security.classAttributedDateTimeMarshallerAttributedDateTimeMarshaller.classAttributedStringMarshallerMarshaller for instances ofAttributedString.classAttributedURIMarshallerMarshaller for instances ofAttributedURI.classBinarySecurityTokenMarshallerBinarySecurityTokenMarshaller.classCreatedMarshallerMarshaller for the <wsu:Created> element.classEmbeddedMarshallerEmbeddedMarshaller.classEncodedStringMarshallerMarshaller for instances ofEncodedString.classEncryptedHeaderMarshallerMarshaller for instances ofEncryptedHeaderMarshaller.classExpiresMarshallerExpiresMarshaller.classIterationMarshallerIterationMarshaller.classKeyIdentifierMarshallerKeyIdentifierMarshaller.classNonceMarshallerNonceMarshaller.classPasswordMarshallerPasswordMarshaller.classReferenceMarshallerReferenceMarshaller.classSaltMarshallerSaltMarshaller.classSecurityMarshallerSecurityMarshaller.classSecurityTokenReferenceMarshallerSecurityTokenReferenceMarshaller.classSignatureConfirmationMarshallerSignatureConfirmationMarshaller.classTimestampMarshallerTimestampMarshaller.classTransformationParametersMarshallerTransformationParametersMarshaller.classUsernameMarshallerUsernameMarshaller.classUsernameTokenMarshallerUsernameTokenMarshaller. -
Uses of Marshaller in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement Marshaller Modifier and Type Class Description classAbstractWSTrustObjectMarshallerAn abstract marshaller implementation for XMLObjects from WS-Trust.classAllowPostdatingMarshallerMarshaller for the AllowPostdating element.classAuthenticationTypeMarshallerMarshaller for the AuthenticationType element.classAuthenticatorMarshallerMarshaller for the Authenticator element.classBinaryExchangeMarshallerMarshaller for the BinaryExchange element.classBinarySecretMarshallerMarshaller for the BinarySecret element.classCancelTargetMarshallerMarshaller for the CancelTarget element.classCanonicalizationAlgorithmMarshallerMarshaller for the CanonicalizationAlgorithm element.classChallengeMarshallerMarshaller for the Challenge element.classClaimsMarshallerMarshaller for the Claims element.classCodeMarshallerMarshaller for the Code element.classCombinedHashMarshallerMarshaller for the CombinedHash element.classComputedKeyAlgorithmMarshallerMarshaller for the ComputedKeyAlgorithm element.classComputedKeyMarshallerMarshaller for the ComputedKey element.classDelegatableMarshallerMarshaller for the Delegatable element.classDelegateToMarshallerMarshaller for the DelegateTo element.classEncryptionAlgorithmMarshallerMarshaller for the EncryptionAlgorithm element.classEncryptionMarshallerMarshaller for the Encryption element.classEncryptWithMarshallerMarshaller for the EncryptWith element.classEntropyMarshallerMarshaller for the Entropy element.classForwardableMarshallerMarshaller for the Forwardable element.classIssuedTokensMarshallerMarshaller for the IssuedTokens element.classIssuerMarshallerMarshaller for the Issuer element.classKeyExchangeTokenMarshallerMarshaller for the KeyExchangeToken element.classKeySizeMarshallerMarshaller for the KeySize element.classKeyTypeMarshallerMarshaller for the KeyType element.classKeyWrapAlgorithmMarshallerMarshaller for the KeyWrapAlgorithm element.classLifetimeMarshallerMarshaller for the Lifetime element.classOnBehalfOfMarshallerMarshaller for the OnBehalfOf element.classParticipantMarshallerPrimaryMarshaller.classParticipantsMarshallerParticipantsMarshaller.classParticipantTypeMarshallerParticipantTypeMarshaller.classPrimaryMarshallerPrimaryMarshaller.classProofEncryptionMarshallerMarshaller for the ProofEncryption element.classReasonMarshallerMarshaller for the Reason element.classRenewingMarshallerMarshaller for the Renewing element.classRenewTargetMarshallerMarshaller for the RenewTarget element.classRequestedAttachedReferenceMarshallerMarshaller for the RequestedAttachedReference element.classRequestedProofTokenMarshallerMarshaller for the RequestedProofToken element.classRequestedReferenceTypeMarshallerRequestedReferenceTypeMarshaller.classRequestedSecurityTokenMarshallerMarshaller for the RequestedSecurityToken element.classRequestedTokenCancelledMarshallerMarshaller for the RequestedTokenCancelled element.classRequestedUnattachedReferenceMarshallerMarshaller for the RequestedUnattachedReference element.classRequestKETMarshallerMarshaller for the RequestKET element.classRequestSecurityTokenCollectionMarshallerMarshaller for the RequestSecurityTokenCollection element.classRequestSecurityTokenMarshallerMarshaller for the RequestSecurityToken element.classRequestSecurityTokenResponseCollectionMarshallerMarshaller for the RequestSecurityTokenResponseCollection element.classRequestSecurityTokenResponseMarshallerMarshaller for the RequestSecurityTokenResponse element.classRequestTypeMarshallerMarshaller for the RequestType element.classSignatureAlgorithmMarshallerMarshaller for the SignatureAlgorithm element.classSignChallengeMarshallerMarshaller for the SignChallenge element.classSignChallengeResponseMarshallerMarshaller for the SignChallengeResponse element.classSignChallengeTypeMarshallerSignChallengeTypeMarshaller.classSignWithMarshallerMarshaller for the SignWith element.classStatusMarshallerMarshaller for the Status element.classTokenTypeMarshallerMarshaller for the TokenType element.classUseKeyMarshallerMarshaller for the UseKey element.classValidateTargetMarshallerMarshaller for the ValidateTarget element. -
Uses of Marshaller in org.opensaml.xacml.ctx.impl
-
Uses of Marshaller in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl that implement Marshaller Modifier and Type Class Description classAbstractXACMLObjectMarshallerA thread safe, abstract implementation of theMarshallerinterface that handles most of the boilerplate code for Marshallers. -
Uses of Marshaller in org.opensaml.xacml.policy.impl
-
Uses of Marshaller in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement Marshaller Modifier and Type Class Description classReferencedPoliciesTypeMarshallerMarshaller forReferencedPoliciesType.classXACMLAuthzDecisionQueryTypeMarshallerA thread-safe Marshaller forXACMLAuthzDecisionQueryTypeobjects.classXACMLAuthzDecisionStatementTypeMarshallerA thread-safe Marshaller forXACMLAuthzDecisionStatementType.classXACMLPolicyQueryTypeMarshallerMarshaller forXACMLPolicyQueryType.classXACMLPolicyStatementTypeMarshallerA thread-safe Marshaller forXACMLAuthzDecisionStatementType. -
Uses of Marshaller in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement Marshaller Modifier and Type Class Description classAbstractXMLEncryptionMarshallerAn abstract marshaller implementation for XMLObjects from XML Encryption.classAgreementMethodMarshallerA thread-safe Marshaller forAgreementMethodobjects.classAlgorithmIdentifierTypeMarshallerA thread-safe Marshaller forAlgorithmIdentifierTypeobjects.classCipherDataMarshallerA thread-safe Marshaller forCipherDataobjects.classCipherReferenceMarshallerA thread-safe Marshaller forCipherReferenceobjects.classConcatKDFParamsMarshallerA thread-safe Marshaller forConcatKDFParamsobjects.classDataReferenceMarshallerA thread-safe Marshaller forDataReferenceobjects.classDerivedKeyMarshallerA thread-safe Marshaller forDerivedKeyobjects.classDHKeyValueMarshallerA thread-safe Marshaller forDHKeyValueobjects.classEncryptedDataMarshallerA thread-safe Marshaller forEncryptedDataobjects.classEncryptedKeyMarshallerA thread-safe Marshaller forEncryptedKeyobjects.classEncryptedTypeMarshallerA thread-safe Marshaller forEncryptedTypeobjects.classEncryptionMethodMarshallerA thread-safe Marshaller forEncryptionMethodobjects.classEncryptionPropertiesMarshallerA thread-safe Marshaller forEncryptionPropertiesobjects.classEncryptionPropertyMarshallerA thread-safe Marshaller forEncryptionPropertyobjects.classKeyDerivationMethodMarshallerA thread-safe Marshaller forDerivedKeyobjects.classKeyReferenceMarshallerA thread-safe Marshaller forKeyReferenceobjects.classMGFMarshallerA thread-safe Marshaller forMGFobjects.classOriginatorKeyInfoMarshallerA thread-safe Marshaller forOriginatorKeyInfoobjects.classOtherSourceMarshallerA thread-safe Marshaller forOtherSourceobjects.classPBKDF2ParamsMarshallerA thread-safe Marshaller forPBKDF2Paramsobjects.classPRFMarshallerA thread-safe Marshaller forPRFobjects.classRecipientKeyInfoMarshallerA thread-safe Marshaller forRecipientKeyInfoobjects.classReferenceListMarshallerA thread-safe Marshaller forReferenceListobjects.classReferenceTypeMarshallerA thread-safe Marshaller forReferenceTypeobjects.classSaltMarshallerA thread-safe Marshaller forSaltobjects.classTransformsMarshallerA thread-safe Marshaller forTransformsobjects. -
Uses of Marshaller in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as Marshaller Modifier and Type Field Description private MarshallerStaticKeyInfoGenerator. keyInfoMarshallerMarshaller used in cloning operation.Methods in org.opensaml.xmlsec.keyinfo.impl that return Marshaller Modifier and Type Method Description private MarshallerStaticKeyInfoGenerator. getMarshaller()Get a KeyInfo marshaller. -
Uses of Marshaller in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement Marshaller Modifier and Type Class Description classAbstractXMLSignatureMarshallerAn abstract marshaller implementation for XMLObjects from XML Signature.classCryptoBinaryMarshallerA thread-safe Marshaller forCryptoBinaryobjects.classDEREncodedKeyValueMarshallerA thread-safe Marshaller forDEREncodedKeyValueobjects.classDigestMethodMarshallerA thread-safe Marshaller forDigestMethodobjects.classDSAKeyValueMarshallerA thread-safe Marshaller forDSAKeyValueobjects.classECKeyValueMarshallerA thread-safe Marshaller forECKeyValueobjects.classKeyInfoMarshallerA thread-safe Marshaller forKeyInfoobjects.classKeyInfoReferenceMarshallerThread-safe marshaller ofKeyInfoReferenceobjects.classKeyValueMarshallerA thread-safe Marshaller forKeyValueobjects.classNamedCurveMarshallerThread-safe marshaller ofNamedCurveobjects.classPGPDataMarshallerA thread-safe Marshaller forPGPDataobjects.classRetrievalMethodMarshallerA thread-safe Marshaller forRetrievalMethodobjects.classRSAKeyValueMarshallerA thread-safe Marshaller forRSAKeyValueobjects.classSignatureMarshallerA marshaller forSignatureobjects.classSPKIDataMarshallerA thread-safe Marshaller forSPKIDataobjects.classTransformMarshallerA thread-safe Marshaller forTransformobjects.classTransformsMarshallerA thread-safe Marshaller forTransformsobjects.classX509DataMarshallerA thread-safe Marshaller forX509Dataobjects.classX509DigestMarshallerA thread-safe Marshaller forX509Digestobjects.classX509IssuerSerialMarshallerA thread-safe Marshaller forX509IssuerSerialobjects.classX509SerialNumberMarshallerThread-safe marshaller ofX509SerialNumberobjects.
-