Class Saml2UnrecoverableErrorAuditData
java.lang.Object
se.swedenconnect.spring.saml.idp.audit.data.Saml2AuditData
se.swedenconnect.spring.saml.idp.audit.data.Saml2UnrecoverableErrorAuditData
- All Implemented Interfaces:
Serializable
Audit data for unrecoverable errors that are reported in the UI.
- Author:
- Martin Lindström
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the name of this data element.of
(UnrecoverableSaml2IdpException error) Creates aSaml2UnrecoverableErrorAuditData
given aUnrecoverableSaml2IdpException
.toString()
-
Constructor Details
-
Saml2UnrecoverableErrorAuditData
public Saml2UnrecoverableErrorAuditData()
-
-
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 aSaml2UnrecoverableErrorAuditData
given aUnrecoverableSaml2IdpException
.- Parameters:
error
- the exception- Returns:
- a
Saml2UnrecoverableErrorAuditData
-
toString
-