Class BaseHubAttributeQueryRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseHubAttributeQueryRequest​(java.lang.String id, java.lang.String issuer, org.joda.time.DateTime issueInstant, java.net.URI destination, uk.gov.ida.saml.core.domain.PersistentId persistentId, java.net.URI assertionConsumerServiceUrl, java.lang.String authnRequestIssuerEntityId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI getAssertionConsumerServiceUrl()  
      java.lang.String getAuthnRequestIssuerEntityId()  
      uk.gov.ida.saml.core.domain.PersistentId getPersistentId()  
      • Methods inherited from class uk.gov.ida.saml.core.domain.IdaSamlMessage

        getDestination
      • Methods inherited from class uk.gov.ida.saml.core.domain.IdaMessage

        getId, getIssueInstant, getIssuer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • persistentId

        protected uk.gov.ida.saml.core.domain.PersistentId persistentId
      • assertionConsumerServiceUrl

        protected java.net.URI assertionConsumerServiceUrl
      • authnRequestIssuerEntityId

        protected java.lang.String authnRequestIssuerEntityId
    • Constructor Detail

      • BaseHubAttributeQueryRequest

        public BaseHubAttributeQueryRequest​(java.lang.String id,
                                            java.lang.String issuer,
                                            org.joda.time.DateTime issueInstant,
                                            java.net.URI destination,
                                            uk.gov.ida.saml.core.domain.PersistentId persistentId,
                                            java.net.URI assertionConsumerServiceUrl,
                                            java.lang.String authnRequestIssuerEntityId)
    • Method Detail

      • getPersistentId

        public uk.gov.ida.saml.core.domain.PersistentId getPersistentId()
      • getAssertionConsumerServiceUrl

        public java.net.URI getAssertionConsumerServiceUrl()
      • getAuthnRequestIssuerEntityId

        public java.lang.String getAuthnRequestIssuerEntityId()