Package uk.gov.ida.saml.core.domain
Class IdentityProviderAssertion
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.OutboundAssertion
-
- uk.gov.ida.saml.core.domain.IdentityProviderAssertion
-
public class IdentityProviderAssertion extends OutboundAssertion
-
-
Constructor Summary
Constructors Constructor Description IdentityProviderAssertion(java.lang.String id, java.lang.String issuerId, org.joda.time.DateTime issueInstant, PersistentId persistentId, AssertionRestrictions assertionRestrictions, java.util.Optional<MatchingDataset> matchingDataset, java.util.Optional<IdentityProviderAuthnStatement> authnStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<IdentityProviderAuthnStatement>getAuthnStatement()java.util.Optional<MatchingDataset>getMatchingDataset()-
Methods inherited from class uk.gov.ida.saml.core.domain.OutboundAssertion
getAssertionRestrictions, getId, getIssueInstant, getIssuerId, getPersistentId
-
-
-
-
Constructor Detail
-
IdentityProviderAssertion
public IdentityProviderAssertion(java.lang.String id, java.lang.String issuerId, org.joda.time.DateTime issueInstant, PersistentId persistentId, AssertionRestrictions assertionRestrictions, java.util.Optional<MatchingDataset> matchingDataset, java.util.Optional<IdentityProviderAuthnStatement> authnStatement)
-
-
Method Detail
-
getMatchingDataset
public java.util.Optional<MatchingDataset> getMatchingDataset()
-
getAuthnStatement
public java.util.Optional<IdentityProviderAuthnStatement> getAuthnStatement()
-
-