Uses of Enum Class
se.swedenconnect.spring.saml.idp.audit.Saml2AuditEvents
Packages that use Saml2AuditEvents
-
Uses of Saml2AuditEvents in se.swedenconnect.spring.saml.idp.audit
Methods in se.swedenconnect.spring.saml.idp.audit that return Saml2AuditEventsModifier and TypeMethodDescriptionstatic Saml2AuditEventsReturns the enum constant of this class with the specified name.static Saml2AuditEvents[]Saml2AuditEvents.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.swedenconnect.spring.saml.idp.audit with parameters of type Saml2AuditEventsModifierConstructorDescriptionSaml2AuditEvent(Saml2AuditEvents type, long timestamp, String spEntityId, String authnRequestId, Saml2AuditData... data) Constructor.