Interface SandboxAuthnRouter
-
- All Superinterfaces:
SandboxAuthnNotifier
public interface SandboxAuthnRouter extends SandboxAuthnNotifier
Main sandbox authentication router interface. It's divided intoSandboxAuthnNotifier
to have a clear separation between event generators and listeners.- Author:
- R. Krysinski
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnNotifier
SandboxAuthnNotifier.AuthnResultListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireEvent(SandboxAuthnEvent event)
-
Methods inherited from interface pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnNotifier
addListener, removeListener
-
-
-
-
Method Detail
-
fireEvent
void fireEvent(SandboxAuthnEvent event)
-
-