Uses of Interface
org.opensaml.core.xml.io.Marshaller
Packages that use Marshaller
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Configuration of XML object providers and related functionality.
Interfaces and abstract implementations of marshallers and unmarshallers.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Utility classes for working with XML, XMLObjects, and various data types.
Base classes for working with SAML as Java objects.
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
Implementation for SAML 2 Protocol Extension for Async Logout objects.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
Implementation for SAML-EC GSS-API schema content.
Implementations of SAML 1.x core specification types and elements.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 ECP types and elements.
Concrete implementations of SAML 2.0 metadata objects.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
XML Object provider implementations for WS-Addressing.
XML Object provider implementations for WS-Federation.
XML Object provider implementations for WS-Policy.
XML Object provider implementations for WS-Security.
XML Object provider implementations for WS-Trust.
XMLObject implementations for XACML context schema.
XMLObject provider implementation support for XACML.
XMLObject provider implementation classes for XACML policy schema.
XMLObject implementation classes for XACML SAML profile.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
Interfaces and classes for working with XML KeyInfo elements.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of Marshaller in org.opensaml.core.testing
Methods in org.opensaml.core.testing that return MarshallerModifier and TypeMethodDescriptionprotected MarshallerXMLObjectBaseTestCase.getMarshaller(QName qname) Lookup the marshaller for a QName.protected MarshallerXMLObjectBaseTestCase.getMarshaller(XMLObject xmlObject) Lookup the marshaller for an XMLObject. -
Uses of Marshaller in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement MarshallerModifier and TypeClassDescriptionclassAbstractElementExtensibleMarshaller marshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectMarshaller 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 MarshallerModifier and TypeMethodDescriptionvoidXMLObjectProviderRegistry.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 MarshallerModifier and TypeClassDescriptionclassA thread safe, abstract implementation of theMarshallerinterface.Fields in org.opensaml.core.xml.io with type parameters of type MarshallerModifier and TypeFieldDescriptionprivate final Map<QName,Marshaller> MarshallerFactory.marshallersMap of marshallers to the elements they are for.Methods in org.opensaml.core.xml.io that return MarshallerModifier and TypeMethodDescriptionMarshallerFactory.deregisterMarshaller(QName key) Deregisters the marshaller for the given element.MarshallerFactory.ensureMarshaller(QName key) CallMarshallerFactory.getMarshaller(QName)and raise an exception if no marshaller is registered.MarshallerFactory.ensureMarshaller(XMLObject xmlObject) CallMarshallerFactory.getMarshaller(XMLObject)and raise an exception if no marshaller is registered.MarshallerFactory.getMarshaller(QName key) Gets the Marshaller for a particular element or null if no marshaller is registered for an element.MarshallerFactory.getMarshaller(XMLObject xmlObject) Retrieves the marshaller for the given XMLObject.Methods in org.opensaml.core.xml.io that return types with arguments of type MarshallerModifier and TypeMethodDescriptionMarshallerFactory.getMarshallers()Gets an immutable listing of all the Marshallers currently registered.Methods in org.opensaml.core.xml.io with parameters of type MarshallerModifier and TypeMethodDescriptionvoidMarshallerFactory.registerMarshaller(QName key, Marshaller marshaller) Registers a Marshaller with this factory. -
Uses of Marshaller in org.opensaml.core.xml.mock
Classes in org.opensaml.core.xml.mock that implement Marshaller -
Uses of Marshaller in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement MarshallerModifier and TypeClassDescriptionclassThread-safe marshaller ofXSAnyobjects.classThread-safe marshaller ofXSBase64Binaryobjects.classThread-safe marshaller ofXSBooleanobjects.classThread-safe marshaller ofXSDateTimeobjects.classThread-safe marshaller ofXSIntegerobjects.classA thread-safe marshaller forXSQNames.classThread-safe marshaller ofXSStringobjects.classA thread-safe marshaller forXSURI. -
Uses of Marshaller in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return MarshallerModifier and TypeMethodDescriptionstatic 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 MarshallerModifier and TypeClassDescriptionclassA 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 -
Uses of Marshaller in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller forDigestMethod.classMarshaller forSigningMethod. -
Uses of Marshaller in org.opensaml.saml.ext.saml2aslo.impl
Classes in org.opensaml.saml.ext.saml2aslo.impl that implement Marshaller -
Uses of Marshaller in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement Marshaller -
Uses of Marshaller in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller for instances ofDelegate.classMarshaller for instances ofDelegationRestrictionType. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdattr.impl
Classes in org.opensaml.saml.ext.saml2mdattr.impl that implement Marshaller -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller forAttributeQueryDescriptorTypeobjects.classMarshaller forAuthnQueryDescriptorTypeobjects.classMarshaller ofAuthzDecisionQueryDescriptorTypeobjects.classMarshaller forQueryDescriptorTypeobjects. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement MarshallerModifier and TypeClassDescriptionclassA marshaller forPublicationInfo.classA marshaller forPublication.classA marshaller forPublicationPath.classA marshaller forRegistrationInfo. -
Uses of Marshaller in org.opensaml.saml.ext.saml2mdui.impl
Classes in org.opensaml.saml.ext.saml2mdui.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread safe Marshaller forDiscoHintsobjects.classA thread safe Marshaller forKeywordsobjects.classA thread safe Marshaller forLogoobjects.classA thread safe Marshaller forUIInfoobjects. -
Uses of Marshaller in org.opensaml.saml.ext.samlec.impl
Classes in org.opensaml.saml.ext.samlec.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread-safe Marshaller forGeneratedKeyobjects.classA thread-safe Marshaller forSessionKeyobjects. -
Uses of Marshaller in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread safe Marshaller forActionobjects.classA thread safe Marshaller forAdviceobjects.classA thread safe Marshaller forAssertionobjects.classMarshaller ofAttributeDesignatorobjects.classA thread safe Marshaller forAttributeobjects.classA thread safe Marshaller forAttributeQueryobjects.classA thread safe Marshaller forAttributeStatementobjects.classA thread safe Marshaller forAudienceRestrictionConditionobjects.classA thread safe Marshaller forAuthenticationQueryobjects.classA thread safe Marshaller forAuthenticationStatementobjects.classA thread safe Marshaller forAuthorityBindingobjects.classA thread safe Marshaller forAuthorizationDecisionQueryobjects.classA thread safe Marshaller forAuthorizationDecisionStatementobjects.classA thread safe Marshaller forConditionsobjects.classThread safe Marshaller forDoNotCacheConditionobjects.classA thread safe Marshaller forEvidenceobjects.classA thread safe Marshaller forNameIdentifierobjects.classA thread safe Marshaller forRequestAbstractTypeobjects.classA thread safe Marshaller forRequestobjects.classA thread safe Marshaller forResponseAbstractTypeobjects.classA thread safe Marshaller forResponseobjects.classA thread safe Marshaller forStatusCodeobjects.classA thread safe Marshaller forStatusDetailobjects.classA thread safe Marshaller forStatusobjects.classA thread safe Marshaller forSubjectConfirmationobjects.classA thread safe Marshaller forSubjectLocalityobjects.classA thread safe Marshaller forSubjectobjects.classA thread safe Marshaller forSubjectQueryobjects.classMarshaller forSubjectStatementXMLObjects. -
Uses of Marshaller in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread-safe Marshaller forAction.classA thread-safe marshaller forAdvice.classA thread-safe Marshaller forArtifactResolve.classA thread-safe Marshaller forArtifactResponse.classA thread-safe Marshaller forAssertionIDRequest.classA thread-safe Marshaller forAssertion.classA thread safe Marshaller forAttributeobjects.classA thread-safe Marshaller forAttributeQuery.classA thread-safe Marshaller forAttributeStatement.classA thread safe Marshaller forAudienceRestrictionobjects.classA thread-safe Marshaller forAuthnContext.classA thread-safe Marshaller forAuthnQuery.classA thread-safe Marshaller forAuthnRequest.classA thread-safe Marshaller forAuthnStatement.classA thread-safe Marshaller forAuthzDecisionQueryobjects.classA thread-safe Marshaller forAuthzDecisionStatement.classA thread-safe Marshaller forBaseIDobjects.classA thread-safe Marshaller forConditionsobjects.classA thread-safe Marshaller forEncryptedAssertion.classA thread-safe Marshaller forEncryptedAttribute.classA thread-safe Marshaller forEncryptedElementType.classA thread-safe Marshaller forEncryptedID.classA thread-safe Marshaller forEvidence.classA thread-safe Marshaller forExtensionsobjects.classA thread safe Marshaller forIDPEntryobjects.classA thread safe Marshaller forIDPListobjects.classA thread-safe Marshaller forLogoutRequest.classA thread safe Marshaller forLogoutResponseobjects.classA thread safe Marshaller forManageNameIDRequestobjects.classA thread safe Marshaller forManageNameIDResponseobjects.classA thread-safe Marshaller forNameIDMappingRequest.classA thread safe Marshaller forNameIDMappingResponseobjects.classA thread safe Marshaller forNameIDPolicyobjects.classA thread safe Marshaller forNameIDTypeobjects.classA thread-safe Marshaller forNewEncryptedID.classA thread-safe Marshaller forOneTimeUseobjects.classA thread-safe Marshaller forProxyRestrictionobjects.classA thread safe Marshaller forRequestAbstractTypeobjects.classA thread safe Marshaller forRequestedAuthnContextobjects.classA thread safe Marshaller forResponseobjects.classA thread safe Marshaller forScopingobjects.classA thread safe Marshaller forStatusCodeobjects.classA thread safe Marshaller forStatusDetailobjects.classA thread safe Marshaller forStatusobjects.classA thread safe Marshaller forStatusResponseTypeobjects.classA thread-safe Marshaller forSubjectConfirmationDataobjects.classA thread-safe Marshaller forSubjectConfirmationobjects.classA thread-safe Marshaller forSubjectLocality.classA thread-safe Marshaller forSubjectobjects.classA thread-safe Marshaller forSubjectQuery.classA thread safe Marshaller forTerminateobjects. -
Uses of Marshaller in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller for instances ofRelayState.classMarshaller for instances ofRequestAuthenticated.classMarshaller for instances ofRequest.classMarshaller for instances ofResponse.classA thread-safe Marshaller forSubjectConfirmationobjects. -
Uses of Marshaller in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread safe marshaller forAdditionalMetadataLocationobjects.classA thread safe Marshaller forAffiliationDescriptorobjects.classA thread safe Marshaller forAttributeAuthorityDescriptor.classA thread safe Marshaller forAttributeConsumingServiceobjects.classA thread safe Marshaller forAuthnAuthorityDescriptorobjects.classA thread safe marshaller forContactPersonobjects.classA thread safe Marshaller forEndpointobjects.classA thread safe Marshaller forEntitiesDescriptorobjects.classA thread safe Marshaller forEntityDescriptorobjects.classA thread-safe Marshaller forExtensionsobjects.classA thread safe Marshaller forIDPSSODescriptorobjects.classA thread safe Marshaller forIndexedEndpointobjects.classA thread-safe marshaller forKeyDescriptors.classA thread safe Marshaller forLocalizedNameobjects.classA thread safe Marshaller forLocalizedURIobjects.classA thread safe Marshaller forOrganizationobjects.classA thread safe Marshaller forPDPDescriptorobjects.classA thread-safe Marshaller forRequestedAttributeobjects.classA thread safe Marshaller forRoleDescriptorobjects.classA thread safe Marshaller forSPSSODescriptorobjects.classA thread safe Marshaller forSSODescriptorobjects. -
Uses of Marshaller in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement Marshaller -
Uses of Marshaller in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects fromorg.opensaml.soap.wsaddressing.impl.classMarshaller for the <wsa:Action> element.classMarshaller for the <wsa:Address> element.classMarshaller for instances ofAttributedQName.classMarshaller for instances ofAttributedUnsignedLong.classAbstract marshaller for the element of typeAttributedURI.classMarshaller for the <wsa:EndpointReference> element.classAbstract marshaller for the element of typeEndpointReferenceType.classMarshaller for the <wsa:FaultTo> element.classMarshaller for the <wsa:From> element.classMarshaller for the <wsa:MessageID> element.classMetadataMarshaller.classMarshaller for instances ofProblemAction.classMarshaller for the <wsa:ProblemHeaderQName> element.classMarshaller for the <wsa:ProblemIRI> element.classReferenceParametersMarshaller.classMarshaller for instances ofRelatesTo.classMarshaller for the <wsa:ReplyTo> element.classMarshaller for instances of <wsa:RetryAfter>.classMarshaller for instances of <wsa:SoapAction>.classMarshaller for the <wsa:To> element. -
Uses of Marshaller in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread-safe marshaller forAddressobjects.classA thread safe marshaller forAppliesToobjects.classA thread safe marshaller forEndPointReferenceobjects.classA thread safe marshaller forRequestedSecurityTokenobjects.classA thread safe marshaller forRequestSecurityTokenResponseobjects. -
Uses of Marshaller in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects from WS-Policy.classMarshaller for the wsp:All element.classMarshaller for the wsp:AppliesTo element.classMarshaller for the wsp:ExactlyOne element.classMarshaller for the wsp:OperatorContentType element.classMarshaller for PolicyAttachment.classMarshaller for the wsp:Policy element.classMarshaller for the wsp:PolicyReference element. -
Uses of Marshaller in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects from WS-Security.classAttributedDateTimeMarshaller.classMarshaller for instances ofAttributedString.classMarshaller for instances ofAttributedURI.classBinarySecurityTokenMarshaller.classMarshaller for the <wsu:Created> element.classEmbeddedMarshaller.classMarshaller for instances ofEncodedString.classMarshaller for instances ofEncryptedHeaderMarshaller.classExpiresMarshaller.classIterationMarshaller.classKeyIdentifierMarshaller.classNonceMarshaller.classPasswordMarshaller.classReferenceMarshaller.classSaltMarshaller.classSecurityMarshaller.classSecurityTokenReferenceMarshaller.classSignatureConfirmationMarshaller.classTimestampMarshaller.classTransformationParametersMarshaller.classUsernameMarshaller.classUsernameTokenMarshaller. -
Uses of Marshaller in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects from WS-Trust.classMarshaller for the AllowPostdating element.classMarshaller for the AuthenticationType element.classMarshaller for the Authenticator element.classMarshaller for the BinaryExchange element.classMarshaller for the BinarySecret element.classMarshaller for the CancelTarget element.classMarshaller for the CanonicalizationAlgorithm element.classMarshaller for the Challenge element.classMarshaller for the Claims element.classMarshaller for the Code element.classMarshaller for the CombinedHash element.classMarshaller for the ComputedKeyAlgorithm element.classMarshaller for the ComputedKey element.classMarshaller for the Delegatable element.classMarshaller for the DelegateTo element.classMarshaller for the EncryptionAlgorithm element.classMarshaller for the Encryption element.classMarshaller for the EncryptWith element.classMarshaller for the Entropy element.classMarshaller for the Forwardable element.classMarshaller for the IssuedTokens element.classMarshaller for the Issuer element.classMarshaller for the KeyExchangeToken element.classMarshaller for the KeySize element.classMarshaller for the KeyType element.classMarshaller for the KeyWrapAlgorithm element.classMarshaller for the Lifetime element.classMarshaller for the OnBehalfOf element.classPrimaryMarshaller.classParticipantsMarshaller.classParticipantTypeMarshaller.classPrimaryMarshaller.classMarshaller for the ProofEncryption element.classMarshaller for the Reason element.classMarshaller for the Renewing element.classMarshaller for the RenewTarget element.classMarshaller for the RequestedAttachedReference element.classMarshaller for the RequestedProofToken element.classRequestedReferenceTypeMarshaller.classMarshaller for the RequestedSecurityToken element.classMarshaller for the RequestedTokenCancelled element.classMarshaller for the RequestedUnattachedReference element.classMarshaller for the RequestKET element.classMarshaller for the RequestSecurityTokenCollection element.classMarshaller for the RequestSecurityToken element.classMarshaller for the RequestSecurityTokenResponseCollection element.classMarshaller for the RequestSecurityTokenResponse element.classMarshaller for the RequestType element.classMarshaller for the SignatureAlgorithm element.classMarshaller for the SignChallenge element.classMarshaller for the SignChallengeResponse element.classSignChallengeTypeMarshaller.classMarshaller for the SignWith element.classMarshaller for the Status element.classMarshaller for the TokenType element.classMarshaller for the UseKey element.classMarshaller for the ValidateTarget element. -
Uses of Marshaller in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller forActionTypeobjects.classMarshaller forAttributeTypeobjects.classMarshaller forAttributeValueTypeobjects.classMarshaller forDecisionTypeobjects.classMarshaller forEnvironmentTypeobjects.classMarshaller forMissingAttributeDetailTypeobjects.classMarshaller forRequestTypeobjects.classMarshaller forResourceContentTypeobjects.classMarshaller forRequestTypeobjects.classMarshaller forResponseTypeobjects.classMarshaller forResultTypeobjects.classMarshaller forStatusCodeTypeobjects.classMarshaller forStatusDetailTypeobjects.classMarshaller forStatusMessageType.classMarshaller forStatusTypeobjects.classMarshaller forSubjectTypeobjects. -
Uses of Marshaller in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl that implement MarshallerModifier and TypeClassDescriptionclassA thread safe, abstract implementation of theMarshallerinterface that handles most of the boilerplate code for Marshallers. -
Uses of Marshaller in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller ofActionMatchTypeobjects.classMarshaller forActionsType.classMarshaller forActionType.classMarshaller forApplyType.classMarshaller forAttributeAssignmentType.classMarshaller forAttributeDesignatorType.classMarshaller forAttributeSelectorType.classMarshaller forAttributeValueType.classMarshaller forCombinerParametersType.classMarshaller forCombinerParameterType.classMarshaller forConditionType.classMarshaller forDefaultsType.classMarshaller forDescriptionType.classMarshaller ofEnvironmentMatchTypeobjects.classMarshaller forEnvironmentsType.classMarshaller forEnvironmentType.classMarshaller forFunctionType.classMarshaller forIdReferenceType.classMarshaller forObligationsType.classMarshaller forObligationType.classMarshaller forPolicyCombinerParametersType.classMarshaller forPolicySetCombinerParametersType.classMarshaller forPolicySetTypeobjects.classMarshaller forPolicyTypeobjects.classMarshaller ofResourceMatchTypeobjects.classMarshaller forResourcesType.classMarshaller forResourceType.classMarshaller forRuleCombinerParametersType.classMarshaller forRuleType.classMarshaller forSubjectAttributeDesignatorType.classMarshaller ofSubjectMatchTypeobjects.classMarshaller forSubjectsType.classMarshaller forSubjectType.classA marshaller for theTargetType.classMarshaller forVariableDefinitionType.classMarshaller forVariableReferenceType. -
Uses of Marshaller in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement MarshallerModifier and TypeClassDescriptionclassMarshaller forReferencedPoliciesType.classA thread-safe Marshaller forXACMLAuthzDecisionQueryTypeobjects.classA thread-safe Marshaller forXACMLAuthzDecisionStatementType.classMarshaller forXACMLPolicyQueryType.classA thread-safe Marshaller forXACMLAuthzDecisionStatementType. -
Uses of Marshaller in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects from XML Encryption.classA thread-safe Marshaller forAgreementMethodobjects.classA thread-safe Marshaller forAlgorithmIdentifierTypeobjects.classA thread-safe Marshaller forCipherDataobjects.classA thread-safe Marshaller forCipherReferenceobjects.classA thread-safe Marshaller forConcatKDFParamsobjects.classA thread-safe Marshaller forDataReferenceobjects.classA thread-safe Marshaller forDerivedKeyobjects.classA thread-safe Marshaller forDHKeyValueobjects.classA thread-safe Marshaller forEncryptedDataobjects.classA thread-safe Marshaller forEncryptedKeyobjects.classA thread-safe Marshaller forEncryptedTypeobjects.classA thread-safe Marshaller forEncryptionMethodobjects.classA thread-safe Marshaller forEncryptionPropertiesobjects.classA thread-safe Marshaller forEncryptionPropertyobjects.classA thread-safe Marshaller forDerivedKeyobjects.classA thread-safe Marshaller forKeyReferenceobjects.classA thread-safe Marshaller forMGFobjects.classA thread-safe Marshaller forOriginatorKeyInfoobjects.classA thread-safe Marshaller forOtherSourceobjects.classA thread-safe Marshaller forPBKDF2Paramsobjects.classA thread-safe Marshaller forPRFobjects.classA thread-safe Marshaller forRecipientKeyInfoobjects.classA thread-safe Marshaller forReferenceListobjects.classA thread-safe Marshaller forReferenceTypeobjects.classA thread-safe Marshaller forSaltobjects.classA thread-safe Marshaller forTransformsobjects. -
Uses of Marshaller in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as MarshallerModifier and TypeFieldDescriptionprivate MarshallerStaticKeyInfoGenerator.keyInfoMarshallerMarshaller used in cloning operation.Methods in org.opensaml.xmlsec.keyinfo.impl that return MarshallerModifier and TypeMethodDescriptionprivate MarshallerStaticKeyInfoGenerator.getMarshaller()Get a KeyInfo marshaller. -
Uses of Marshaller in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement MarshallerModifier and TypeClassDescriptionclassAn abstract marshaller implementation for XMLObjects from XML Signature.classA thread-safe Marshaller forCryptoBinaryobjects.classA thread-safe Marshaller forDEREncodedKeyValueobjects.classA thread-safe Marshaller forDigestMethodobjects.classA thread-safe Marshaller forDSAKeyValueobjects.classA thread-safe Marshaller forECKeyValueobjects.classA thread-safe Marshaller forKeyInfoobjects.classThread-safe marshaller ofKeyInfoReferenceobjects.classA thread-safe Marshaller forKeyValueobjects.classThread-safe marshaller ofNamedCurveobjects.classA thread-safe Marshaller forPGPDataobjects.classA thread-safe Marshaller forRetrievalMethodobjects.classA thread-safe Marshaller forRSAKeyValueobjects.classA marshaller forSignatureobjects.classA thread-safe Marshaller forSPKIDataobjects.classA thread-safe Marshaller forTransformobjects.classA thread-safe Marshaller forTransformsobjects.classA thread-safe Marshaller forX509Dataobjects.classA thread-safe Marshaller forX509Digestobjects.classA thread-safe Marshaller forX509IssuerSerialobjects.classThread-safe marshaller ofX509SerialNumberobjects.