Class FailureClientAuthenticationEvent
Object
se.curity.identityserver.sdk.data.events.AuthenticationEvent
se.curity.identityserver.sdk.data.events.ClientAuthenticationEvent
se.curity.identityserver.sdk.data.events.FailureClientAuthenticationEvent
- All Implemented Interfaces:
SerializableAsMap,AuditableEvent,Event
public class FailureClientAuthenticationEvent
extends ClientAuthenticationEvent
implements AuditableEvent
Event fired when a client fails to authenticate.
- Since:
- 2.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionFailureClientAuthenticationEvent(String endpoint, String clientId, String profileId) -
Method Summary
Methods inherited from class se.curity.identityserver.sdk.data.events.ClientAuthenticationEvent
asMap, getClientId, getEndpointMethods inherited from class se.curity.identityserver.sdk.data.events.AuthenticationEvent
getProfileId, toString
-
Constructor Details
-
FailureClientAuthenticationEvent
-
-
Method Details
-
getAuditData
Description copied from interface:AuditableEventGet allAuditDataassociated with this auditable event.This method must always return the same instant of
AuditData.- Specified by:
getAuditDatain interfaceAuditableEvent- Returns:
- the
AuditDataconcisely describing the auditable data of this event
-