Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.core.xml.config |
Configuration of XML object providers and related functionality.
|
org.opensaml.core.xml.io |
Interfaces and abstract implementations of marshallers and unmarshallers.
|
org.opensaml.core.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.core.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
org.opensaml.saml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.saml.ext.idpdisco.impl |
Implementation for SAML v2.0 Identity Provider Discovery Profile.
|
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.saml2mdreqinit.impl |
Concrete implementations of the interfaces for the
SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
|
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.ext.samlpthrpty.impl |
Implementation for SAML V2 Protocol Extension for Third-Party Requests.
|
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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractElementExtensibleXMLObjectMarshaller
AbstractElementExtensibleMarshaller marshalls element of type
xs:any , but without
xs:anyAttribute attributes or text content. |
class |
AbstractExtensibleXMLObjectMarshaller
AbstractExtensibleXMLObjectMarshaller marshalls element of type
xs:any and with
xs:anyAttribute attributes. |
Modifier and Type | Method and Description |
---|---|
static void |
XMLObjectProviderRegistrySupport.registerObjectProvider(QName providerName,
XMLObjectBuilder<?> builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration.
|
void |
XMLObjectProviderRegistry.registerObjectProvider(QName providerName,
XMLObjectBuilder<?> builder,
Marshaller marshaller,
Unmarshaller unmarshaller)
Adds an object provider to this configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLObjectMarshaller
A thread safe, abstract implementation of the
Marshaller interface. |
class |
BaseXMLObjectMarshaller
Base class for
Marshaller classes. |
Modifier and Type | Method and Description |
---|---|
Marshaller |
MarshallerFactory.deregisterMarshaller(QName key)
Deregisters the marshaller for the given element.
|
Marshaller |
MarshallerFactory.getMarshaller(QName key)
Gets the Marshaller for a particular element or null if no marshaller is registered for an element.
|
Marshaller |
MarshallerFactory.getMarshaller(XMLObject xmlObject)
Retrieves the marshaller for the given XMLObject.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,Marshaller> |
MarshallerFactory.getMarshallers()
Gets an immutable listing of all the Marshallers currently registered.
|
Modifier and Type | Method and Description |
---|---|
void |
MarshallerFactory.registerMarshaller(QName key,
Marshaller marshaller)
Registers a Marshaller with this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
XSAnyMarshaller
Thread-safe marshaller of
XSAny objects. |
class |
XSBase64BinaryMarshaller
Thread-safe marshaller of
XSBase64Binary objects. |
class |
XSBooleanMarshaller
Thread-safe marshaller of
XSBoolean objects. |
class |
XSDateTimeMarshaller
Thread-safe marshaller of
XSDateTime objects. |
class |
XSIntegerMarshaller
Thread-safe marshaller of
XSInteger objects. |
class |
XSQNameMarshaller
A thread-safe marshaller for
XSQName s. |
class |
XSStringMarshaller
Thread-safe marshaller of
XSString objects. |
class |
XSURIMarshaller
A thread-safe marshaller for
XSURI s. |
Modifier and Type | Method and Description |
---|---|
static Marshaller |
XMLObjectSupport.getMarshaller(QName typeOrName)
Obtain an XMLObject marshaller for the given QName.
|
static Marshaller |
XMLObjectSupport.getMarshaller(XMLObject xmlObject)
Obtain an XMLObject marshaller for the given XMLObject.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLObjectMarshaller
A thread safe, abstract implementation of the
Marshaller interface
that handles most of the boilerplate code for Marshallers. |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryResponseMarshaller
A thread-safe Marshaller for
DiscoveryResponse objects. |
Modifier and Type | Class and Description |
---|---|
class |
DigestMethodMarshaller
DigestMethod marshaller.
|
class |
SigningMethodMarshaller
SigningMethod marshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousMarshaller
A thread safe Marshaller for
Asynchronous objects. |
Modifier and Type | Class and Description |
---|---|
class |
ChannelBindingsMarshaller
A thread-safe Marshaller for
ChannelBindings objects. |
Modifier and Type | Class and Description |
---|---|
class |
DelegateMarshaller
Marshaller for instances of
Delegate . |
class |
DelegationRestrictionTypeMarshaller
Marshaller for instances of
DelegationRestrictionType . |
Modifier and Type | Class and Description |
---|---|
class |
EntityAttributesMarshaller
A thread-safe Marshaller for
EntityAttributes . |
Modifier and Type | Class and Description |
---|---|
class |
ActionNamespaceMarshaller
Marshaller of
ActionNamespace objects. |
class |
AttributeQueryDescriptorTypeMarshaller
Marshaller for
AttributeQueryDescriptorType objects. |
class |
AuthnQueryDescriptorTypeMarshaller
Marshaller for
AuthnQueryDescriptorType objects. |
class |
AuthzDecisionQueryDescriptorTypeMarshaller
Marshaller of
AuthzDecisionQueryDescriptorType objects. |
class |
QueryDescriptorTypeMarshaller
Marshaller for
QueryDescriptorType objects. |
Modifier and Type | Class and Description |
---|---|
class |
RequestInitiatorMarshaller
A thread safe Marshaller for
RequestInitiator objects. |
Modifier and Type | Class and Description |
---|---|
class |
PublicationInfoMarshaller
A marshaller for
PublicationInfo . |
class |
PublicationMarshaller
A marshaller for
Publication . |
class |
PublicationPathMarshaller
A marshaller for
PublicationPath . |
class |
RegistrationInfoMarshaller
A marshaller for
RegistrationInfo . |
class |
RegistrationPolicyMarshaller
An marshaller for
RegistrationPolicy . |
class |
UsagePolicyMarshaller
An marshaller for
UsagePolicy . |
Modifier and Type | Class and Description |
---|---|
class |
DescriptionMarshaller
A thread safe Marshaller for
Description objects. |
class |
DiscoHintsMarshaller
A thread safe Marshaller for
DiscoHints objects. |
class |
DisplayNameMarshaller
A thread safe Marshaller for
DisplayName objects. |
class |
DomainHintMarshaller
A thread safe Marshaller for
DomainHint objects. |
class |
GeolocationHintMarshaller
A thread safe Marshaller for
GeolocationHint objects. |
class |
InformationURLMarshaller
A thread safe Marshaller for
InformationURL objects. |
class |
IPHintMarshaller
A thread safe Marshaller for
IPHint objects. |
class |
KeywordsMarshaller
A thread safe Marshaller for
Keywords objects. |
class |
LogoMarshaller
A thread safe Marshaller for
Logo objects. |
class |
PrivacyStatementURLMarshaller
A thread safe Marshaller for
PrivacyStatementURL objects. |
class |
UIInfoMarshaller
A thread safe Marshaller for
UIInfo objects. |
Modifier and Type | Class and Description |
---|---|
class |
GeneratedKeyMarshaller
A thread-safe Marshaller for
GeneratedKey objects. |
class |
SessionKeyMarshaller
A thread-safe Marshaller for
SessionKey objects. |
Modifier and Type | Class and Description |
---|---|
class |
RespondToMarshaller
Marshaller of
RespondTo objects. |
Modifier and Type | Class and Description |
---|---|
class |
ActionMarshaller
A thread safe Marshaller for
Action objects. |
class |
AdviceMarshaller
A thread safe Marshaller for
Advice objects. |
class |
AssertionArtifactMarshaller
A thread safe Marshaller for
AssertionArtifact objects. |
class |
AssertionIDReferenceMarshaller
A thread safe Marshaller for
AssertionIDReference objects. |
class |
AssertionMarshaller
A thread safe Marshaller for
Assertion objects. |
class |
AttributeDesignatorMarshaller
Marshaller of
AttributeDesignator objects. |
class |
AttributeMarshaller
A thread safe Marshaller for
Attribute objects. |
class |
AttributeQueryMarshaller
A thread safe Unmarshaller for
AttributeQuery objects. |
class |
AttributeStatementMarshaller
A thread safe Unmarshaller for
AttributeStatement objects. |
class |
AudienceMarshaller
A thread safe Marshaller for
Audience objects. |
class |
AudienceRestrictionConditionMarshaller
A thread safe Marshaller for
AudienceRestrictionCondition objects. |
class |
AuthenticationQueryMarshaller
A thread safe Marshaller for
AuthenticationQuery objects. |
class |
AuthenticationStatementMarshaller
A thread safe Marshaller for
AuthenticationStatement objects. |
class |
AuthorityBindingMarshaller
A thread safe Marshaller for
AuthorityBinding objects. |
class |
AuthorizationDecisionQueryMarshaller
A thread safe Marshaller for
AuthorizationDecisionQuery objects. |
class |
AuthorizationDecisionStatementMarshaller
A thread safe Marshaller for
AuthorizationDecisionStatement objects. |
class |
ConditionsMarshaller
A thread safe Marshaller for
Conditions objects. |
class |
ConfirmationMethodMarshaller
A thread safe Marshaller for
ConfirmationMethod objects. |
class |
DoNotCacheConditionMarshaller
Thread safe Marshaller for
DoNotCacheCondition objects. |
class |
EvidenceMarshaller
A thread safe Marshaller for
Evidence objects. |
class |
NameIdentifierMarshaller
A thread safe Marshaller for
NameIdentifier objects. |
class |
RequestAbstractTypeMarshaller
A thread safe Marshaller for
RequestAbstractType objects. |
class |
RequestMarshaller
A thread safe Marshaller for
Request objects. |
class |
ResponseAbstractTypeMarshaller
A thread safe Marshaller for
ResponseAbstractType objects. |
class |
ResponseMarshaller
A thread safe Marshaller for
Response objects. |
class |
StatusCodeMarshaller
A thread safe Marshaller for
StatusCode objects. |
class |
StatusDetailMarshaller
A thread safe Marshaller for
StatusDetail objects. |
class |
StatusMarshaller
A thread safe Marshaller for
Status objects. |
class |
StatusMessageMarshaller
A thread safe Marshaller for
StatusMessage objects. |
class |
SubjectConfirmationMarshaller
A thread safe Marshaller for
SubjectConfirmation objects. |
class |
SubjectLocalityMarshaller
A thread safe Marshaller for
SubjectLocality objects. |
class |
SubjectMarshaller
A thread safe Marshaller for
Subject objects. |
class |
SubjectQueryMarshaller
A thread safe Marshaller for
SubjectQuery objects. |
class |
SubjectStatementMarshaller
Marshaller for
SubjectStatement XMLObjects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNameIDTypeMarshaller
A thread safe Marshaller for
NameIDType objects. |
class |
ArtifactMarshaller
A thread-safe Marshaller for
Artifact . |
class |
ArtifactResolveMarshaller
A thread-safe Marshaller for
ArtifactResolve . |
class |
ArtifactResponseMarshaller
A thread-safe Marshaller for
ArtifactResponse . |
class |
AssertionIDRefMarshaller
A thread-safe Marshaller for
AssertionIDRef . |
class |
AssertionIDRequestMarshaller
A thread-safe Marshaller for
AssertionIDRequest . |
class |
AssertionURIRefMarshaller
A thread-safe Marshaller for
AssertionURIRef . |
class |
AudienceRestrictionMarshaller
A thread safe Marshaller for
AudienceRestriction objects. |
class |
AuthenticatingAuthorityMarshaller
A thread-safe Marshaller for
AuthenticatingAuthority . |
class |
AuthnContextClassRefMarshaller
A thread-safe Marshaller for
AuthnContextClassRef . |
class |
AuthnContextDeclMarshaller
A thread-safe Marshaller for
AuthnContextDecl . |
class |
AuthnContextDeclRefMarshaller
A thread-safe Marshaller for
AuthnContextDeclRef . |
class |
AuthnContextMarshaller
A thread-safe Marshaller for
AuthnContext . |
class |
AuthnQueryMarshaller
A thread-safe Marshaller for
AuthnQuery . |
class |
AuthnRequestMarshaller
A thread-safe Marshaller for
AuthnRequest . |
class |
AuthnStatementMarshaller
A thread-safe Marshaller for
AuthnStatement . |
class |
AuthzDecisionQueryMarshaller
A thread-safe Marshaller for
AuthzDecisionQuery objects. |
class |
AuthzDecisionStatementMarshaller
A thread-safe Marshaller for
AuthzDecisionStatement . |
class |
BaseIDMarshaller
A thread-safe Marshaller for
BaseID objects. |
class |
EncryptedAssertionMarshaller
A thread-safe Marshaller for
EncryptedAssertion . |
class |
EncryptedAttributeMarshaller
A thread-safe Marshaller for
EncryptedAttribute . |
class |
EncryptedElementTypeMarshaller
A thread-safe Marshaller for
EncryptedElementType . |
class |
EncryptedIDMarshaller
A thread-safe Marshaller for
EncryptedID . |
class |
GetCompleteMarshaller
A thread safe Marshaller for
GetComplete objects. |
class |
IDPEntryMarshaller
A thread safe Marshaller for
IDPEntry objects. |
class |
IDPListMarshaller
A thread safe Marshaller for
IDPList objects. |
class |
IssuerMarshaller
A thread-safe Marshaller for
Issuer . |
class |
LogoutRequestMarshaller
A thread-safe Marshaller for
LogoutRequest . |
class |
LogoutResponseMarshaller
A thread safe Marshaller for
LogoutResponse objects. |
class |
ManageNameIDRequestMarshaller
A thread safe Marshaller for
ManageNameIDRequest objects. |
class |
ManageNameIDResponseMarshaller
A thread safe Marshaller for
ManageNameIDResponse objects. |
class |
NameIDMappingRequestMarshaller
A thread-safe Marshaller for
NameIDMappingRequest . |
class |
NameIDMappingResponseMarshaller
A thread safe Marshaller for
NameIDMappingResponse objects. |
class |
NameIDMarshaller
A thread safe Marshaller for
NameID objects. |
class |
NameIDPolicyMarshaller
A thread safe Marshaller for
NameIDPolicy objects. |
class |
NewEncryptedIDMarshaller
A thread-safe Marshaller for
EncryptedID . |
class |
NewIDMarshaller
A thread safe Marshaller for
NewID objects. |
class |
OneTimeUseMarshaller
A thread-safe Marshaller for
OneTimeUse objects. |
class |
ProxyRestrictionMarshaller
A thread-safe Marshaller for
ProxyRestriction objects. |
class |
RequestedAuthnContextMarshaller
A thread safe Marshaller for
RequestedAuthnContext objects. |
class |
RequesterIDMarshaller
A thread safe Marshaller for
RequesterID objects. |
class |
ScopingMarshaller
A thread safe Marshaller for
Scoping objects. |
class |
SessionIndexMarshaller
A thread safe Marshaller for
SessionIndex objects. |
class |
StatusResponseTypeMarshaller
A thread safe Marshaller for
StatusResponseType objects. |
class |
SubjectConfirmationDataMarshaller
A thread-safe Marshaller for
SubjectConfirmationData objects. |
class |
TerminateMarshaller
A thread safe Marshaller for
Terminate objects. |
Modifier and Type | Class and Description |
---|---|
class |
RelayStateMarshaller
Marshaller for instances of
RelayState . |
class |
RequestAuthenticatedMarshaller
Marshaller for instances of
RequestAuthenticated . |
Modifier and Type | Class and Description |
---|---|
class |
AdditionalMetadataLocationMarshaller
A thread safe marshaller for
AdditionalMetadataLocation objects. |
class |
AffiliateMemberMarshaller
A thread-safe Marshaller for
AffiliateMember objects. |
class |
AffiliationDescriptorMarshaller
A thread safe Marshaller for
AffiliationDescriptor objects. |
class |
ArtifactResolutionServiceMarshaller
A thread safe Marshaller for
ArtifactResolutionService objects. |
class |
AssertionConsumerServiceMarshaller
A thread safe Marshaller for
AssertionConsumerService objects. |
class |
AssertionIDRequestServiceMarshaller
A thread safe Marshaller for
AssertionIDRequestService s. |
class |
AttributeAuthorityDescriptorMarshaller
A thread safe Marshaller for
AttributeAuthorityDescriptor s. |
class |
AttributeConsumingServiceMarshaller
A thread safe Marshaller for
AttributeConsumingService objects. |
class |
AttributeProfileMarshaller
A thread safe Marshaller for
AttributeProfile objects. |
class |
AttributeServiceMarshaller
A thread safe Marshaller for
AttributeService objects. |
class |
AuthnAuthorityDescriptorMarshaller
A thread safe Marshaller for
AuthnAuthorityDescriptor objects. |
class |
AuthnQueryServiceMarshaller
A thread safe Marshaller for
AuthnQueryService objects. |
class |
AuthzServiceMarshaller
A thread safe Marshaller for
AuthzService objects. |
class |
CompanyMarshaller
A thread safe Marshaller for
Company objects. |
class |
ContactPersonMarshaller
A thread safe marshaller for
ContactPerson objects. |
class |
EmailAddressMarshaller
A thread safe Marshaller for
EmailAddress objects. |
class |
EndpointMarshaller
A thread safe Marshaller for
Endpoint objects. |
class |
EntitiesDescriptorMarshaller
A thread safe Marshaller for
EntitiesDescriptor objects. |
class |
EntityDescriptorMarshaller
A thread safe Marshaller for
EntityDescriptor objects. |
class |
ExtensionsMarshaller
A thread-safe Marshaller for
Extensions objects. |
class |
GivenNameMarshaller
A thread safe Marshaller for
GivenName objects. |
class |
IDPSSODescriptorMarshaller
A thread safe Marshaller for
IDPSSODescriptor objects. |
class |
IndexedEndpointMarshaller
A thread safe Marshaller for
IndexedEndpoint objects. |
class |
KeyDescriptorMarshaller
A thread-safe marshaller for
KeyDescriptor s. |
class |
LocalizedNameMarshaller
A thread safe Marshaller for
LocalizedName objects. |
class |
LocalizedURIMarshaller
A thread safe Marshaller for
LocalizedURI objects. |
class |
ManageNameIDServiceMarshaller
A thread safe Marshaller for
ManageNameIDService objects. |
class |
NameIDFormatMarshaller
A thread safe Marshaller for
NameIDFormat objects. |
class |
NameIDMappingServiceMarshaller
A thread safe Marshaller for
NameIDMappingService objects. |
class |
OrganizationDisplayNameMarshaller
A thread safe Marshaller for
OrganizationDisplayName objects. |
class |
OrganizationMarshaller
A thread safe Marshaller for
Organization objects. |
class |
OrganizationNameMarshaller
A thread safe Marshaller for
OrganizationName objects. |
class |
OrganizationURLMarshaller
A thread safe Marshaller for
OrganizationURL objects. |
class |
PDPDescriptorMarshaller
A thread safe Marshaller for
PDPDescriptor objects. |
class |
RequestedAttributeMarshaller
A thread-safe Marshaller for
RequestedAttribute objects. |
class |
RoleDescriptorMarshaller
A thread safe Marshaller for
RoleDescriptor objects. |
class |
ServiceDescriptionMarshaller
A thread safe Marshaller for
ServiceDescription objects. |
class |
ServiceNameMarshaller
A thread safe Marshaller for
ServiceName objects. |
class |
SingleLogoutServiceMarshaller
A thread safe Marshaller for
SingleLogoutService objects. |
class |
SingleSignOnServiceMarshaller
A thread safe Marshaller for
SingleSignOnService objects. |
class |
SPSSODescriptorMarshaller
A thread safe Marshaller for
SPSSODescriptor objects. |
class |
SSODescriptorMarshaller
A thread safe Marshaller for
SSODescriptor objects. |
class |
SurNameMarshaller
A thread safe Marshaller for
SurName objects. |
class |
TelephoneNumberMarshaller
A thread safe Marshaller for
TelephoneNumber objects. |
Modifier and Type | Class and Description |
---|---|
class |
AttributeTypeMarshaller
Marshaller for
AttributeType objects. |
class |
DecisionTypeMarshaller
Marshaller for
DecisionType objects. |
class |
MissingAttributeDetailTypeMarshaller
Marshaller for
MissingAttributeDetailType objects. |
class |
RequestTypeMarshaller
Marshaller for
RequestType objects. |
class |
ResourceContentTypeMarshaller
Marshaller for
ResourceContentType objects. |
class |
ResponseTypeMarshaller
Marshaller for
ResponseType objects. |
class |
ResultTypeMarshaller
Marshaller for
ResultType objects. |
class |
StatusCodeTypeMarshaller
Marshaller for
StatusCodeType objects. |
class |
StatusDetailTypeMarshaller
Marshaller for
StatusDetailType objects. |
class |
StatusMessageTypeMarshaller
Masrhaller for
StatusMessageType . |
class |
StatusTypeMarshaller
Marshaller for
StatusType objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXACMLObjectMarshaller
A thread safe, abstract implementation of the
Marshaller interface that handles
most of the boilerplate code for Marshallers. |
Modifier and Type | Class and Description |
---|---|
class |
ReferencedPoliciesTypeMarshaller
Marshaller for
ReferencedPoliciesType . |
class |
XACMLAuthzDecisionQueryTypeMarshaller
A thread-safe Marshaller for
XACMLAuthzDecisionQueryType objects. |
class |
XACMLAuthzDecisionStatementTypeMarshaller
A thread-safe Marshaller for
XACMLAuthzDecisionStatementType . |
class |
XACMLPolicyQueryTypeMarshaller
Marshaller for
XACMLPolicyQueryType . |
class |
XACMLPolicyStatementTypeMarshaller
A thread-safe Marshaller for
XACMLAuthzDecisionStatementType . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLEncryptionMarshaller
An abstract marshaller implementation for XMLObjects from XML Encryption.
|
class |
AgreementMethodMarshaller
A thread-safe Marshaller for
AgreementMethod objects. |
class |
AlgorithmIdentifierTypeMarshaller
A thread-safe Marshaller for
AlgorithmIdentifierType objects. |
class |
CipherDataMarshaller
A thread-safe Marshaller for
CipherData objects. |
class |
CipherReferenceMarshaller
A thread-safe Marshaller for
CipherReference objects. |
class |
DataReferenceMarshaller
A thread-safe Marshaller for
DataReference objects. |
class |
DHKeyValueMarshaller
A thread-safe Marshaller for
DHKeyValue objects. |
class |
EncryptedDataMarshaller
A thread-safe Marshaller for
EncryptedData objects. |
class |
EncryptedKeyMarshaller
A thread-safe Marshaller for
EncryptedKey objects. |
class |
EncryptedTypeMarshaller
A thread-safe Marshaller for
EncryptedType objects. |
class |
EncryptionMethodMarshaller
A thread-safe Marshaller for
EncryptionMethod objects. |
class |
EncryptionPropertiesMarshaller
A thread-safe Marshaller for
EncryptionProperties objects. |
class |
EncryptionPropertyMarshaller
A thread-safe Marshaller for
EncryptionProperty objects. |
class |
KeyReferenceMarshaller
A thread-safe Marshaller for
KeyReference objects. |
class |
MGFMarshaller
A thread-safe Marshaller for
MGF objects. |
class |
OriginatorKeyInfoMarshaller
A thread-safe Marshaller for
OriginatorKeyInfo objects. |
class |
RecipientKeyInfoMarshaller
A thread-safe Marshaller for
RecipientKeyInfo objects. |
class |
ReferenceListMarshaller
A thread-safe Marshaller for
ReferenceList objects. |
class |
ReferenceTypeMarshaller
A thread-safe Marshaller for
ReferenceType objects. |
class |
TransformsMarshaller
A thread-safe Marshaller for
Transforms objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLSignatureMarshaller
An abstract marshaller implementation for XMLObjects from XML Signature.
|
class |
CryptoBinaryMarshaller
A thread-safe Marshaller for
CryptoBinary objects. |
class |
DEREncodedKeyValueMarshaller
A thread-safe Marshaller for
DEREncodedKeyValue objects. |
class |
DSAKeyValueMarshaller
A thread-safe Marshaller for
DSAKeyValue objects. |
class |
ECKeyValueMarshaller
A thread-safe Marshaller for
ECKeyValue objects. |
class |
KeyInfoMarshaller
A thread-safe Marshaller for
KeyInfo objects. |
class |
KeyInfoReferenceMarshaller
Thread-safe marshaller of
KeyInfoReference objects. |
class |
KeyValueMarshaller
A thread-safe Marshaller for
KeyValue objects. |
class |
NamedCurveMarshaller
Thread-safe marshaller of
NamedCurve objects. |
class |
PGPDataMarshaller
A thread-safe Marshaller for
PGPData objects. |
class |
RetrievalMethodMarshaller
A thread-safe Marshaller for
RetrievalMethod objects. |
class |
RSAKeyValueMarshaller
A thread-safe Marshaller for
RSAKeyValue objects. |
class |
SignatureMarshaller
A marshaller for
Signature objects. |
class |
SPKIDataMarshaller
A thread-safe Marshaller for
SPKIData objects. |
class |
TransformMarshaller
A thread-safe Marshaller for
Transform objects. |
class |
X509DataMarshaller
A thread-safe Marshaller for
X509Data objects. |
class |
X509DigestMarshaller
A thread-safe Marshaller for
X509Digest objects. |
class |
X509IssuerSerialMarshaller
A thread-safe Marshaller for
X509IssuerSerial objects. |
class |
X509SerialNumberMarshaller
Thread-safe marshaller of
X509SerialNumber objects. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.