Class SandboxAuthnEvent
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnEvent
-
public class SandboxAuthnEvent extends Object
Event that provides details of a finished sandbox authentication.- Author:
- Roman Krysinski
-
-
Field Summary
Fields Modifier and Type Field Description String
callerId
SandboxAuthnContext
ctx
AuthenticatedEntity
entity
-
Constructor Summary
Constructors Constructor Description SandboxAuthnEvent(SandboxAuthnContext ctx, AuthenticatedEntity entity, String callerId)
-
-
-
Field Detail
-
callerId
public final String callerId
-
ctx
public final SandboxAuthnContext ctx
-
entity
public final AuthenticatedEntity entity
-
-
Constructor Detail
-
SandboxAuthnEvent
public SandboxAuthnEvent(SandboxAuthnContext ctx, AuthenticatedEntity entity, String callerId)
-
-