Uses of Interface
org.opensaml.saml.common.SignableSAMLObject
-
Packages that use SignableSAMLObject Package Description org.opensaml.saml.common Base classes for working with SAML as Java objects.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of SignableSAMLObject in org.opensaml.saml.common
Classes in org.opensaml.saml.common that implement SignableSAMLObject Modifier and Type Class Description classAbstractSignableSAMLObjectAbstract SAMLObject implementation that also implementsSignableXMLObject.Fields in org.opensaml.saml.common declared as SignableSAMLObject Modifier and Type Field Description private SignableSAMLObjectSAMLObjectContentReference. signableObjectSAMLObject this reference refers to.Methods in org.opensaml.saml.common with parameters of type SignableSAMLObject Modifier and Type Method Description static voidSAMLObjectSupport. declareNonVisibleNamespaces(SignableSAMLObject signableObject)Examines theSignableSAMLObjectfor 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 SignableSAMLObject Constructor Description SAMLObjectContentReference(SignableSAMLObject newSignableObject)Constructor. -
Uses of SignableSAMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of SignableSAMLObject in org.opensaml.saml.ext.saml2mdquery Modifier and Type Interface Description interfaceAttributeQueryDescriptorTypeSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceAuthnQueryDescriptorTypeSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceAuthzDecisionQueryDescriptorTypeSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceQueryDescriptorTypeSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of SignableSAMLObject in org.opensaml.saml.saml1.core
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceAssertionThis interface defines how the object representing a SAML 1Assertionelement behaves.interfaceRequestThis interface defines how the SAML1Requestobjects behave.interfaceRequestAbstractTypeThis interface describes the base class for types derived fromRequestAbstractType.interfaceResponseThis interface defines how the object representing a SAML1Responseelement behaves.interfaceResponseAbstractTypeThis interface defines the base class for type derived from the SAML1ResponseAbstractType. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.core
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceArtifactResolveSAML 2.0 Core ArtifactResolve.interfaceArtifactResponseSAML 2.0 Core ArtifactResponse.interfaceAssertionSAML 2.0 Core Assertion.interfaceAssertionIDRequestSAML 2.0 Core AssertionIDRequest.interfaceAttributeQuerySAML 2.0 AttributeQuery.interfaceAuthnQuerySAML 2.0 AuthnQuery.interfaceAuthnRequestSAML 2.0 Core AuthnRequest.interfaceAuthzDecisionQuerySAML 2.0 AuthzDecisionQuery.interfaceLogoutRequestSAML 2.0 Core LogoutRequest.interfaceLogoutResponseSAML 2.0 Core LogoutResponse.interfaceManageNameIDRequestSAML 2.0 Core ManageNameIDRequest.interfaceManageNameIDResponseSAML 2.0 Core ManageNameIDResponse.interfaceNameIDMappingRequestSAML 2.0 Core NameIDMappingRequest.interfaceNameIDMappingResponseSAML 2.0 Core NameIDMappingResponse .interfaceRequestAbstractTypeSAML 2.0 Core RequestAbstractType.interfaceResponseSAML 2.0 Core Response.interfaceStatusResponseTypeSAML 2.0 Core StatusResponseType.interfaceSubjectQuerySAML 2.0 Core SubjectQuery. -
Uses of SignableSAMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of SignableSAMLObject in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceAffiliationDescriptorSAML 2.0 Metadata AffiliationDescriptorType.interfaceAttributeAuthorityDescriptorSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAuthnAuthorityDescriptorSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceEntitiesDescriptorSAML 2.0 Metadata EntitiesDescriptor.interfaceEntityDescriptorSAML 2.0 Metadata EntityDescriptor.interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfacePDPDescriptorSAML 2.0 Metadata PDPDescriptor.interfaceRoleDescriptorSAML 2.0 Metadata RoleDescriptor.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.interfaceSSODescriptorSAML 2.0 Metadata SSODescriptor.
-