Uses of Interface
com.securenative.events.Event
-
Packages that use Event Package Description com.securenative com.securenative.configurations com.securenative.events com.securenative.models -
-
Uses of Event in com.securenative
Methods in com.securenative with parameters of type Event Modifier and Type Method Description RiskResultSecureNative. flow(long flowId, Event event)voidSecureNative. track(Event event)RiskResultSecureNative. verify(Event event) -
Uses of Event in com.securenative.configurations
Constructors in com.securenative.configurations with parameters of type Event Constructor Description ConfigurationUpdaterRunnable(EventManager eventManager, String requestUrl, Event event, long interval)HeartBeatRunnable(EventManager eventManager, String requestUrl, Event event, long interval) -
Uses of Event in com.securenative.events
Classes in com.securenative.events that implement Event Modifier and Type Class Description classAgentLoginEventclassAgentLogoutEventMethods in com.securenative.events that return Event Modifier and Type Method Description static EventEventFactory. createEvent(EventTypes eventType, String... args)Methods in com.securenative.events with parameters of type Event Modifier and Type Method Description StringEventManager. sendAgentEvent(Event event, String requestUrl)StringSnEventManager. sendAgentEvent(Event event, String requestUrl)voidEventManager. sendAsync(Event event, String url)voidSnEventManager. sendAsync(Event event, String url)RiskResultEventManager. sendSync(Event event, String requestUrl)RiskResultSnEventManager. sendSync(Event event, String url) -
Uses of Event in com.securenative.models
Methods in com.securenative.models that return Event Modifier and Type Method Description EventMessage. getSnEvent()Methods in com.securenative.models with parameters of type Event Modifier and Type Method Description voidMessage. setSnEvent(Event snEvent)Constructors in com.securenative.models with parameters of type Event Constructor Description Message(Event snEvent, String url)
-