Uses of Interface
org.opensaml.common.SignableSAMLObject

Packages that use SignableSAMLObject
org.opensaml.common.binding.security Classes responsible for performing transport-related and basic message validation of decoded SAML messages. 
org.opensaml.common.impl Base classes for various SAMLObjects constructs. 
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.samlext.saml2mdquery Interfaces for SAML 2 metadata standalone query endpoints profile. 
org.opensaml.samlext.saml2mdquery.impl Implemention for SAML 2 metadata standalone query endpoints profile objects. 
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

Uses of SignableSAMLObject in org.opensaml.common.binding.security
 

Methods in org.opensaml.common.binding.security with parameters of type SignableSAMLObject
protected  void SAMLProtocolMessageXMLSignatureSecurityPolicyRule.doEvaluate(org.opensaml.xml.signature.Signature signature, SignableSAMLObject signableObject, SAMLMessageContext samlMsgCtx)
          Perform cryptographic validation and trust evaluation on the Signature token using the configured Signature trust engine.
 

Uses of SignableSAMLObject in org.opensaml.common.impl
 

Classes in org.opensaml.common.impl that implement SignableSAMLObject
 class AbstractSignableSAMLObject
          Abstract SAMLObject implementation that also implements SignableXMLObject.
 

Constructors in org.opensaml.common.impl with parameters of type SignableSAMLObject
SAMLObjectContentReference(SignableSAMLObject newSignableObject)
          Constructor.
 

Uses of SignableSAMLObject in org.opensaml.saml1.core
 

Subinterfaces of SignableSAMLObject in org.opensaml.saml1.core
 interface Assertion
          This interface defines how the object representing a SAML 1 Assertion element behaves.
 interface Request
          This interface defines how the SAML1 Request objects behave.
 interface RequestAbstractType
          This interface describes the base class for types derived from RequestAbstractType
 interface Response
          This interface defines how the object representing a SAML1 Response element behaves.
 interface ResponseAbstractType
          This interface defines the base class for type derived from the SAML1 ResponseAbstractType .
 

Uses of SignableSAMLObject in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement SignableSAMLObject
 class AssertionImpl
          This class implements the SAML 1 Assertion statement.
 class RequestAbstractTypeImpl
          Implementation of RequestAbstractType.
 class RequestImpl
          Concrete implementation of Request
 class ResponseAbstractTypeImpl
          Abstract implementation of ResponseAbstractType Object
 class ResponseImpl
          Implementation of the Response Object
 

Uses of SignableSAMLObject in org.opensaml.saml2.core
 

Subinterfaces of SignableSAMLObject in org.opensaml.saml2.core
 interface ArtifactResolve
          SAML 2.0 Core ArtifactResolve.
 interface ArtifactResponse
          SAML 2.0 Core ArtifactResponse.
 interface AssertionIDRequest
          SAML 2.0 Core AssertionIDRequest.
 interface AttributeQuery
          SAML 2.0 AttributeQuery.
 interface AuthnQuery
          SAML 2.0 AuthnQuery.
 interface AuthnRequest
          SAML 2.0 Core AuthnRequest.
 interface AuthzDecisionQuery
          SAML 2.0 AuthzDecisionQuery.
 interface LogoutRequest
          SAML 2.0 Core LogoutRequest.
 interface LogoutResponse
          SAML 2.0 Core LogoutResponse.
 interface ManageNameIDRequest
          SAML 2.0 Core ManageNameIDRequest.
 interface ManageNameIDResponse
          SAML 2.0 Core ManageNameIDResponse.
 interface NameIDMappingRequest
          SAML 2.0 Core NameIDMappingRequest.
 interface NameIDMappingResponse
          SAML 2.0 Core NameIDMappingResponse .
 interface StatusResponseType
          SAML 2.0 Core StatusResponseType.
 interface SubjectQuery
          SAML 2.0 Core SubjectQuery.
 

Uses of SignableSAMLObject in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement SignableSAMLObject
 class ArtifactResolveImpl
          Concrete implementation of ArtifactResolve.
 class ArtifactResponseImpl
          Concrete implementation of ArtifactResponse.
 class AssertionIDRequestImpl
          A concrete implementation of AssertionIDRequest.
 class AttributeQueryImpl
          Concrete implementation of AttributeQuery.
 class AuthnQueryImpl
          Concrete implementation of AuthnQuery.
 class AuthnRequestImpl
          A concrete implementation of AuthnRequest.
 class AuthzDecisionQueryImpl
          Concrete implementation of AuthzDecisionQuery.
 class LogoutRequestImpl
          A concrete implementation of LogoutRequest.
 class LogoutResponseImpl
          A concrete implementation of LogoutResponse.
 class ManageNameIDRequestImpl
          A concrete implementation of ManageNameIDRequest.
 class ManageNameIDResponseImpl
          A Builder for ManageNameIDResponseImpl objects.
 class NameIDMappingRequestImpl
          A concrete implementation of NameIDMappingRequest.
 class NameIDMappingResponseImpl
          Concrete implementation of NameIDMappingResponse.
 class StatusResponseTypeImpl
          Concrete implementation of StatusResponseType.
 class SubjectQueryImpl
          Concrete implementation of SubjectQuery.
 

