Interface RequestAbstractType

All Superinterfaces:
SAMLObject, SignableSAMLObject, SignableXMLObject, XMLObject
All Known Subinterfaces:
ArtifactResolve, AssertionIDRequest, AttributeQuery, AuthnQuery, AuthnRequest, AuthzDecisionQuery, LogoutRequest, ManageNameIDRequest, NameIDMappingRequest, SubjectQuery, XACMLAuthzDecisionQueryType, XACMLPolicyQueryType
All Known Implementing Classes:
ArtifactResolveImpl, AssertionIDRequestImpl, AttributeQueryImpl, AuthnQueryImpl, AuthnRequestImpl, AuthzDecisionQueryImpl, LogoutRequestImpl, ManageNameIDRequestImpl, NameIDMappingRequestImpl, RequestAbstractTypeImpl, SubjectQueryImpl, XACMLAuthzDecisionQueryTypeImpl, XACMLPolicyQueryTypeImpl

public interface RequestAbstractType extends SignableSAMLObject
SAML 2.0 Core RequestAbstractType.
  • Field Details

  • Method Details

    • getVersion

      SAMLVersion getVersion()
      Gets the SAML Version of this request.
      Returns:
      the SAML Version of this request.
    • setVersion

      void setVersion(SAMLVersion newVersion)
      Sets the SAML Version of this request.
      Parameters:
      newVersion - the SAML Version of this request
    • getID

      String getID()
      Gets the unique identifier of the request.
      Returns:
      the unique identifier of the request
    • setID

      void setID(String newID)
      Sets the unique identifier of the request.
      Parameters:
      newID - the unique identifier of the request
    • getIssueInstant

      Instant getIssueInstant()
      Gets the date/time the request was issued.
      Returns:
      the date/time the request was issued
    • setIssueInstant

      void setIssueInstant(Instant newIssueInstant)
      Sets the date/time the request was issued.
      Parameters:
      newIssueInstant - the date/time the request was issued
    • getDestination

      String getDestination()
      Gets the URI of the destination of the request.
      Returns:
      the URI of the destination of the request
    • setDestination

      void setDestination(String newDestination)
      Sets the URI of the destination of the request.
      Parameters:
      newDestination - the URI of the destination of the request
    • getConsent

      String getConsent()
      Gets the consent obtained from the principal for sending this request.
      Returns:
      the consent obtained from the principal for sending this request
    • setConsent

      void setConsent(String newConsent)
      Sets the consent obtained from the principal for sending this request.
      Parameters:
      newConsent - the new consent obtained from the principal for sending this request
    • getIssuer

      Issuer getIssuer()
      Gets the issuer of this request.
      Returns:
      the issuer of this request
    • setIssuer

      void setIssuer(Issuer newIssuer)
      Sets the issuer of this request.
      Parameters:
      newIssuer - the issuer of this request
    • getExtensions

      Extensions getExtensions()
      Gets the Extensions of this request.
      Returns:
      the Status of this request
    • setExtensions

      void setExtensions(Extensions newExtensions)
      Sets the Extensions of this request.
      Parameters:
      newExtensions - the Extensions of this request