Package uk.gov.ida.saml.core.domain
Class PassthroughAssertion
- java.lang.Object
-
- uk.gov.ida.saml.core.domain.PassthroughAssertion
-
- All Implemented Interfaces:
java.io.Serializable
public class PassthroughAssertion extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassthroughAssertion(PersistentId persistentId, java.util.Optional<AuthnContext> levelOfAssurance, java.lang.String underlyingAssertionBlob, java.util.Optional<FraudDetectedDetails> fraudDetectedDetails, java.util.Optional<java.lang.String> principalIpAddressAsSeenByIdp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<AuthnContext>getAuthnContext()java.util.Optional<FraudDetectedDetails>getFraudDetectedDetails()PersistentIdgetPersistentId()java.util.Optional<java.lang.String>getPrincipalIpAddressAsSeenByIdp()java.lang.StringgetUnderlyingAssertionBlob()booleanisFraudulent()
-
-
-
Constructor Detail
-
PassthroughAssertion
public PassthroughAssertion(PersistentId persistentId, java.util.Optional<AuthnContext> levelOfAssurance, java.lang.String underlyingAssertionBlob, java.util.Optional<FraudDetectedDetails> fraudDetectedDetails, java.util.Optional<java.lang.String> principalIpAddressAsSeenByIdp)
-
-
Method Detail
-
getUnderlyingAssertionBlob
public java.lang.String getUnderlyingAssertionBlob()
-
getAuthnContext
public java.util.Optional<AuthnContext> getAuthnContext()
-
getPersistentId
public PersistentId getPersistentId()
-
isFraudulent
public boolean isFraudulent()
-
getFraudDetectedDetails
public java.util.Optional<FraudDetectedDetails> getFraudDetectedDetails()
-
getPrincipalIpAddressAsSeenByIdp
public java.util.Optional<java.lang.String> getPrincipalIpAddressAsSeenByIdp()
-
-