Uses of Interface
org.opensaml.core.xml.io.Unmarshaller
Packages that use Unmarshaller
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.
Functional support for XML Encryption.
Interfaces and classes for working with XML KeyInfo elements.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of Unmarshaller in org.opensaml.core.testing
Methods in org.opensaml.core.testing that return UnmarshallerModifier and TypeMethodDescriptionprotected UnmarshallerXMLObjectBaseTestCase.getUnmarshaller(QName qname) Lookup the unmarshaller for a QName.protected UnmarshallerXMLObjectBaseTestCase.getUnmarshaller(XMLObject xmlObject) Lookup the unmarshaller for an XMLObject.protected UnmarshallerXMLObjectBaseTestCase.getUnmarshaller(Element element) Lookup the unmarshaller for a DOM Element. -
Uses of Unmarshaller in org.opensaml.core.xml
Classes in org.opensaml.core.xml that implement UnmarshallerModifier and TypeClassDescriptionclassAbstractElementExtensibleUnmarshaller unmarshalls element of typexs:any, but withoutxs:anyAttributeattributes or text content.classAbstractExtensibleXMLObjectUnmarshaller unmarshalls element of typexs:anyand withxs:anyAttributeattributes. -
Uses of Unmarshaller in org.opensaml.core.xml.config
Methods in org.opensaml.core.xml.config with parameters of type UnmarshallerModifier 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 Unmarshaller in org.opensaml.core.xml.io
Classes in org.opensaml.core.xml.io that implement UnmarshallerModifier and TypeClassDescriptionclassA thread safe abstract unmarshaller.Fields in org.opensaml.core.xml.io with type parameters of type UnmarshallerModifier and TypeFieldDescriptionprivate final Map<QName,Unmarshaller> UnmarshallerFactory.unmarshallersMap of unmarshallers to the elements they are for.Methods in org.opensaml.core.xml.io that return UnmarshallerModifier and TypeMethodDescriptionUnmarshallerFactory.deregisterUnmarshaller(QName key) Deregisters the unmarshaller for the given element.UnmarshallerFactory.ensureUnmarshaller(QName key) CallUnmarshallerFactory.getUnmarshaller(QName)and raise an exception if no unmarshaller is registered.UnmarshallerFactory.ensureUnmarshaller(Element domElement) CallUnmarshallerFactory.getUnmarshaller(Element)and raise an exception if no unmarshaller is registered.UnmarshallerFactory.getUnmarshaller(QName key) Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.UnmarshallerFactory.getUnmarshaller(Element domElement) Retrieves the unmarshaller for the given element.Methods in org.opensaml.core.xml.io that return types with arguments of type UnmarshallerModifier and TypeMethodDescriptionUnmarshallerFactory.getUnmarshallers()Gets an immutable listing of all the Unarshallers currently registered.Methods in org.opensaml.core.xml.io with parameters of type UnmarshallerModifier and TypeMethodDescriptionvoidUnmarshallerFactory.registerUnmarshaller(QName key, Unmarshaller unmarshaller) Registers an Unmarshaller with this factory. -
Uses of Unmarshaller in org.opensaml.core.xml.mock
Classes in org.opensaml.core.xml.mock that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe unmarshaller forXSAnys.classThread-safe unmarshaller forXSBase64Binaryobjects.classThread-safe unmarshaller forXSBooleanobjects.classThread-safe unmarshaller forXSDateTimeobjects.classThread-safe unmarshaller forXSIntegerobjects.classA thread-safe unmarshaller forXSQNames.classThread-safe unmarshaller forXSStringobjects.classA thread-safe unmarshaller forXSURI. -
Uses of Unmarshaller in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util that return UnmarshallerModifier and TypeMethodDescriptionstatic UnmarshallerXMLObjectSupport.getUnmarshaller(QName typeOrName) Obtain an XMLObject unmarshaller for the given QName.static UnmarshallerXMLObjectSupport.getUnmarshaller(Element element) Obtain an XMLObject unmarshaller for the given DOM Element. -
Uses of Unmarshaller in org.opensaml.saml.common
Classes in org.opensaml.saml.common that implement UnmarshallerModifier and TypeClassDescriptionclassA thread safe abstract unmarshaller. -
Uses of Unmarshaller in org.opensaml.saml.ext.reqattr.impl
Classes in org.opensaml.saml.ext.reqattr.impl that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2alg.impl
Classes in org.opensaml.saml.ext.saml2alg.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller forDigestMethod.classUnmarshaller forSigningMethod. -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2aslo.impl
Classes in org.opensaml.saml.ext.saml2aslo.impl that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller for instances ofDelegate.classUnmarshaller for instances ofDelegationRestrictionType. -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2mdattr.impl
Classes in org.opensaml.saml.ext.saml2mdattr.impl that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller ofAttributeQueryDescriptorTypeobjects.classUnmarshaller ofAuthnQueryDescriptorTypeobjects.classUnmarshaller forAuthzDecisionQueryDescriptorTypeobjects.classUnmarshaller forQueryDescriptorTypeobjects. -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn unmarshaller forPublicationInfo.classAn unmarshaller forPublicationPath.classAn unmarshaller forPublication.classAn unmarshaller forRegistrationInfo. -
Uses of Unmarshaller in org.opensaml.saml.ext.saml2mdui.impl
Classes in org.opensaml.saml.ext.saml2mdui.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe Unmarshaller forDiscoHintsobjects.classA thread-safe unmarshaller forKeywordsobjects.classA thread-safe Unmarshaller forLogoobjects.classA thread-safe Unmarshaller forUIInfoobjects. -
Uses of Unmarshaller in org.opensaml.saml.ext.samlec.impl
Classes in org.opensaml.saml.ext.samlec.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe Unmarshaller forGeneratedKeyobjects.classA thread-safe Unmarshaller forSessionKeyobjects. -
Uses of Unmarshaller in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe Unmarshaller forActionobjects.classA thread-safe Unmarshaller forAdviceobjects.classA thread-safe Unmarshaller forAssertionobjects.classUnmarshaller forAttributeDesignatorobjects.classA thread-safe Unmarshaller forAttributeQueryobjects.classA thread-safe Unmarshaller forAttributeStatementobjects.classA thread-safe Unmarshaller forAttributeobjects.classA thread-safe Unmarshaller forAudienceRestrictionConditionobjects.classA thread-safe Unmarshaller forAuthenticationQueryobjects.classA thread-safe Unmarshaller forAuthenticationStatementobjects.classA thread-safe Unmarshaller forAuthorityBindingobjects.classA thread-safe Unmarshaller forAuthorizationDecisionQueryobjects.classA thread-safe Unmarshaller forAuthorizationDecisionStatementobjects.classA thread-safe Unmarshaller forConditionsobjects.classA thread-safe Unmarshaller forDoNotCacheConditionobjects.classA thread safe Unmarshaller forEvidenceobjects.classA thread safe Unmarshaller forNameIdentifierobjects.classA thread safe Unmarshaller forRequestAbstractTypeobjects.classA thread safe Unmarshaller forRequestobjects.classA thread-safe Unmarshaller forResponseAbstractTypeobjects.classA thread-safeUnmarshallerforResponseobjects.classA thread-safe Unmarshaller forStatusCodeobjects.classA thread-safe Unmarshaller forStatusDetailobjects.classA thread-safe Unmarshaller forStatusobjects.classA thread-safe Unmarshaller forSubjectConfirmationobjects.classA thread-safe Unmarshaller forSubjectLocalityobjects.classA thread safe Unmarshaller forSubjectQueryobjects.classUnamershaller forSubjectStatement.classA thread-safe Unmarshaller forSubjectobjects. -
Uses of Unmarshaller in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe Unmarshaller forAction.classA thread-safe Unmarshaller forAdvice.classA thread-safe Unmarshaller forArtifactResolve.classA thread-safe Unmarshaller forArtifactResponse.classA thead-safe Unmarshaller forAssertionIDRequest.classA thread-safe Unmarshaller forAssertion.classA thread-safe Unmarshaller forAttributeQuery.classA thread-safe Unmarshaller forAttributeStatement.classA thread-safe Unmarshaller forAttributeobjects.classA thread-safe Unmarshaller forAudienceRestrictionobjects.classA thread-safe Unmarshaller forAuthnContext.classA thread-safe Unmarshaller forAuthnQueryobjects.classA thread-safe Unmarshaller forAuthnRequestobjects.classA thread-safe Unmarshaller forAuthnStatement.classA thread-safe Unmarshaller forAuthzDecisionQueryobjects.classA thread-safe Unmarshaller forAuthzDecisionStatement.classA thread-safe Unmarshaller forBaseIDobjects.classA thread-safe Unmarshaller forConditionsobjects.classA thread-safe Unmarshaller forEncryptedAssertion.classA thread-safe Unmarshaller forEncryptedAttribute.classA thread-safe Unmarshaller forEncryptedElementType.classA thread-safe Unmarshaller forEncryptedID.classA thread-safe Unmarshaller forEvidence.classA thread-safe Unmarshaller forExtensionsobjects.classA thread-safe Unmarshaller forIDPEntryobjects.classA thread-safe Unmarshaller forIDPListobjects.classA thread-safe Unmarshaller forLogoutRequestobjects.classA thread-safe Unmarshaller forLogoutResponseobjects.classA thread-safe Unmarshaller forManageNameIDRequestobjects.classA thread-safe Unmarshaller forManageNameIDResponseobjects.classA thread-safe Unmarshaller forNameIDMappingRequestobjects.classA thread safe Unmarshaller forNameIDMappingResponseobjects.classA thread-safe Unmarshaller forNameIDPolicyobjects.classA thread-safe Unmarshaller forNameIDTypeobjects.classA thread-safe Unmarshaller forNewEncryptedID.classA thread-safe Unmarshaller forOneTimeUseobjects.classA thread-safe Unmarshaller forProxyRestrictionobjects.classA thread-safe Unmarshaller forRequestAbstractTypeobjects.classA thread-safe Unmarshaller forRequestedAuthnContextobjects.classA thread-safe Unmarshaller forResponseobjects.classA thread-safe Unmarshaller forScopingobjects.classA thread-safe Unmarshaller forStatusCodeobjects.classA thread-safe Unmarshaller forStatusDetailobjects.classA thread-safe Unmarshaller forStatusResponseTypeobjects.classA thread-safe Unmarshaller forStatusobjects.classA thread-safe Unmarshaller forSubjectConfirmationDataobjects.classA thread-safe Unmarshaller forSubjectConfirmationobjects.classA thread-safe Marshaller forSubjectLocality.classA thread-safe Unmarshaller forSubjectQuery.classA thread-safe Unmarshaller forSubjectobjects.classA thread-safe Unmarshaller forTerminateobjects. -
Uses of Unmarshaller in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller for instances ofRelayState.classUnmarshaller for instances ofRequestAuthenticated.classUnmarshaller for instances ofRequest.classUnmarshaller for instances ofResponse.classA thread-safe Unmarshaller forSubjectConfirmationobjects. -
Uses of Unmarshaller in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe Unmarshaller forAdditionalMetadataLocationobjects.classA thread safe Unmarshaller forAffiliationDescriptors.classA thread safe unmarshaller forAttributeAuthorityDescriptor.classA thread safe Unmarshaller forAttributeConsumingServiceobjects.classA thread-safe Unmarshaller forAuthnAuthorityDescriptorobjects.classA thread-safe Unmarshaller forContactPersonobjects.classA thread-safe unmarshaller forEndpointobjects.classA thread safe Unmarshaller forEntitiesDescriptorobjects.classA thread safe Unmarshaller forEntityDescriptors.classA thread-safe Unmarshaller forExtensionsobjects.classA thread safe Unmarshaller forIDPSSODescriptorobjects.classA thread-safe unmarshaller forIndexedEndpointobjects.classA thread-safe unmarshaller forKeyDescriptor.classA thread-safe unmarshaller forLocalizedNameobjects.classA thread-safe unmarshaller forLocalizedURIobjects.classA thread-safe Unmarshaller forOrganizationobjects.classA thread safe Unmarshaller forPDPDescriptorobjects.classA thread-safe Unmarshaller forRequestedAttributeobjects.classA thread safe Unmarshaller forRoleDescriptorobjects.classA thread safe Unmarshaller forSPSSODescriptorobjects.classA thread safe Unmarshaller forSSODescriptorobjects. -
Uses of Unmarshaller in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement Unmarshaller -
Uses of Unmarshaller in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects fromorg.opensaml.soap.wsaddressing.impl.classUnmarshaller for the <wsa:Action> element.classUnmarshaller for the <wsa:Address> element.classUnmarshaller for instances ofAttributedQName.classUnmarshaller for instances ofAttributedUnsignedLong.classAbstract unmarshaller for the element of typeAttributedURI.classAbstract unmarshaller for the element of typeEndpointReferenceType.classUnmarshaller for the <wsa:EndpointReference> element.classUnmarshaller for the <wsa:FaultTo> element.classUnmarshaller for the <wsa:From> element.classUnmarshaller for the <wsa:MessageID> element.classMetadataUnmarshaller.classUnmarshaller for instances ofProblemActionUnmarshaller.classUnmarshaller for the <wsa:ProblemHeaderQName> element.classUnmarshaller for the <wsa:ProblemIRI> element.classReferenceParametersUnmarshaller.classUnmarshaller for instances ofRelatesTo.classUnmarshaller for the <wsa:ReplyTo> element.classUnmarshaller for instances of <wsa:RetryAfter>.classUnmarshaller for instances of <SoapAction>.classUnmarshaller for the <wsa:To> element. -
Uses of Unmarshaller in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement UnmarshallerModifier and TypeClassDescriptionclassA thread-safe unmarshaller forAddressobjects.classA thread-safe unmarshaller forAppliesToobjects.classA thread-safe unmarshaller forEndPointReferenceobjects.classA thread-safe unmarshaller forRequestedSecurityTokenobjects.classA thread-safe unmarshaller forRequestSecurityTokenResponseobjects. -
Uses of Unmarshaller in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects from WS-Policy.classUnmarshaller for the wsp:All element.classUnmarshaller for the wsp:AppliesTo element.classUnmarshaller for the wsp:ExactlyOne element.classUnmarshaller for the wsp:OperatorContentType element.classUnmarshaller for PolicyAttachment.classUnmarshaller for the wsp:PolicyReference element.classUnmarshaller for the wsp:Policy element. -
Uses of Unmarshaller in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects from WS-Security.classAttributedDateTimeUnmarshaller.classUnmarshaller for instances ofAttributedString.classUnmarshaller for instances ofAttributedURI.classBinarySecurityTokenUnmarshaller.classCreatedUnmarshaller.classEmbeddedUnmarshaller.classUnmarshaller for instances ofEncodedString.classUnmarshaller for instances ofEncryptedHeader.classExpiresUnmarshaller.classIterationUnmarshaller.classKeyIdentifierUnmarshaller.classNonceUnmarshaller.classPasswordUnmarshaller.classReferenceUnmarshaller.classSaltUnmarshaller.classSecurityTokenReferenceUnmarshaller.classSecurityUnmarshaller.classSignatureConfirmationUnmarshaller.classTimestampUnmarshaller.classTransformationParametersUnmarshaller.classUsernameUnmarshaller.classUsernameUnmarshaller. -
Uses of Unmarshaller in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects from WS-Trust.classUnmarshaller for the wst:AllowPostdating element.classUnmarshaller for the wst:AuthenticationType element.classUnmarshaller for the wst:Authenticator element.classUnmarshaller for the <wst:BinaryExchange> element.classUnmarshaller for the <wst:BinarySecret> element.classUnmarshaller for the wst:CancelTarget element.classUnmarshaller for the wst:CanonicalizationAlgorithm element.classUnmarshaller for the wst:Challenge element.classUnmarshaller for the wst:Claims element.classUnmarshaller for the :Code element.classUnmarshaller for the wst:CombinedHash element.classUnmarshaller for the wst:ComputedKeyAlgorithm element.classUnmarshaller for the wst:ComputedKey element.classUnmarshaller for the wst:Delegatable element.classUnmarshaller for the <wst:DelegateTo> element.classUnmarshaller for the wst:EncryptionAlgorithm element.classUnmarshaller for the wst:Encryption element.classUnmarshaller for the wst:EncryptWith element.classUnmarshaller for the wst:Entropy element.classUnmarshaller for the wst:Forwardable element.classUnmarshaller for the wst:IssuedTokens element.classIssuerUnmarshaller.classUnmarshaller for the wst:KeyExchangeToken element.classUnmarshaller for the wst:KeySize element.classUnmarshaller for the wst:KeyType element.classUnmarshaller for the wst:KeyWrapAlgorithm element.classUnmarshaller for the wst:Lifetime element.classUnmarshaller for the wst:OnBehalfOf element.classParticipantsUnmarshaller.classParticipantTypeUnmarshaller.classPrimaryUnmarshaller.classPrimaryUnmarshaller.classUnmarshaller for the wst:ProofEncryption element.classUnmarshaller for the wst:Reason element.classUnmarshaller for the empty wst:Renewing element.classUnmarshaller for the <wst:RenewTarget> element.classUnmarshaller for the wst:RequestedAttachedReference element.classUnmarshaller for the wst:RequestedProofToken element.classUnmarshaller for the element of type RequestedReferenceType.classUnmarshaller for the <wst:RequestedSecurityToken> element.classUnmarshaller for the empty wst:RequestedTokenCancelled element.classUnmarshaller for the wst:RequestedUnattachedReference element.classUnmarshaller for the wst:RequestKET element.classRequestSecurityTokenCollectionUnmarshaller.classRequestSecurityTokenResponseCollectionUnmarshaller.classRequestSecurityTokenResponseUnmarshaller.classRequestSecurityTokenUnmarshaller.classUnmarshaller for the <wst:RequestType> element.classUnmarshaller for the wst:SignatureAlgorithm element.classUnmarshaller for the wst:SignChallengeResponse element.classUnmarshaller for the SignChallengeType element.classUnmarshaller for the wst:SignChallenge element.classUnmarshaller for the wst:SignWith element.classUnmarshaller for the wst:Status element.classUnmarshaller for the wst:TokenType element.classUnmarshaller for the wst:UseKey element.classUnmarshaller for the wst:ValidateTarget element. -
Uses of Unmarshaller in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller forActionTypeobjects.classUnmarshaller forAttributeTypeobjects.classUnmarshaller forAttributeValueTypeobjects.classUnmarshaller forDecisionTypeobjects.classUnmarshaller forEnvironmentTypeobjects.classUnmarshaller forMissingAttributeDetailTypeobjects.classUnmarshaller forEnvironmentTypeobjects.classUnmarshaller forResourceContentTypeobjects.classUnmarshaller forResourceTypeobjects.classUnmarshaller forResponseTypeobjects.classUnmarshaller forResultTypeobjects.classUnmarshaller forStatusCodeTypeobjects.classUnmarshaller forStatusDetailTypeobjects.classUnmarshaller forStatusMessageType.classUnmarshaller forStatusTypeobjects.classUnmarshaller forSubjectTypeobjects. -
Uses of Unmarshaller in org.opensaml.xacml.impl
Classes in org.opensaml.xacml.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn thread safe abstract unmarshaller. -
Uses of Unmarshaller in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller ofActionMatchTypeobjects.classUnmarshaller forActionsType.classUnmarshaller forActionType.classUnmarshaller forApplyType.classUnMarshaller forAttributeAssignmentType.classUnmarshaller forAttributeDesignatorType.classUnmarshaller forAttributeSelectorType.classUnmarshaller forAttributeValueType.classUnmarshaller forCombinerParametersType.classUnmarshaller forCombinerParameterType.classUnmarshaller forConditionType.classUnmarshaller forDefaultsType.classUnmarshaller forDescriptionType.classUnmarshaller ofEnvironmentMatchTypeobjects.classUnmarshaller forEnvironmentsType.classUnmarshaller forEnvironmentType.classUnmarshaller forFunctionType.classUnmarshaller forIdReferenceType.classUnMarshaller forObligationsType.classUnMarshaller forObligationType.classUnmarshaller forPolicyCombinerParametersType.classUnmarshaller forPolicySetCombinerParametersType.classUnmarshaller forPolicySetTypeobjects.classUnmarshaller forPolicyTypeobjects.classUnmarshaller ofResourceMatchTypeobjects.classUnmarshaller forResourcesType.classUnmarshaller forResourceType.classUnmarshaller forRuleCombinerParametersType.classUnmarshaller forRuleType.classUnmarshaller forSubjectAttributeDesignatorType.classUnmarshaller ofSubjectMatchTypeobjects.classUnmarshalle forSubjectsType.classUnmarshaller forSubjectType.classA unmarshaller forTargetType.classUnmarshaller forVariableDefinitionType.classUnmarshaller forVariableReferenceType. -
Uses of Unmarshaller in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement UnmarshallerModifier and TypeClassDescriptionclassUnmarshaller forReferencedPoliciesType.classA thread-safe Unmarshaller forXACMLAuthzDecisionQueryTypeobjects.classA thread-safe Unmarshaller forXACMLAuthzDecisionStatementType.classUnmarshaller forXACMLPolicyQueryType.classA thread-safe Unmarshaller forXACMLAuthzDecisionStatementType. -
Uses of Unmarshaller in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects from XML Encryption.classA thread-safe Unmarshaller forAgreementMethodobjects.classA thread-safe Unmarshaller forAlgorithmIdentifierTypeobjects.classA thread-safe Unmarshaller forCipherDataobjects.classA thread-safe Unmarshaller forCipherReferenceobjects.classA thread-safe Unmarshaller forConcatKDFParamsobjects.classA thread-safe Unmarshaller forDataReferenceobjects.classA thread-safe Unmarshaller forDerivedKeyobjects.classA thread-safe Unmarshaller forDHKeyValueobjects.classA thread-safe Unmarshaller forEncryptedDataobjects.classA thread-safe Unmarshaller forEncryptedKeyobjects.classA thread-safe Unmarshaller forEncryptedTypeobjects.classA thread-safe Unmarshaller forEncryptionMethodobjects.classA thread-safe Unmarshaller forEncryptionPropertiesobjects.classA thread-safe Unmarshaller forEncryptionPropertyobjects.classA thread-safe Unmarshaller forAgreementMethodobjects.classA thread-safe Unmarshaller forKeyReferenceobjects.classA thread-safe Unmarshaller forMGFobjects.classA thread-safe Unmarshaller forOriginatorKeyInfoobjects.classA thread-safe Unmarshaller forOtherSourceobjects.classA thread-safe Unmarshaller forPBKDF2Paramsobjects.classA thread-safe Unmarshaller forPRFobjects.classA thread-safe Unmarshaller forRecipientKeyInfoobjects.classA thread-safe Unmarshaller forReferenceListobjects.classA thread-safe Unmarshaller forReferenceTypeobjects.classA thread-safe Unmarshaller forSaltobjects.classA thread-safe Unmarshaller forTransformsobjects. -
Uses of Unmarshaller in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as UnmarshallerModifier and TypeFieldDescriptionprivate final UnmarshallerEncrypter.encryptedDataUnmarshallerUnmarshaller used to create EncryptedData objects from DOM element.private final UnmarshallerEncrypter.encryptedKeyUnmarshallerUnmarshaller used to create EncryptedData objects from DOM element. -
Uses of Unmarshaller in org.opensaml.xmlsec.keyinfo.impl
Fields in org.opensaml.xmlsec.keyinfo.impl declared as UnmarshallerModifier and TypeFieldDescriptionprivate UnmarshallerStaticKeyInfoGenerator.keyInfoUnmarshallerUnmarshaller used in cloning operation.Methods in org.opensaml.xmlsec.keyinfo.impl that return UnmarshallerModifier and TypeMethodDescriptionprivate UnmarshallerStaticKeyInfoGenerator.getUnmarshaller()Get a KeyInfo unmarshaller. -
Uses of Unmarshaller in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement UnmarshallerModifier and TypeClassDescriptionclassAn abstract unmarshaller implementation for XMLObjects from XML Signature.classA thread-safe Unmarshaller forCryptoBinaryobjects.classA thread-safe Unmarshaller forDEREncodedKeyValueobjects.classA thread-safe Unmarshaller forDigestMethodobjects.classA thread-safe Unmarshaller forDSAKeyValueobjects.classA thread-safe Unmarshaller forECKeyValueobjects.classA thread-safe Unmarshaller forKeyInfoReferenceobjects.classA thread-safe Unmarshaller forKeyInfoobjects.classA thread-safe Unmarshaller forKeyValueobjects.classA thread-safe Unmarshaller forNamedCurveobjects.classA thread-safe Unmarshaller forPGPDataobjects.classA thread-safe Unmarshaller forRetrievalMethodobjects.classA thread-safe Unmarshaller forRSAKeyValueobjects.classAn unmarshaller forSignatureobjects.classA thread-safe Unmarshaller forSPKIDataobjects.classA thread-safe Unmarshaller forTransformsobjects.classA thread-safe Unmarshaller forTransformobjects.classA thread-safe Unmarshaller forX509Dataobjects.classA thread-safe Unmarshaller forX509Digestobjects.classA thread-safe Unmarshaller forX509IssuerSerialobjects.classThread-safe unmarshaller forX509SerialNumberobjects.