Package com.securenative
Class SecureNative
- java.lang.Object
-
- com.securenative.SecureNative
-
public class SecureNative extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ModuleManagermoduleManager
-
Constructor Summary
Constructors Constructor Description SecureNative(ModuleManager moduleManager, SecureNativeOptions snOptions)
-
Method Summary
Modifier and Type Method Description StringagentLogin()BooleanagentLogout()voiderror(Error err)RiskResultflow(long flowId, Event event)StringgetApiKey()StringgetDefaultCookieName()voidstartAgent()voidstopAgent()voidtrack(Event event)RiskResultverify(Event event)
-
-
-
Field Detail
-
moduleManager
public ModuleManager moduleManager
-
-
Constructor Detail
-
SecureNative
public SecureNative(ModuleManager moduleManager, SecureNativeOptions snOptions) throws SecureNativeSDKException
- Throws:
SecureNativeSDKException
-
-
Method Detail
-
error
public void error(Error err)
-
getDefaultCookieName
public String getDefaultCookieName()
-
agentLogin
public String agentLogin()
-
agentLogout
public Boolean agentLogout()
-
startAgent
public void startAgent()
-
stopAgent
public void stopAgent()
-
track
public void track(Event event)
-
verify
public RiskResult verify(Event event)
-
flow
public RiskResult flow(long flowId, Event event)
-
getApiKey
public String getApiKey()
-
-