Class Saml2ResponseAuditData
java.lang.Object
se.swedenconnect.spring.saml.idp.audit.data.Saml2AuditData
se.swedenconnect.spring.saml.idp.audit.data.Saml2ResponseAuditData
- All Implemented Interfaces:
Serializable
Audit data representing a SAML response.
- Author:
- Martin Lindström
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a SAMLStatus
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the name of this data element.static Saml2ResponseAuditData
of
(org.opensaml.saml.saml2.core.Response response) Creates aSaml2ResponseAuditData
given aResponse
object.toString()
-
Constructor Details
-
Saml2ResponseAuditData
public Saml2ResponseAuditData()
-
-
Method Details
-
getName
Gets the name of this data element. The name should be in "kebab-case", i.e., "data-element".- Specified by:
getName
in classSaml2AuditData
- Returns:
- the audit data name
-
of
Creates aSaml2ResponseAuditData
given aResponse
object.- Parameters:
response
- the SAML response- Returns:
- a
Saml2ResponseAuditData
-
toString
-