Uses of Interface
com.securenative.events.Event
-
Packages that use Event Package Description com.securenative 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)RiskResultSecureNative. risk(Event event)voidSecureNative. track(Event event)RiskResultSecureNative. verify(Event event) -
Uses of Event in com.securenative.events
Classes in com.securenative.events that implement Event Modifier and Type Class Description classAgentHeartBeatEventclassAgentLoginEventclassAgentLogoutEventclassConfigEventclassErrorEventclassLoginChallengeEventclassLoginEventclassLoginFailureEventclassLogoutEventclassPerformanceEventclassRequestEventclassSDKEventMethods in com.securenative.events that return Event Modifier and Type Method Description static EventEventFactory. createEvent(EventTypes eventType, Object... args)Methods in com.securenative.events with parameters of type Event Modifier and Type Method Description StringEventManager. sendAgentEvent(Event event, String requestUrl)StringIEventManager. sendAgentEvent(Event event, String requestUrl)voidEventManager. sendAsync(Event event, String url)voidIEventManager. sendAsync(Event event, String url)RiskResultEventManager. sendSync(Event event, String url)RiskResultIEventManager. sendSync(Event event, String requestUrl)AgentConfigOptionsEventManager. sendUpdateConfigEvent(Event event, String requestUrl) -
Uses of Event in com.securenative.models
Methods in com.securenative.models that return Event Modifier and Type Method Description EventMessage. getEvent()Methods in com.securenative.models with parameters of type Event Modifier and Type Method Description voidMessage. setEvent(Event event)Constructors in com.securenative.models with parameters of type Event Constructor Description Message(Event event, String url)
-