Uses of Class
org.opensaml.core.xml.io.AbstractXMLObjectMarshaller
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 AbstractXMLObjectMarshaller in org.opensaml.core.xml
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.core.xml Modifier and Type Class Description class
AbstractElementExtensibleXMLObjectMarshaller
AbstractElementExtensibleMarshaller marshalls element of typexs:any
, but withoutxs:anyAttribute
attributes or text content.class
AbstractExtensibleXMLObjectMarshaller
AbstractExtensibleXMLObjectMarshaller marshalls element of typexs:any
and withxs:anyAttribute
attributes. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.core.xml.schema.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.core.xml.schema.impl Modifier and Type Class Description class
XSAnyMarshaller
Thread-safe marshaller ofXSAny
objects.class
XSBase64BinaryMarshaller
Thread-safe marshaller ofXSBase64Binary
objects.class
XSBooleanMarshaller
Thread-safe marshaller ofXSBoolean
objects.class
XSDateTimeMarshaller
Thread-safe marshaller ofXSDateTime
objects.class
XSIntegerMarshaller
Thread-safe marshaller ofXSInteger
objects.class
XSQNameMarshaller
A thread-safe marshaller forXSQName
s.class
XSStringMarshaller
Thread-safe marshaller ofXSString
objects.class
XSURIMarshaller
A thread-safe marshaller forXSURI
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.common
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.common Modifier and Type Class Description class
AbstractSAMLObjectMarshaller
A thread safe, abstract implementation of theMarshaller
interface that handles most of the boilerplate code for Marshallers. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.reqattr.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.reqattr.impl Modifier and Type Class Description class
RequestedAttributesMarshaller
A marshaller forRequestedAttributes
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2alg.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2alg.impl Modifier and Type Class Description class
DigestMethodMarshaller
DigestMethod marshaller.class
SigningMethodMarshaller
SigningMethod marshaller. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2aslo.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2aslo.impl Modifier and Type Class Description class
AsynchronousMarshaller
A thread safe Marshaller forAsynchronous
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2cb.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2cb.impl Modifier and Type Class Description class
ChannelBindingsMarshaller
A thread-safe Marshaller forChannelBindings
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2delrestrict.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2delrestrict.impl Modifier and Type Class Description class
DelegateMarshaller
Marshaller for instances ofDelegate
.class
DelegationRestrictionTypeMarshaller
Marshaller for instances ofDelegationRestrictionType
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdattr.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdattr.impl Modifier and Type Class Description class
EntityAttributesMarshaller
A thread-safe Marshaller forEntityAttributes
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdquery.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdquery.impl Modifier and Type Class Description class
AttributeQueryDescriptorTypeMarshaller
Marshaller forAttributeQueryDescriptorType
objects.class
AuthnQueryDescriptorTypeMarshaller
Marshaller forAuthnQueryDescriptorType
objects.class
AuthzDecisionQueryDescriptorTypeMarshaller
Marshaller ofAuthzDecisionQueryDescriptorType
objects.class
QueryDescriptorTypeMarshaller
Marshaller forQueryDescriptorType
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdrpi.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdrpi.impl Modifier and Type Class Description class
PublicationInfoMarshaller
A marshaller forPublicationInfo
.class
PublicationMarshaller
A marshaller forPublication
.class
PublicationPathMarshaller
A marshaller forPublicationPath
.class
RegistrationInfoMarshaller
A marshaller forRegistrationInfo
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdui.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.saml2mdui.impl Modifier and Type Class Description class
DiscoHintsMarshaller
A thread safe Marshaller forDiscoHints
objects.class
KeywordsMarshaller
A thread safe Marshaller forKeywords
objects.class
LogoMarshaller
A thread safe Marshaller forLogo
objects.class
UIInfoMarshaller
A thread safe Marshaller forUIInfo
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.samlec.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.ext.samlec.impl Modifier and Type Class Description class
GeneratedKeyMarshaller
A thread-safe Marshaller forGeneratedKey
objects.class
SessionKeyMarshaller
A thread-safe Marshaller forSessionKey
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml1.core.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml1.core.impl Modifier and Type Class Description class
ActionMarshaller
A thread safe Marshaller forAction
objects.class
AdviceMarshaller
A thread safe Marshaller forAdvice
objects.class
AssertionMarshaller
A thread safe Marshaller forAssertion
objects.class
AttributeDesignatorMarshaller
Marshaller ofAttributeDesignator
objects.class
AttributeMarshaller
A thread safe Marshaller forAttribute
objects.class
AttributeQueryMarshaller
A thread safe Unmarshaller forAttributeQuery
objects.class
AttributeStatementMarshaller
A thread safe Unmarshaller forAttributeStatement
objects.class
AudienceRestrictionConditionMarshaller
A thread safe Marshaller forAudienceRestrictionCondition
objects.class
AuthenticationQueryMarshaller
A thread safe Marshaller forAuthenticationQuery
objects.class
AuthenticationStatementMarshaller
A thread safe Marshaller forAuthenticationStatement
objects.class
AuthorityBindingMarshaller
A thread safe Marshaller forAuthorityBinding
objects.class
AuthorizationDecisionQueryMarshaller
A thread safe Marshaller forAuthorizationDecisionQuery
objects.class
AuthorizationDecisionStatementMarshaller
A thread safe Marshaller forAuthorizationDecisionStatement
objects.class
ConditionsMarshaller
A thread safe Marshaller forConditions
objects.class
DoNotCacheConditionMarshaller
Thread safe Marshaller forDoNotCacheCondition
objects.class
EvidenceMarshaller
A thread safe Marshaller forEvidence
objects.class
NameIdentifierMarshaller
A thread safe Marshaller forNameIdentifier
objects.class
RequestAbstractTypeMarshaller
A thread safe Marshaller forRequestAbstractType
objects.class
RequestMarshaller
A thread safe Marshaller forRequest
objects.class
ResponseAbstractTypeMarshaller
A thread safe Marshaller forResponseAbstractType
objects.class
ResponseMarshaller
A thread safe Marshaller forResponse
objects.class
StatusCodeMarshaller
A thread safe Marshaller forStatusCode
objects.class
StatusDetailMarshaller
A thread safe Marshaller forStatusDetail
objects.class
StatusMarshaller
A thread safe Marshaller forStatus
objects.class
SubjectConfirmationMarshaller
A thread safe Marshaller forSubjectConfirmation
objects.class
SubjectLocalityMarshaller
A thread safe Marshaller forSubjectLocality
objects.class
SubjectMarshaller
A thread safe Marshaller forSubject
objects.class
SubjectQueryMarshaller
A thread safe Marshaller forSubjectQuery
objects.class
SubjectStatementMarshaller
Marshaller forSubjectStatement
XMLObjects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.core.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.core.impl Modifier and Type Class Description class
ActionMarshaller
A thread-safe Marshaller forAction
.class
AdviceMarshaller
A thread-safe marshaller forAdvice
.class
ArtifactResolveMarshaller
A thread-safe Marshaller forArtifactResolve
.class
ArtifactResponseMarshaller
A thread-safe Marshaller forArtifactResponse
.class
AssertionIDRequestMarshaller
A thread-safe Marshaller forAssertionIDRequest
.class
AssertionMarshaller
A thread-safe Marshaller forAssertion
.class
AttributeMarshaller
A thread safe Marshaller forAttribute
objects.class
AttributeQueryMarshaller
A thread-safe Marshaller forAttributeQuery
.class
AttributeStatementMarshaller
A thread-safe Marshaller forAttributeStatement
.class
AudienceRestrictionMarshaller
A thread safe Marshaller forAudienceRestriction
objects.class
AuthnContextMarshaller
A thread-safe Marshaller forAuthnContext
.class
AuthnQueryMarshaller
A thread-safe Marshaller forAuthnQuery
.class
AuthnRequestMarshaller
A thread-safe Marshaller forAuthnRequest
.class
AuthnStatementMarshaller
A thread-safe Marshaller forAuthnStatement
.class
AuthzDecisionQueryMarshaller
A thread-safe Marshaller forAuthzDecisionQuery
objects.class
AuthzDecisionStatementMarshaller
A thread-safe Marshaller forAuthzDecisionStatement
.class
BaseIDMarshaller
A thread-safe Marshaller forBaseID
objects.class
ConditionsMarshaller
A thread-safe Marshaller forConditions
objects.class
EncryptedAssertionMarshaller
A thread-safe Marshaller forEncryptedAssertion
.class
EncryptedAttributeMarshaller
A thread-safe Marshaller forEncryptedAttribute
.class
EncryptedElementTypeMarshaller
A thread-safe Marshaller forEncryptedElementType
.class
EncryptedIDMarshaller
A thread-safe Marshaller forEncryptedID
.class
EvidenceMarshaller
A thread-safe Marshaller forEvidence
.class
ExtensionsMarshaller
A thread-safe Marshaller forExtensions
objects.class
IDPEntryMarshaller
A thread safe Marshaller forIDPEntry
objects.class
IDPListMarshaller
A thread safe Marshaller forIDPList
objects.class
LogoutRequestMarshaller
A thread-safe Marshaller forLogoutRequest
.class
LogoutResponseMarshaller
A thread safe Marshaller forLogoutResponse
objects.class
ManageNameIDRequestMarshaller
A thread safe Marshaller forManageNameIDRequest
objects.class
ManageNameIDResponseMarshaller
A thread safe Marshaller forManageNameIDResponse
objects.class
NameIDMappingRequestMarshaller
A thread-safe Marshaller forNameIDMappingRequest
.class
NameIDMappingResponseMarshaller
A thread safe Marshaller forNameIDMappingResponse
objects.class
NameIDPolicyMarshaller
A thread safe Marshaller forNameIDPolicy
objects.class
NameIDTypeMarshaller
A thread safe Marshaller forNameIDType
objects.class
NewEncryptedIDMarshaller
A thread-safe Marshaller forEncryptedID
.class
OneTimeUseMarshaller
A thread-safe Marshaller forOneTimeUse
objects.class
ProxyRestrictionMarshaller
A thread-safe Marshaller forProxyRestriction
objects.class
RequestAbstractTypeMarshaller
A thread safe Marshaller forRequestAbstractType
objects.class
RequestedAuthnContextMarshaller
A thread safe Marshaller forRequestedAuthnContext
objects.class
ResponseMarshaller
A thread safe Marshaller forResponse
objects.class
ScopingMarshaller
A thread safe Marshaller forScoping
objects.class
StatusCodeMarshaller
A thread safe Marshaller forStatusCode
objects.class
StatusDetailMarshaller
A thread safe Marshaller forStatusDetail
objects.class
StatusMarshaller
A thread safe Marshaller forStatus
objects.class
StatusResponseTypeMarshaller
A thread safe Marshaller forStatusResponseType
objects.class
SubjectConfirmationDataMarshaller
A thread-safe Marshaller forSubjectConfirmationData
objects.class
SubjectConfirmationMarshaller
A thread-safe Marshaller forSubjectConfirmation
objects.class
SubjectLocalityMarshaller
A thread-safe Marshaler forSubjectLocality
.class
SubjectMarshaller
A thread-safe Marshaller forSubject
objects.class
SubjectQueryMarshaller
A thread-safe Marshaller forSubjectQuery
.class
TerminateMarshaller
A thread safe Marshaller forTerminate
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.ecp.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.ecp.impl Modifier and Type Class Description class
RelayStateMarshaller
Marshaller for instances ofRelayState
.class
RequestAuthenticatedMarshaller
Marshaller for instances ofRequestAuthenticated
.class
RequestMarshaller
Marshaller for instances ofRequest
.class
ResponseMarshaller
Marshaller for instances ofResponse
.class
SubjectConfirmationMarshaller
A thread-safe Marshaller forSubjectConfirmation
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.metadata.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.saml.saml2.metadata.impl Modifier and Type Class Description class
AdditionalMetadataLocationMarshaller
A thread safe marshaller forAdditionalMetadataLocation
objects.class
AffiliationDescriptorMarshaller
A thread safe Marshaller forAffiliationDescriptor
objects.class
AttributeAuthorityDescriptorMarshaller
A thread safe Marshaller forAttributeAuthorityDescriptor
s.class
AttributeConsumingServiceMarshaller
A thread safe Marshaller forAttributeConsumingService
objects.class
AuthnAuthorityDescriptorMarshaller
A thread safe Marshaller forAuthnAuthorityDescriptor
objects.class
ContactPersonMarshaller
A thread safe marshaller forContactPerson
objects.class
EndpointMarshaller
A thread safe Marshaller forEndpoint
objects.class
EntitiesDescriptorMarshaller
A thread safe Marshaller forEntitiesDescriptor
objects.class
EntityDescriptorMarshaller
A thread safe Marshaller forEntityDescriptor
objects.class
ExtensionsMarshaller
A thread-safe Marshaller forExtensions
objects.class
IDPSSODescriptorMarshaller
A thread safe Marshaller forIDPSSODescriptor
objects.class
IndexedEndpointMarshaller
A thread safe Marshaller forIndexedEndpoint
objects.class
KeyDescriptorMarshaller
A thread-safe marshaller forKeyDescriptor
s.class
LocalizedNameMarshaller
A thread safe Marshaller forLocalizedName
objects.class
LocalizedURIMarshaller
A thread safe Marshaller forLocalizedURI
objects.class
OrganizationMarshaller
A thread safe Marshaller forOrganization
objects.class
PDPDescriptorMarshaller
A thread safe Marshaller forPDPDescriptor
objects.class
RequestedAttributeMarshaller
A thread-safe Marshaller forRequestedAttribute
objects.class
RoleDescriptorMarshaller
A thread safe Marshaller forRoleDescriptor
objects.class
SPSSODescriptorMarshaller
A thread safe Marshaller forSPSSODescriptor
objects.class
SSODescriptorMarshaller
A thread safe Marshaller forSSODescriptor
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.soap11.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.soap11.impl Modifier and Type Class Description class
BodyMarshaller
A thread-safe marshaller forBody
s.class
DetailMarshaller
A thread-safe marshaller forDetail
s.class
EnvelopeMarshaller
A thread-safe marshaller forEnvelope
s.class
FaultMarshaller
A thread-safe marshaller forFault
s.class
HeaderMarshaller
A thread-safe marshaller forHeader
s. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.wsaddressing.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.wsaddressing.impl Modifier and Type Class Description class
AbstractWSAddressingObjectMarshaller
An abstract marshaller implementation for XMLObjects fromorg.opensaml.soap.wsaddressing.impl
.class
ActionMarshaller
Marshaller for the <wsa:Action> element.class
AddressMarshaller
Marshaller for the <wsa:Address> element.class
AttributedQNameMarshaller
Marshaller for instances ofAttributedQName
.class
AttributedUnsignedLongMarshaller
Marshaller for instances ofAttributedUnsignedLong
.class
AttributedURIMarshaller
Abstract marshaller for the element of typeAttributedURI
.class
EndpointReferenceMarshaller
Marshaller for the <wsa:EndpointReference> element.class
EndpointReferenceTypeMarshaller
Abstract marshaller for the element of typeEndpointReferenceType
.class
FaultToMarshaller
Marshaller for the <wsa:FaultTo> element.class
FromMarshaller
Marshaller for the <wsa:From> element.class
MessageIDMarshaller
Marshaller for the <wsa:MessageID> element.class
MetadataMarshaller
MetadataMarshaller.class
ProblemActionMarshaller
Marshaller for instances ofProblemAction
.class
ProblemHeaderQNameMarshaller
Marshaller for the <wsa:ProblemHeaderQName> element.class
ProblemIRIMarshaller
Marshaller for the <wsa:ProblemIRI> element.class
ReferenceParametersMarshaller
ReferenceParametersMarshaller.class
RelatesToMarshaller
Marshaller for instances ofRelatesTo
.class
ReplyToMarshaller
Marshaller for the <wsa:ReplyTo> element.class
RetryAfterMarshaller
Marshaller for instances of <wsa:RetryAfter>.class
SoapActionMarshaller
Marshaller for instances of <wsa:SoapAction>.class
ToMarshaller
Marshaller for the <wsa:To> element. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.wsfed.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.wsfed.impl Modifier and Type Class Description class
AddressMarshaller
A thread-safe marshaller forAddress
objects.class
AppliesToMarshaller
A thread safe marshaller forAppliesTo
objects.class
EndPointReferenceMarshaller
A thread safe marshaller forEndPointReference
objects.class
RequestedSecurityTokenMarshaller
A thread safe marshaller forRequestedSecurityToken
objects.class
RequestSecurityTokenResponseMarshaller
A thread safe marshaller forRequestSecurityTokenResponse
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.wspolicy.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.wspolicy.impl Modifier and Type Class Description class
AbstractWSPolicyObjectMarshaller
An abstract marshaller implementation for XMLObjects from WS-Policy.class
AllMarshaller
Marshaller for the wsp:All element.class
AppliesToMarshaller
Marshaller for the wsp:AppliesTo element.class
ExactlyOneMarshaller
Marshaller for the wsp:ExactlyOne element.class
OperatorContentTypeMarshaller
Marshaller for the wsp:OperatorContentType element.class
PolicyAttachmentMarshaller
Marshaller for PolicyAttachment.class
PolicyMarshaller
Marshaller for the wsp:Policy element.class
PolicyReferenceMarshaller
Marshaller for the wsp:PolicyReference element. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.wssecurity.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.wssecurity.impl Modifier and Type Class Description class
AbstractWSSecurityObjectMarshaller
An abstract marshaller implementation for XMLObjects from WS-Security.class
AttributedDateTimeMarshaller
AttributedDateTimeMarshaller.class
AttributedStringMarshaller
Marshaller for instances ofAttributedString
.class
AttributedURIMarshaller
Marshaller for instances ofAttributedURI
.class
BinarySecurityTokenMarshaller
BinarySecurityTokenMarshaller.class
CreatedMarshaller
Marshaller for the <wsu:Created> element.class
EmbeddedMarshaller
EmbeddedMarshaller.class
EncodedStringMarshaller
Marshaller for instances ofEncodedString
.class
EncryptedHeaderMarshaller
Marshaller for instances ofEncryptedHeaderMarshaller
.class
ExpiresMarshaller
ExpiresMarshaller.class
IterationMarshaller
IterationMarshaller.class
KeyIdentifierMarshaller
KeyIdentifierMarshaller.class
NonceMarshaller
NonceMarshaller.class
PasswordMarshaller
PasswordMarshaller.class
ReferenceMarshaller
ReferenceMarshaller.class
SaltMarshaller
SaltMarshaller.class
SecurityMarshaller
SecurityMarshaller.class
SecurityTokenReferenceMarshaller
SecurityTokenReferenceMarshaller.class
SignatureConfirmationMarshaller
SignatureConfirmationMarshaller.class
TimestampMarshaller
TimestampMarshaller.class
TransformationParametersMarshaller
TransformationParametersMarshaller.class
UsernameMarshaller
UsernameMarshaller.class
UsernameTokenMarshaller
UsernameTokenMarshaller. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.soap.wstrust.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.soap.wstrust.impl Modifier and Type Class Description class
AbstractWSTrustObjectMarshaller
An abstract marshaller implementation for XMLObjects from WS-Trust.class
AllowPostdatingMarshaller
Marshaller for the AllowPostdating element.class
AuthenticationTypeMarshaller
Marshaller for the AuthenticationType element.class
AuthenticatorMarshaller
Marshaller for the Authenticator element.class
BinaryExchangeMarshaller
Marshaller for the BinaryExchange element.class
BinarySecretMarshaller
Marshaller for the BinarySecret element.class
CancelTargetMarshaller
Marshaller for the CancelTarget element.class
CanonicalizationAlgorithmMarshaller
Marshaller for the CanonicalizationAlgorithm element.class
ChallengeMarshaller
Marshaller for the Challenge element.class
ClaimsMarshaller
Marshaller for the Claims element.class
CodeMarshaller
Marshaller for the Code element.class
CombinedHashMarshaller
Marshaller for the CombinedHash element.class
ComputedKeyAlgorithmMarshaller
Marshaller for the ComputedKeyAlgorithm element.class
ComputedKeyMarshaller
Marshaller for the ComputedKey element.class
DelegatableMarshaller
Marshaller for the Delegatable element.class
DelegateToMarshaller
Marshaller for the DelegateTo element.class
EncryptionAlgorithmMarshaller
Marshaller for the EncryptionAlgorithm element.class
EncryptionMarshaller
Marshaller for the Encryption element.class
EncryptWithMarshaller
Marshaller for the EncryptWith element.class
EntropyMarshaller
Marshaller for the Entropy element.class
ForwardableMarshaller
Marshaller for the Forwardable element.class
IssuedTokensMarshaller
Marshaller for the IssuedTokens element.class
IssuerMarshaller
Marshaller for the Issuer element.class
KeyExchangeTokenMarshaller
Marshaller for the KeyExchangeToken element.class
KeySizeMarshaller
Marshaller for the KeySize element.class
KeyTypeMarshaller
Marshaller for the KeyType element.class
KeyWrapAlgorithmMarshaller
Marshaller for the KeyWrapAlgorithm element.class
LifetimeMarshaller
Marshaller for the Lifetime element.class
OnBehalfOfMarshaller
Marshaller for the OnBehalfOf element.class
ParticipantMarshaller
PrimaryMarshaller.class
ParticipantsMarshaller
ParticipantsMarshaller.class
ParticipantTypeMarshaller
ParticipantTypeMarshaller.class
PrimaryMarshaller
PrimaryMarshaller.class
ProofEncryptionMarshaller
Marshaller for the ProofEncryption element.class
ReasonMarshaller
Marshaller for the Reason element.class
RenewingMarshaller
Marshaller for the Renewing element.class
RenewTargetMarshaller
Marshaller for the RenewTarget element.class
RequestedAttachedReferenceMarshaller
Marshaller for the RequestedAttachedReference element.class
RequestedProofTokenMarshaller
Marshaller for the RequestedProofToken element.class
RequestedReferenceTypeMarshaller
RequestedReferenceTypeMarshaller.class
RequestedSecurityTokenMarshaller
Marshaller for the RequestedSecurityToken element.class
RequestedTokenCancelledMarshaller
Marshaller for the RequestedTokenCancelled element.class
RequestedUnattachedReferenceMarshaller
Marshaller for the RequestedUnattachedReference element.class
RequestKETMarshaller
Marshaller for the RequestKET element.class
RequestSecurityTokenCollectionMarshaller
Marshaller for the RequestSecurityTokenCollection element.class
RequestSecurityTokenMarshaller
Marshaller for the RequestSecurityToken element.class
RequestSecurityTokenResponseCollectionMarshaller
Marshaller for the RequestSecurityTokenResponseCollection element.class
RequestSecurityTokenResponseMarshaller
Marshaller for the RequestSecurityTokenResponse element.class
RequestTypeMarshaller
Marshaller for the RequestType element.class
SignatureAlgorithmMarshaller
Marshaller for the SignatureAlgorithm element.class
SignChallengeMarshaller
Marshaller for the SignChallenge element.class
SignChallengeResponseMarshaller
Marshaller for the SignChallengeResponse element.class
SignChallengeTypeMarshaller
SignChallengeTypeMarshaller.class
SignWithMarshaller
Marshaller for the SignWith element.class
StatusMarshaller
Marshaller for the Status element.class
TokenTypeMarshaller
Marshaller for the TokenType element.class
UseKeyMarshaller
Marshaller for the UseKey element.class
ValidateTargetMarshaller
Marshaller for the ValidateTarget element. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.xacml.ctx.impl
-
Uses of AbstractXMLObjectMarshaller in org.opensaml.xacml.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.xacml.impl Modifier and Type Class Description class
AbstractXACMLObjectMarshaller
A thread safe, abstract implementation of theMarshaller
interface that handles most of the boilerplate code for Marshallers. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.xacml.policy.impl
-
Uses of AbstractXMLObjectMarshaller in org.opensaml.xacml.profile.saml.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.xacml.profile.saml.impl Modifier and Type Class Description class
ReferencedPoliciesTypeMarshaller
Marshaller forReferencedPoliciesType
.class
XACMLAuthzDecisionQueryTypeMarshaller
A thread-safe Marshaller forXACMLAuthzDecisionQueryType
objects.class
XACMLAuthzDecisionStatementTypeMarshaller
A thread-safe Marshaller forXACMLAuthzDecisionStatementType
.class
XACMLPolicyQueryTypeMarshaller
Marshaller forXACMLPolicyQueryType
.class
XACMLPolicyStatementTypeMarshaller
A thread-safe Marshaller forXACMLAuthzDecisionStatementType
. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.xmlsec.encryption.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.xmlsec.encryption.impl Modifier and Type Class Description class
AbstractXMLEncryptionMarshaller
An abstract marshaller implementation for XMLObjects from XML Encryption.class
AgreementMethodMarshaller
A thread-safe Marshaller forAgreementMethod
objects.class
AlgorithmIdentifierTypeMarshaller
A thread-safe Marshaller forAlgorithmIdentifierType
objects.class
CipherDataMarshaller
A thread-safe Marshaller forCipherData
objects.class
CipherReferenceMarshaller
A thread-safe Marshaller forCipherReference
objects.class
ConcatKDFParamsMarshaller
A thread-safe Marshaller forConcatKDFParams
objects.class
DataReferenceMarshaller
A thread-safe Marshaller forDataReference
objects.class
DerivedKeyMarshaller
A thread-safe Marshaller forDerivedKey
objects.class
DHKeyValueMarshaller
A thread-safe Marshaller forDHKeyValue
objects.class
EncryptedDataMarshaller
A thread-safe Marshaller forEncryptedData
objects.class
EncryptedKeyMarshaller
A thread-safe Marshaller forEncryptedKey
objects.class
EncryptedTypeMarshaller
A thread-safe Marshaller forEncryptedType
objects.class
EncryptionMethodMarshaller
A thread-safe Marshaller forEncryptionMethod
objects.class
EncryptionPropertiesMarshaller
A thread-safe Marshaller forEncryptionProperties
objects.class
EncryptionPropertyMarshaller
A thread-safe Marshaller forEncryptionProperty
objects.class
KeyDerivationMethodMarshaller
A thread-safe Marshaller forDerivedKey
objects.class
KeyReferenceMarshaller
A thread-safe Marshaller forKeyReference
objects.class
MGFMarshaller
A thread-safe Marshaller forMGF
objects.class
OriginatorKeyInfoMarshaller
A thread-safe Marshaller forOriginatorKeyInfo
objects.class
OtherSourceMarshaller
A thread-safe Marshaller forOtherSource
objects.class
PBKDF2ParamsMarshaller
A thread-safe Marshaller forPBKDF2Params
objects.class
PRFMarshaller
A thread-safe Marshaller forPRF
objects.class
RecipientKeyInfoMarshaller
A thread-safe Marshaller forRecipientKeyInfo
objects.class
ReferenceListMarshaller
A thread-safe Marshaller forReferenceList
objects.class
ReferenceTypeMarshaller
A thread-safe Marshaller forReferenceType
objects.class
SaltMarshaller
A thread-safe Marshaller forSalt
objects.class
TransformsMarshaller
A thread-safe Marshaller forTransforms
objects. -
Uses of AbstractXMLObjectMarshaller in org.opensaml.xmlsec.signature.impl
Subclasses of AbstractXMLObjectMarshaller in org.opensaml.xmlsec.signature.impl Modifier and Type Class Description class
AbstractXMLSignatureMarshaller
An abstract marshaller implementation for XMLObjects from XML Signature.class
CryptoBinaryMarshaller
A thread-safe Marshaller forCryptoBinary
objects.class
DEREncodedKeyValueMarshaller
A thread-safe Marshaller forDEREncodedKeyValue
objects.class
DigestMethodMarshaller
A thread-safe Marshaller forDigestMethod
objects.class
DSAKeyValueMarshaller
A thread-safe Marshaller forDSAKeyValue
objects.class
ECKeyValueMarshaller
A thread-safe Marshaller forECKeyValue
objects.class
KeyInfoMarshaller
A thread-safe Marshaller forKeyInfo
objects.class
KeyInfoReferenceMarshaller
Thread-safe marshaller ofKeyInfoReference
objects.class
KeyValueMarshaller
A thread-safe Marshaller forKeyValue
objects.class
NamedCurveMarshaller
Thread-safe marshaller ofNamedCurve
objects.class
PGPDataMarshaller
A thread-safe Marshaller forPGPData
objects.class
RetrievalMethodMarshaller
A thread-safe Marshaller forRetrievalMethod
objects.class
RSAKeyValueMarshaller
A thread-safe Marshaller forRSAKeyValue
objects.class
SPKIDataMarshaller
A thread-safe Marshaller forSPKIData
objects.class
TransformMarshaller
A thread-safe Marshaller forTransform
objects.class
TransformsMarshaller
A thread-safe Marshaller forTransforms
objects.class
X509DataMarshaller
A thread-safe Marshaller forX509Data
objects.class
X509DigestMarshaller
A thread-safe Marshaller forX509Digest
objects.class
X509IssuerSerialMarshaller
A thread-safe Marshaller forX509IssuerSerial
objects.class
X509SerialNumberMarshaller
Thread-safe marshaller ofX509SerialNumber
objects.