Uses of SignableSAMLObject in org.opensaml.saml2.metadata
 

Subinterfaces of SignableSAMLObject in org.opensaml.saml2.metadata
 interface AffiliationDescriptor
          SAML 2.0 Metadata AffiliationDescriptorType
 interface AttributeAuthorityDescriptor
          SAML 2.0 Metadata AttributeAuthorityDescriptor
 interface AuthnAuthorityDescriptor
          SAML 2.0 Metadata AuthnAuthorityDescriptor
 interface EntitiesDescriptor
          SAML 2.0 Metadata EntitiesDescriptor.
 interface EntityDescriptor
          SAML 2.0 Metadata EntityDescriptor
 interface IDPSSODescriptor
          SAML 2.0 Metadata IDPSSODescriptorType
 interface PDPDescriptor
          SAML 2.0 Metadata PDPDescriptor.
 interface RoleDescriptor
          SAML 2.0 Metadata RoleDescriptor.
 interface SPSSODescriptor
          SAML 2.0 Metadata SPSSODescriptorType
 interface SSODescriptor
          SAML 2.0 Metadata SSODescriptor
 

Uses of SignableSAMLObject in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement SignableSAMLObject
 class AffiliationDescriptorImpl
          Concrete implementation of AffiliationDescriptor.
 class AttributeAuthorityDescriptorImpl
          A concrete implementation of AttributeAuthorityDescriptor.
 class AuthnAuthorityDescriptorImpl
          Concreate implementation of AuthnAuthorityDescriptor
 class EntitiesDescriptorImpl
          Concrete implementation of EntitiesDescriptor.
 class EntityDescriptorImpl
          Concretate implementation of EntitiesDescriptor.
 class IDPSSODescriptorImpl
          Concrete implementation of IDPSSODescriptor.
 class PDPDescriptorImpl
          Concrete implementation of PDPDescriptor.
 class RoleDescriptorImpl
          Concrete implementation of RoleDescriptor.
 class SPSSODescriptorImpl
          Concrete implementation of SPSSODescriptor.
 class SSODescriptorImpl
          Concrete implementation of SSODescriptor.
 

Uses of SignableSAMLObject in org.opensaml.samlext.saml2mdquery
 

Subinterfaces of SignableSAMLObject in org.opensaml.samlext.saml2mdquery
 interface AttributeQueryDescriptorType
          SAML 2.0 Metadata extension AttributeQueryDescriptorType.
 interface AuthnQueryDescriptorType
          SAML 2.0 Metadata extension AuthnQueryDescriptorType.
 interface AuthzDecisionQueryDescriptorType
          SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
 interface QueryDescriptorType
          SAML 2.0 Metadata extension QueryDescriptorType.
 

Uses of SignableSAMLObject in org.opensaml.samlext.saml2mdquery.impl
 

Classes in org.opensaml.samlext.saml2mdquery.impl that implement SignableSAMLObject
 class AttributeQueryDescriptorTypeImpl
          Concrete implementation of AttributeQueryDescriptorType.
 class AuthnQueryDescriptorTypeImpl
          Concrete implementation of AuthnQueryDescriptorType.
 class AuthzDecisionQueryDescriptorTypeImpl
          Concrete implementation of AuthzDecisionQueryDescriptorType.
 class QueryDescriptorTypeImpl
          Concrete implementation of QueryDescriptorType.
 

Uses of SignableSAMLObject in org.opensaml.xacml.profile.saml
 

Subinterfaces of SignableSAMLObject in org.opensaml.xacml.profile.saml
 interface XACMLAuthzDecisionQueryType
          A SAML XACML profile XACMLAuthzDecisionQuery schema type.
 interface XACMLPolicyQueryType
          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 SignableSAMLObject
 class XACMLAuthzDecisionQueryTypeImpl
          A concrete implementation of XACMLAuthzDecisionQueryType.
 class XACMLPolicyQueryTypeImpl
          Concrete implementation of XACMLPolicyQueryType.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.