Uses of Interface
org.opensaml.saml.common.SignableSAMLObject
Packages that use SignableSAMLObject
Package
Description
Base classes for working with SAML as Java objects.
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of the metadata APIs.
Classes related to verifying various credentials within a SAML system.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of SignableSAMLObject in org.opensaml.saml.common
Classes in org.opensaml.saml.common that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
Abstract SAMLObject implementation that also implementsSignableXMLObject
.Fields in org.opensaml.saml.common declared as SignableSAMLObjectModifier and TypeFieldDescriptionprivate final SignableSAMLObject
SAMLObjectContentReference.signableObject
SAMLObject this reference refers to.Methods in org.opensaml.saml.common with parameters of type SignableSAMLObjectModifier and TypeMethodDescriptionstatic void
SAMLObjectSupport.declareNonVisibleNamespaces
(SignableSAMLObject signableObject) Examines theSignableSAMLObject
for the need to declare non-visible namespaces before marshalling and signing, and if required, performs the declarations.Constructors in org.opensaml.saml.common with parameters of type SignableSAMLObjectModifierConstructorDescriptionSAMLObjectContentReference
(SignableSAMLObject newSignableObject) Constructor. -
Uses of SignableSAMLObject in org.opensaml.saml.common.binding.security.impl
Methods in org.opensaml.saml.common.binding.security.impl with parameters of type SignableSAMLObjectModifier and TypeMethodDescriptionprotected void
SAMLProtocolMessageXMLSignatureSecurityHandler.doEvaluate
(Signature signature, SignableSAMLObject signableObject, MessageContext messageContext) Perform cryptographic validation and trust evaluation on the Signature token using the configured Signature trust engine. -
Uses of SignableSAMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of SignableSAMLObject in org.opensaml.saml.ext.saml2mdqueryModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Metadata extension AttributeQueryDescriptorType.interface
SAML 2.0 Metadata extension AuthnQueryDescriptorType.interface
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interface
SAML 2.0 Metadata extension QueryDescriptorType. -
Uses of SignableSAMLObject in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAttributeQueryDescriptorType
.class
Concrete implementation ofAuthnQueryDescriptorType
.class
Concrete implementation ofAuthzDecisionQueryDescriptorType
.class
Concrete implementation ofQueryDescriptorType
. -
Uses of SignableSAMLObject in org.opensaml.saml.saml1.core
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml1.coreModifier and TypeInterfaceDescriptioninterface
This interface defines how the object representing a SAML 1Assertion
element behaves.interface
This interface defines how the SAML1Request
objects behave.interface
This interface describes the base class for types derived fromRequestAbstractType
.interface
This interface defines how the object representing a SAML1Response
element behaves.interface
This interface defines the base class for type derived from the SAML1ResponseAbstractType
. -
Uses of SignableSAMLObject in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
This class implements the SAML 1Assertion
statement.class
Implementation ofRequestAbstractType
.class
Concrete implementation ofRequest
.class
Abstract implementation ofResponseAbstractType
Object.class
Implementation of theResponse
Object. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.core
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Core ArtifactResolve.interface
SAML 2.0 Core ArtifactResponse.interface
SAML 2.0 Core Assertion.interface
SAML 2.0 Core AssertionIDRequest.interface
SAML 2.0 AttributeQuery.interface
SAML 2.0 AuthnQuery.interface
SAML 2.0 Core AuthnRequest.interface
SAML 2.0 AuthzDecisionQuery.interface
SAML 2.0 Core LogoutRequest.interface
SAML 2.0 Core LogoutResponse.interface
SAML 2.0 Core ManageNameIDRequest.interface
SAML 2.0 Core ManageNameIDResponse.interface
SAML 2.0 Core NameIDMappingRequest.interface
SAML 2.0 Core NameIDMappingResponse .interface
SAML 2.0 Core RequestAbstractType.interface
SAML 2.0 Core Response.interface
SAML 2.0 Core StatusResponseType.interface
SAML 2.0 Core SubjectQuery. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofArtifactResolve
.class
Concrete implementation ofArtifactResponse
.class
A concrete implementation ofAssertionIDRequest
.class
A concrete implementation ofAssertion
.class
Concrete implementation ofAttributeQuery
.class
Concrete implementation ofAuthnQuery
.class
A concrete implementation ofAuthnRequest
.class
Concrete implementation ofAuthzDecisionQuery
.class
A concrete implementation ofLogoutRequest
.class
A concrete implementation ofLogoutResponse
.class
A concrete implementation ofManageNameIDRequest
.class
A Builder forManageNameIDResponseImpl
objects.class
A concrete implementation ofNameIDMappingRequest
.class
Concrete implementation ofNameIDMappingResponse
.class
Concrete implementation ofRequestAbstractType
.class
Concrete implementation ofResponse
.class
Concrete implementation ofStatusResponseType
.class
Concrete implementation ofSubjectQuery
. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterface
SAML 2.0 Metadata AffiliationDescriptorType.interface
SAML 2.0 Metadata AttributeAuthorityDescriptor.interface
SAML 2.0 Metadata AuthnAuthorityDescriptor.interface
SAML 2.0 Metadata EntitiesDescriptor.interface
SAML 2.0 Metadata EntityDescriptor.interface
SAML 2.0 Metadata IDPSSODescriptorType.interface
SAML 2.0 Metadata PDPDescriptor.interface
SAML 2.0 Metadata RoleDescriptor.interface
SAML 2.0 Metadata SPSSODescriptorType.interface
SAML 2.0 Metadata SSODescriptor. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
Concrete implementation ofAffiliationDescriptor
.class
A concrete implementation ofAttributeAuthorityDescriptor
.class
Concrete implementation ofAuthnAuthorityDescriptor
.class
Concrete implementation ofEntitiesDescriptor
.class
Concretate implementation ofEntitiesDescriptor
.class
Concrete implementation ofIDPSSODescriptor
.class
Concrete implementation ofPDPDescriptor
.class
Concrete implementation ofRoleDescriptor
.class
Concrete implementation ofSPSSODescriptor
.class
Concrete implementation ofSSODescriptor
. -
Uses of SignableSAMLObject in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl with parameters of type SignableSAMLObjectModifier and TypeMethodDescriptionprotected void
SAMLSignatureProfileValidator.validateReferenceURI
(String uri, SignableSAMLObject signableObject) Validate the Signature's Reference URI. -
Uses of SignableSAMLObject in org.opensaml.xacml.profile.saml
Subinterfaces of SignableSAMLObject in org.opensaml.xacml.profile.samlModifier and TypeInterfaceDescriptioninterface
A SAML XACML profile XACMLAuthzDecisionQuery schema type.interface
A SAML XACML profile XACMLPolicyQuery schema type. -
Uses of SignableSAMLObject in org.opensaml.xacml.profile.saml.impl
Classes in org.opensaml.xacml.profile.saml.impl that implement SignableSAMLObjectModifier and TypeClassDescriptionclass
A concrete implementation ofXACMLAuthzDecisionQueryType
.class
Concrete implementation ofXACMLPolicyQueryType
.