Uses of Class
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
-
Packages that use AbstractXMLObjectUnmarshaller Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema 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.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml Modifier and Type Class Description classAbstractElementExtensibleXMLObjectUnmarshallerAbstractElementExtensibleUnmarshaller unmarshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectUnmarshallerAbstractExtensibleXMLObjectUnmarshaller unmarshalls element of typexs:anyand withxs:anyAttributeattributes. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml.schema.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.core.xml.schema.impl Modifier and Type Class Description classXSAnyUnmarshallerA thread-safe unmarshaller forXSAnys.classXSBase64BinaryUnmarshallerThread-safe unmarshaller forXSBase64Binaryobjects.classXSBooleanUnmarshallerThread-safe unmarshaller forXSBooleanobjects.classXSDateTimeUnmarshallerThread-safe unmarshaller forXSDateTimeobjects.classXSIntegerUnmarshallerThread-safe unmarshaller forXSIntegerobjects.classXSQNameUnmarshallerA thread-safe unmarshaller forXSQNames.classXSStringUnmarshallerThread-safe unmarshaller forXSStringobjects.classXSURIUnmarshallerA thread-safe unmarshaller forXSURI. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.common
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.common Modifier and Type Class Description classAbstractSAMLObjectUnmarshallerA thread safe abstract unmarshaller. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.reqattr.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.reqattr.impl Modifier and Type Class Description classRequestedAttributesUnmarshallerAn unmarshaller forRequestedAttributes. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2alg.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2alg.impl Modifier and Type Class Description classDigestMethodUnmarshallerDigestMethod unmarshaller.classSigningMethodUnmarshallerSigningMethod unmarshaller. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2aslo.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2aslo.impl Modifier and Type Class Description classAsynchronousUnmarshallerA thread-safe Unmarshaller forAsynchronousobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2cb.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2cb.impl Modifier and Type Class Description classChannelBindingsUnmarshallerUnmarshaller for instances ofChannelBindings. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2delrestrict.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2delrestrict.impl Modifier and Type Class Description classDelegateUnmarshallerUnmarshaller for instances ofDelegate.classDelegationRestrictionTypeUnmarshallerUnmarshaller for instances ofDelegationRestrictionType. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdattr.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdattr.impl Modifier and Type Class Description classEntityAttributesUnmarshallerA thread-safe Unmarshaller forEntityAttributes. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdquery.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdquery.impl Modifier and Type Class Description classAttributeQueryDescriptorTypeUnmarshallerUnmarshaller ofAttributeQueryDescriptorTypeobjects.classAuthnQueryDescriptorTypeUnmarshallerUnmarshaller ofAuthnQueryDescriptorTypeobjects.classAuthzDecisionQueryDescriptorTypeUnmarshallerUnmarshaller forAuthzDecisionQueryDescriptorTypeobjects.classQueryDescriptorTypeUnmarshallerUnmarshaller forQueryDescriptorTypeobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdrpi.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdrpi.impl Modifier and Type Class Description classPublicationInfoUnmarshallerAn unmarshaller forPublicationInfo.classPublicationPathUnmarshallerAn unmarshaller forPublicationPath.classPublicationUnmarshallerAn unmarshaller forPublication.classRegistrationInfoUnmarshallerAn unmarshaller forRegistrationInfo. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdui.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.saml2mdui.impl Modifier and Type Class Description classDiscoHintsUnmarshallerA thread-safe Unmarshaller forDiscoHintsobjects.classKeywordsUnmarshallerA thread-safe unmarshaller forKeywordsobjects.classLogoUnmarshallerA thread-safe Unmarshaller forLogoobjects.classUIInfoUnmarshallerA thread-safe Unmarshaller forUIInfoobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.samlec.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.ext.samlec.impl Modifier and Type Class Description classGeneratedKeyUnmarshallerA thread-safe Unmarshaller forGeneratedKeyobjects.classSessionKeyUnmarshallerA thread-safe Unmarshaller forSessionKeyobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml1.core.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml1.core.impl Modifier and Type Class Description classActionUnmarshallerA thread-safe Unmarshaller forActionobjects.classAdviceUnmarshallerA thread-safe Unmarshaller forAdviceobjects.classAssertionUnmarshallerA thread-safe Unmarshaller forAssertionobjects.classAttributeDesignatorUnmarshallerUnmarshaller forAttributeDesignatorobjects.classAttributeQueryUnmarshallerA thread-safe Unmarshaller forAttributeQueryobjects.classAttributeStatementUnmarshallerA thread-safe Unmarshaller forAttributeStatementobjects.classAttributeUnmarshallerA thread-safe Unmarshaller forAttributeImplobjects.classAudienceRestrictionConditionUnmarshallerA thread-safe Unmarshaller forAudienceRestrictionConditionobjects.classAuthenticationQueryUnmarshallerA thread-safe Unmarshaller forAuthenticationQueryobjects.classAuthenticationStatementUnmarshallerA thread-safe Unmarshaller forAuthenticationStatementobjects.classAuthorityBindingUnmarshallerA thread-safeUnmarshallerforAuthorityBindingobjects.classAuthorizationDecisionQueryUnmarshallerA thread-safe Unmarshaller forAuthorizationDecisionQueryobjects.classAuthorizationDecisionStatementUnmarshallerA thread-safe Unmarshaller forAuthorizationDecisionStatementImplobjects.classConditionsUnmarshallerA thread-safe Unmarshaller forConditionsobjects.classDoNotCacheConditionUnmarshallerA thread-safe Unmarshaller forDoNotCacheConditionobjects.classEvidenceUnmarshallerA thread safe Unmarshaller forEvidenceobjects.classNameIdentifierUnmarshallerA thread safe Unmarshaller forNameIdentifierobjects.classRequestAbstractTypeUnmarshallerA thread safe Unmarshaller forRequestAbstractTypeobjects.classRequestUnmarshallerA thread safe Unmarshaller forRequestobjects.classResponseAbstractTypeUnmarshallerA thread-safeUnmarshallerforResponseAbstractTypeobjects.classResponseUnmarshallerA thread-safeUnmarshallerforResponseobjects.classStatusCodeUnmarshallerA thread-safe Unmarshaller forStatusCodeobjects.classStatusDetailUnmarshallerA thread-safe Unmarshaller forStatusDetailobjects.classStatusUnmarshallerA thread-safe Unmarshaller forStatusobjects.classSubjectConfirmationUnmarshallerA thread-safe Unmarshaller forSubjectConfirmationobjects.classSubjectLocalityUnmarshallerA thread-safe Unmarshaller forSubjectLocalityobjects.classSubjectQueryUnmarshallerA thread safe Unmarshaller forSubjectQueryobjects.classSubjectStatementUnmarshallerUnamershaller forSubjectStatements.classSubjectUnmarshallerA thread-safe Unmarshaller forSubjectobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.core.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.core.impl Modifier and Type Class Description classActionUnmarshallerA thread-safe Unmarshaller forAction.classAdviceUnmarshallerA thread-safe Unmarshaller forAdvice.classArtifactResolveUnmarshallerA thread-safe Unmarshaller forArtifactResolve.classArtifactResponseUnmarshallerA thread-safe Unmarshaller forArtifactResponse.classAssertionIDRequestUnmarshallerA thead-safe Unmarshaller forAssertionIDRequest.classAssertionUnmarshallerA thread-safe Unmarshaller forAssertion.classAttributeQueryUnmarshallerA thread-safe Unmarshaller forAttributeQuery.classAttributeStatementUnmarshallerA thread-safe Unmarshaller forAttributeStatement.classAttributeUnmarshallerA thread-safe Unmarshaller forAttributeobjects.classAudienceRestrictionUnmarshallerA thread-safe Unmarshaller forAudienceRestrictionobjects.classAuthnContextUnmarshallerA thread-safe Unmarshaller forAuthnContext.classAuthnQueryUnmarshallerA thread-safe Unmarshaller forAuthnQueryobjects.classAuthnRequestUnmarshallerA thread-safe Unmarshaller forAuthnRequestobjects.classAuthnStatementUnmarshallerA thread-safe Unmarshaller forAuthnStatement.classAuthzDecisionQueryUnmarshallerA thread-safe Unmarshaller forAuthzDecisionQueryobjects.classAuthzDecisionStatementUnmarshallerA thread-safe Unmarshaller forAuthzDecisionStatement.classBaseIDUnmarshallerA thread-safe Unmarshaller forBaseIDobjects.classConditionsUnmarshallerA thread-safe Unmarshaller forConditionsobjects.classEncryptedAssertionUnmarshallerA thread-safe Unmarshaller forEncryptedAssertion.classEncryptedAttributeUnmarshallerA thread-safe Unmarshaller forEncryptedAttribute.classEncryptedElementTypeUnmarshallerA thread-safe Unmarshaller forEncryptedElementType.classEncryptedIDUnmarshallerA thread-safe Unmarshaller forEncryptedID.classEvidenceUnmarshallerA thread-safe Unmarshaller forEvidence.classExtensionsUnmarshallerA thread-safe Unmarshaller forExtensionsobjects.classIDPEntryUnmarshallerA thread-safe Unmarshaller forIDPEntryobjects.classIDPListUnmarshallerA thread-safe Unmarshaller forIDPListobjects.classLogoutRequestUnmarshallerA thread-safe Unmarshaller forLogoutRequestobjects.classLogoutResponseUnmarshallerA thread-safe Unmarshaller forLogoutResponseobjects.classManageNameIDRequestUnmarshallerA thread-safe Unmarshaller forManageNameIDRequestobjects.classManageNameIDResponseUnmarshallerA thread-safe Unmarshaller forManageNameIDResponseobjects.classNameIDMappingRequestUnmarshallerA thread-safe Unmarshaller forNameIDMappingRequestobjects.classNameIDMappingResponseUnmarshallerA thread safe Unmarshaller forNameIDMappingResponseobjects.classNameIDPolicyUnmarshallerA thread-safe Unmarshaller forNameIDPolicyobjects.classNameIDTypeUnmarshallerA thread-safe Unmarshaller forNameIDTypeobjects.classNewEncryptedIDUnmarshallerA thread-safe Unmarshaller forNewEncryptedID.classOneTimeUseUnmarshallerA thread-safe Unmarshaller forOneTimeUseobjects.classProxyRestrictionUnmarshallerA thread-safe Unmarshaller forProxyRestrictionobjects.classRequestAbstractTypeUnmarshallerA thread-safe Unmarshaller forRequestAbstractTypeobjects.classRequestedAuthnContextUnmarshallerA thread-safe Unmarshaller forRequestedAuthnContextobjects.classResponseUnmarshallerA thread-safe Unmarshaller forResponseobjects.classScopingUnmarshallerA thread-safe Unmarshaller forScopingobjects.classStatusCodeUnmarshallerA thread-safe Unmarshaller forStatusCodeobjects.classStatusDetailUnmarshallerA thread-safe Unmarshaller forStatusDetailobjects.classStatusResponseTypeUnmarshallerA thread-safe Unmarshaller forStatusResponseTypeobjects.classStatusUnmarshallerA thread-safe Unmarshaller forStatusobjects.classSubjectConfirmationDataUnmarshallerA thread-safe Unmarshaller forSubjectConfirmationDataobjects.classSubjectConfirmationUnmarshallerA thread-safe Unmarshaller forSubjectConfirmationobjects.classSubjectLocalityUnmarshallerA thread-safe Marshaller forSubjectLocality.classSubjectQueryUnmarshallerA thread-safe Unmarshaller forSubjectQuery.classSubjectUnmarshallerA thread-safe Unmarshaller forSubjectobjects.classTerminateUnmarshallerA thread-safe Unmarshaller forTerminateobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.ecp.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.ecp.impl Modifier and Type Class Description classRelayStateUnmarshallerUnmarshaller for instances ofRelayState.classRequestAuthenticatedUnmarshallerUnmarshaller for instances ofRequestAuthenticated.classRequestUnmarshallerUnmarshaller for instances ofRequest.classResponseUnmarshallerUnmarshaller for instances ofResponse.classSubjectConfirmationUnmarshallerA thread-safe Unmarshaller forSubjectConfirmationobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.metadata.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.saml.saml2.metadata.impl Modifier and Type Class Description classAdditionalMetadataLocationUnmarshallerA thread-safe Unmarshaller forAdditionalMetadataLocationobjects.classAffiliationDescriptorUnmarshallerA thread safe Unmarshaller forAffiliationDescriptors.classAttributeAuthorityDescriptorUnmarshallerA thread safe unmarshaller forAttributeAuthorityDescriptors.classAttributeConsumingServiceUnmarshallerA thread safe Unmarshaller forAttributeConsumingServiceobjects.classAuthnAuthorityDescriptorUnmarshallerA thread-safe Unmarshaller forAuthnAuthorityDescriptorobjects.classContactPersonUnmarshallerA thread-safe Unmarshaller forContactPersonobjects.classEndpointUnmarshallerA thread-safe unmarshaller forEndpointobjects.classEntitiesDescriptorUnmarshallerA thread safe Unmarshaller forEntitiesDescriptorobjects.classEntityDescriptorUnmarshallerA thread safe Unmarshaller forEntityDescriptors.classExtensionsUnmarshallerA thread-safe Unmarshaller forExtensionsobjects.classIDPSSODescriptorUnmarshallerA thread safe Unmarshaller forSSODescriptorobjects.classIndexedEndpointUnmarshallerA thread-safe unmarshaller forIndexedEndpointobjects.classKeyDescriptorUnmarshallerA thread-safe unmarshaller forKeyDescriptors.classLocalizedNameUnmarshallerA thread-safe unmarshaller forLocalizedNameobjects.classLocalizedURIUnmarshallerA thread-safe unmarshaller forLocalizedURIobjects.classOrganizationUnmarshallerA thread-safe Unmarshaller forOrganizationobjects.classPDPDescriptorUnmarshallerA thread safe Unmarshaller forPDPDescriptorobjects.classRequestedAttributeUnmarshallerA thread-safe Unmarshaller forRequestedAttributeobjects.classRoleDescriptorUnmarshallerA thread safe Unmarshaller forRoleDescriptorobjects.classSPSSODescriptorUnmarshallerA thread safe Unmarshaller forSPSSODescriptorobjects.classSSODescriptorUnmarshallerA thread safe Unmarshaller forSSODescriptorobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.soap11.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.soap11.impl Modifier and Type Class Description classBodyUnmarshallerA thread-safe unmarshaller forBodys.classDetailUnmarshallerA thread-safe unmarshaller forDetails.classEnvelopeUnmarshallerA thread-safe unmarshaller forEnvelopes.classFaultUnmarshallerA thread-safe unmarshaller forFaults.classHeaderUnmarshallerA thread-safe unmarshaller forHeaders. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wsaddressing.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wsaddressing.impl Modifier and Type Class Description classAbstractWSAddressingObjectUnmarshallerAn abstract unmarshaller implementation for XMLObjects fromorg.opensaml.soap.wsaddressing.impl.classActionUnmarshallerUnmarshaller for the <wsa:Action> element.classAddressUnmarshallerUnmarshaller for the <wsa:Address> element.classAttributedQNameUnmarshallerUnmarshaller for instances ofAttributedQName.classAttributedUnsignedLongUnmarshallerUnmarshaller for instances ofAttributedUnsignedLong.classAttributedURIUnmarshallerAbstract unmarshaller for the element of typeAttributedURI.classEndpointReferenceTypeUnmarshallerAbstract unmarshaller for the element of typeEndpointReferenceType.classEndpointReferenceUnmarshallerUnmarshaller for the <wsa:EndpointReference> element.classFaultToUnmarshallerUnmarshaller for the <wsa:FaultTo> element.classFromUnmarshallerUnmarshaller for the <wsa:From> element.classMessageIDUnmarshallerUnmarshaller for the <wsa:MessageID> element.classMetadataUnmarshallerMetadataUnmarshaller.classProblemActionUnmarshallerUnmarshaller for instances ofProblemActionUnmarshaller.classProblemHeaderQNameUnmarshallerUnmarshaller for the <wsa:ProblemHeaderQName> element.classProblemIRIUnmarshallerUnmarshaller for the <wsa:ProblemIRI> element.classReferenceParametersUnmarshallerReferenceParametersUnmarshaller.classRelatesToUnmarshallerUnmarshaller for instances ofRelatesTo.classReplyToUnmarshallerUnmarshaller for the <wsa:ReplyTo> element.classRetryAfterUnmarshallerUnmarshaller for instances of <wsa:RetryAfter>.classSoapActionUnmarshallerUnmarshaller for instances of <SoapAction>.classToUnmarshallerUnmarshaller for the <wsa:To> element. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wsfed.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wsfed.impl Modifier and Type Class Description classAddressUnmarshallerA thread-safe unmarshaller forAddressobjects.classAppliesToUnmarshallerA thread-safe unmarshaller forAppliesToobjects.classEndPointReferenceUnmarshallerA thread-safe unmarshaller forEndPointReferenceobjects.classRequestedSecurityTokenUnmarshallerA thread-safe unmarshaller forRequestedSecurityTokenobjects.classRequestSecurityTokenResponseUnmarshallerA thread-safe unmarshaller forRequestSecurityTokenResponseobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wspolicy.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wspolicy.impl Modifier and Type Class Description classAbstractWSPolicyObjectUnmarshallerAn abstract unmarshaller implementation for XMLObjects from WS-Policy.classAllUnmarshallerUnmarshaller for the wsp:All element.classAppliesToUnmarshallerUnmarshaller for the wsp:AppliesTo element.classExactlyOneUnmarshallerUnmarshaller for the wsp:ExactlyOne element.classOperatorContentTypeUnmarshallerUnmarshaller for the wsp:OperatorContentType element.classPolicyAttachmentUnmarshallerUnmarshaller for PolicyAttachment.classPolicyReferenceUnmarshallerUnmarshaller for the wsp:PolicyReference element.classPolicyUnmarshallerUnmarshaller for the wsp:Policy element. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wssecurity.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wssecurity.impl Modifier and Type Class Description classAbstractWSSecurityObjectUnmarshallerAn abstract unmarshaller implementation for XMLObjects from WS-Security.classAttributedDateTimeUnmarshallerAttributedDateTimeUnmarshaller.classAttributedStringUnmarshallerUnmarshaller for instances ofAttributedString.classAttributedURIUnmarshallerUnmarshaller for instances ofAttributedURI.classBinarySecurityTokenUnmarshallerBinarySecurityTokenUnmarshaller.classCreatedUnmarshallerCreatedUnmarshaller.classEmbeddedUnmarshallerEmbeddedUnmarshaller.classEncodedStringUnmarshallerUnmarshaller for instances ofEncodedString.classEncryptedHeaderUnmarshallerUnmarshaller for instances ofEncryptedHeader.classExpiresUnmarshallerExpiresUnmarshaller.classIterationUnmarshallerIterationUnmarshaller.classKeyIdentifierUnmarshallerKeyIdentifierUnmarshaller.classNonceUnmarshallerNonceUnmarshaller.classPasswordUnmarshallerPasswordUnmarshaller.classReferenceUnmarshallerReferenceUnmarshaller.classSaltUnmarshallerSaltUnmarshaller.classSecurityTokenReferenceUnmarshallerSecurityTokenReferenceUnmarshaller.classSecurityUnmarshallerSecurityUnmarshaller.classSignatureConfirmationUnmarshallerSignatureConfirmationUnmarshaller.classTimestampUnmarshallerTimestampUnmarshaller.classTransformationParametersUnmarshallerTransformationParametersUnmarshaller.classUsernameTokenUnmarshallerUsernameUnmarshaller.classUsernameUnmarshallerUsernameUnmarshaller. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wstrust.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.soap.wstrust.impl Modifier and Type Class Description classAbstractWSTrustObjectUnmarshallerAn abstract unmarshaller implementation for XMLObjects from WS-Trust.classAllowPostdatingUnmarshallerUnmarshaller for the wst:AllowPostdating element.classAuthenticationTypeUnmarshallerUnmarshaller for the wst:AuthenticationType element.classAuthenticatorUnmarshallerUnmarshaller for the wst:Authenticator element.classBinaryExchangeUnmarshallerUnmarshaller for the <wst:BinaryExchange> element.classBinarySecretUnmarshallerUnmarshaller for the <wst:BinarySecret> element.classCancelTargetUnmarshallerUnmarshaller for the wst:CancelTarget element.classCanonicalizationAlgorithmUnmarshallerUnmarshaller for the wst:CanonicalizationAlgorithm element.classChallengeUnmarshallerUnmarshaller for the wst:Challenge element.classClaimsUnmarshallerUnmarshaller for the wst:Claims element.classCodeUnmarshallerUnmarshaller for the :Code element.classCombinedHashUnmarshallerUnmarshaller for the wst:CombinedHash element.classComputedKeyAlgorithmUnmarshallerUnmarshaller for the wst:ComputedKeyAlgorithm element.classComputedKeyUnmarshallerUnmarshaller for the wst:ComputedKey element.classDelegatableUnmarshallerUnmarshaller for the wst:Delegatable element.classDelegateToUnmarshallerUnmarshaller for the <wst:DelegateTo> element.classEncryptionAlgorithmUnmarshallerUnmarshaller for the wst:EncryptionAlgorithm element.classEncryptionUnmarshallerUnmarshaller for the wst:Encryption element.classEncryptWithUnmarshallerUnmarshaller for the wst:EncryptWith element.classEntropyUnmarshallerUnmarshaller for the wst:Entropy element.classForwardableUnmarshallerUnmarshaller for the wst:Forwardable element.classIssuedTokensUnmarshallerUnmarshaller for the wst:IssuedTokens element.classIssuerUnmarshallerIssuerUnmarshaller.classKeyExchangeTokenUnmarshallerUnmarshaller for the wst:KeyExchangeToken element.classKeySizeUnmarshallerUnmarshaller for the wst:KeySize element.classKeyTypeUnmarshallerUnmarshaller for the wst:KeyType element.classKeyWrapAlgorithmUnmarshallerUnmarshaller for the wst:KeyWrapAlgorithm element.classLifetimeUnmarshallerUnmarshaller for the wst:Lifetime element.classOnBehalfOfUnmarshallerUnmarshaller for the wst:OnBehalfOf element.classParticipantsUnmarshallerParticipantsUnmarshaller.classParticipantTypeUnmarshallerParticipantTypeUnmarshaller.classParticipantUnmarshallerPrimaryUnmarshaller.classPrimaryUnmarshallerPrimaryUnmarshaller.classProofEncryptionUnmarshallerUnmarshaller for the wst:ProofEncryption element.classReasonUnmarshallerUnmarshaller for the wst:Reason element.classRenewingUnmarshallerUnmarshaller for the empty wst:Renewing element.classRenewTargetUnmarshallerUnmarshaller for the <wst:RenewTarget> element.classRequestedAttachedReferenceUnmarshallerUnmarshaller for the wst:RequestedAttachedReference element.classRequestedProofTokenUnmarshallerUnmarshaller for the wst:RequestedProofToken element.classRequestedReferenceTypeUnmarshallerUnmarshaller for the element of type RequestedReferenceType.classRequestedSecurityTokenUnmarshallerUnmarshaller for the <wst:RequestedSecurityToken> element.classRequestedTokenCancelledUnmarshallerUnmarshaller for the empty wst:RequestedTokenCancelled element.classRequestedUnattachedReferenceUnmarshallerUnmarshaller for the wst:RequestedUnattachedReference element.classRequestKETUnmarshallerUnmarshaller for the wst:RequestKET element.classRequestSecurityTokenCollectionUnmarshallerRequestSecurityTokenCollectionUnmarshaller.classRequestSecurityTokenResponseCollectionUnmarshallerRequestSecurityTokenResponseCollectionUnmarshaller.classRequestSecurityTokenResponseUnmarshallerRequestSecurityTokenResponseUnmarshaller.classRequestSecurityTokenUnmarshallerRequestSecurityTokenUnmarshaller.classRequestTypeUnmarshallerUnmarshaller for the <wst:RequestType> element.classSignatureAlgorithmUnmarshallerUnmarshaller for the wst:SignatureAlgorithm element.classSignChallengeResponseUnmarshallerUnmarshaller for the wst:SignChallengeResponse element.classSignChallengeTypeUnmarshallerUnmarshaller for the SignChallengeType element.classSignChallengeUnmarshallerUnmarshaller for the wst:SignChallenge element.classSignWithUnmarshallerUnmarshaller for the wst:SignWith element.classStatusUnmarshallerUnmarshaller for the wst:Status element.classTokenTypeUnmarshallerUnmarshaller for the wst:TokenType element.classUseKeyUnmarshallerUnmarshaller for the wst:UseKey element.classValidateTargetUnmarshallerUnmarshaller for the wst:ValidateTarget element. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.ctx.impl
-
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.impl Modifier and Type Class Description classAbstractXACMLObjectUnmarshallerAn thread safe abstract unmarshaller. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.policy.impl
-
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.profile.saml.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.xacml.profile.saml.impl Modifier and Type Class Description classReferencedPoliciesTypeUnmarshallerUnmarshaller forReferencedPoliciesType.classXACMLAuthzDecisionQueryTypeUnmarshallerA thread-safe Unmarshaller forXACMLAuthzDecisionQueryTypeobjects.classXACMLAuthzDecisionStatementTypeUnmarshallerA thread-safe Unmarshaller forXACMLAuthzDecisionStatementType.classXACMLPolicyQueryTypeUnmarshallerUnmarshaller forXACMLPolicyQueryType.classXACMLPolicyStatementTypeUnmarshallerA thread-safe Unmarshaller forXACMLAuthzDecisionStatementType. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xmlsec.encryption.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.xmlsec.encryption.impl Modifier and Type Class Description classAbstractXMLEncryptionUnmarshallerAn abstract unmarshaller implementation for XMLObjects from XML Encryption.classAgreementMethodUnmarshallerA thread-safe Unmarshaller forAgreementMethodobjects.classAlgorithmIdentifierTypeUnmarshallerA thread-safe Unmarshaller forAlgorithmIdentifierTypeobjects.classCipherDataUnmarshallerA thread-safe Unmarshaller forCipherDataobjects.classCipherReferenceUnmarshallerA thread-safe Unmarshaller forCipherReferenceobjects.classConcatKDFParamsUnmarshallerA thread-safe Unmarshaller forConcatKDFParamsobjects.classDataReferenceUnmarshallerA thread-safe Unmarshaller forDataReferenceobjects.classDerivedKeyUnmarshallerA thread-safe Unmarshaller forDerivedKeyobjects.classDHKeyValueUnmarshallerA thread-safe Unmarshaller forDHKeyValueobjects.classEncryptedDataUnmarshallerA thread-safe Unmarshaller forEncryptedDataobjects.classEncryptedKeyUnmarshallerA thread-safe Unmarshaller forEncryptedKeyobjects.classEncryptedTypeUnmarshallerA thread-safe Unmarshaller forEncryptedTypeobjects.classEncryptionMethodUnmarshallerA thread-safe Unmarshaller forEncryptionMethodobjects.classEncryptionPropertiesUnmarshallerA thread-safe Unmarshaller forEncryptionPropertiesobjects.classEncryptionPropertyUnmarshallerA thread-safe Unmarshaller forEncryptionPropertyobjects.classKeyDerivationMethodUnmarshallerA thread-safe Unmarshaller forAgreementMethodobjects.classKeyReferenceUnmarshallerA thread-safe Unmarshaller forKeyReferenceobjects.classMGFUnmarshallerA thread-safe Unmarshaller forMGFobjects.classOriginatorKeyInfoUnmarshallerA thread-safe Unmarshaller forOriginatorKeyInfoobjects.classOtherSourceUnmarshallerA thread-safe Unmarshaller forOtherSourceobjects.classPBKDF2ParamsUnmarshallerA thread-safe Unmarshaller forPBKDF2Paramsobjects.classPRFUnmarshallerA thread-safe Unmarshaller forPRFobjects.classRecipientKeyInfoUnmarshallerA thread-safe Unmarshaller forRecipientKeyInfoobjects.classReferenceListUnmarshallerA thread-safe Unmarshaller forReferenceListobjects.classReferenceTypeUnmarshallerA thread-safe Unmarshaller forReferenceTypeobjects.classSaltUnmarshallerA thread-safe Unmarshaller forSaltobjects.classTransformsUnmarshallerA thread-safe Unmarshaller forTransformsobjects. -
Uses of AbstractXMLObjectUnmarshaller in org.opensaml.xmlsec.signature.impl
Subclasses of AbstractXMLObjectUnmarshaller in org.opensaml.xmlsec.signature.impl Modifier and Type Class Description classAbstractXMLSignatureUnmarshallerAn abstract unmarshaller implementation for XMLObjects from XML Signature.classCryptoBinaryUnmarshallerA thread-safe Unmarshaller forCryptoBinaryobjects.classDEREncodedKeyValueUnmarshallerA thread-safe Unmarshaller forDEREncodedKeyValueobjects.classDigestMethodUnmarshallerA thread-safe Unmarshaller forDigestMethodobjects.classDSAKeyValueUnmarshallerA thread-safe Unmarshaller forDSAKeyValueobjects.classECKeyValueUnmarshallerA thread-safe Unmarshaller forECKeyValueobjects.classKeyInfoReferenceUnmarshallerA thread-safe Unmarshaller forKeyInfoReferenceobjects.classKeyInfoUnmarshallerA thread-safe Unmarshaller forKeyInfoobjects.classKeyValueUnmarshallerA thread-safe Unmarshaller forKeyValueobjects.classNamedCurveUnmarshallerA thread-safe Unmarshaller forNamedCurveobjects.classPGPDataUnmarshallerA thread-safe Unmarshaller forPGPDataobjects.classRetrievalMethodUnmarshallerA thread-safe Unmarshaller forRetrievalMethodobjects.classRSAKeyValueUnmarshallerA thread-safe Unmarshaller forRSAKeyValueobjects.classSPKIDataUnmarshallerA thread-safe Unmarshaller forSPKIDataobjects.classTransformsUnmarshallerA thread-safe Unmarshaller forTransformsobjects.classTransformUnmarshallerA thread-safe Unmarshaller forTransformobjects.classX509DataUnmarshallerA thread-safe Unmarshaller forX509Dataobjects.classX509DigestUnmarshallerA thread-safe Unmarshaller forX509Digestobjects.classX509IssuerSerialUnmarshallerA thread-safe Unmarshaller forX509IssuerSerialobjects.classX509SerialNumberUnmarshallerThread-safe unmarshaller forX509SerialNumberobjects.
-