Uses of Class
com.securenative.configurations.SecureNativeOptions
-
Packages that use SecureNativeOptions Package Description com.securenative com.securenative.configurations com.securenative.events com.securenative.utils -
-
Uses of SecureNativeOptions in com.securenative
Methods in com.securenative that return SecureNativeOptions Modifier and Type Method Description SecureNativeOptionsSecureNative. getSecureNativeOptions()Constructors in com.securenative with parameters of type SecureNativeOptions Constructor Description SecureNative(ModuleManager moduleManager, SecureNativeOptions snOptions) -
Uses of SecureNativeOptions in com.securenative.configurations
Methods in com.securenative.configurations that return SecureNativeOptions Modifier and Type Method Description static SecureNativeOptionsConfigurationManager. getConfig()static SecureNativeOptionsConfigurationManager. readConfigFile() -
Uses of SecureNativeOptions in com.securenative.events
Constructors in com.securenative.events with parameters of type SecureNativeOptions Constructor Description EventManager(String apiKey, SecureNativeOptions options)SDKEvent(javax.servlet.ServletRequest request, EventOptions eventOptions, SecureNativeOptions snOptions) -
Uses of SecureNativeOptions in com.securenative.utils
Methods in com.securenative.utils with parameters of type SecureNativeOptions Modifier and Type Method Description static StringUtils. cookieIdFromRequest(javax.servlet.ServletRequest request, SecureNativeOptions options)
-