Package uk.gov.ida.saml.hub.domain
Class BaseHubAttributeQueryRequest
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.IdaMessage
-
- uk.gov.ida.saml.core.domain.IdaSamlMessage
-
- uk.gov.ida.saml.hub.domain.BaseHubAttributeQueryRequest
-
- Direct Known Subclasses:
HubAttributeQueryRequest,MatchingServiceHealthCheckRequest
public class BaseHubAttributeQueryRequest extends uk.gov.ida.saml.core.domain.IdaSamlMessage
-
-
Field Summary
Fields Modifier and Type Field Description protected java.net.URIassertionConsumerServiceUrlprotected java.lang.StringauthnRequestIssuerEntityIdprotected uk.gov.ida.saml.core.domain.PersistentIdpersistentId
-
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.URIgetAssertionConsumerServiceUrl()java.lang.StringgetAuthnRequestIssuerEntityId()uk.gov.ida.saml.core.domain.PersistentIdgetPersistentId()
-
-
-
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)
-
-