A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Action - Class in com.securenative.actions
- Action(String, long, long, List<String>) - Constructor for class com.securenative.actions.Action
- ActionItem - Class in com.securenative.models
- ActionItem(String, Long) - Constructor for class com.securenative.models.ActionItem
- ActionList - Class in com.securenative.actions
- ActionList() - Constructor for class com.securenative.actions.ActionList
- ActionManager - Class in com.securenative.actions
- ActionManager() - Constructor for class com.securenative.actions.ActionManager
- actions - Variable in class com.securenative.configurations.AgentConfigOptions
- ActionSet - Class in com.securenative.actions
- ActionSet(String) - Constructor for class com.securenative.actions.ActionSet
- ActionType - Enum in com.securenative.models
- add(String, String, Long) - Method in class com.securenative.actions.ActionSet
- agent - Variable in class com.securenative.events.AgentLoginEvent
- AGENT_LOG_IN - com.securenative.models.EventTypes
- AGENT_LOG_OUT - com.securenative.models.EventTypes
- AgentConfigOptions - Class in com.securenative.configurations
- AgentConfigOptions() - Constructor for class com.securenative.configurations.AgentConfigOptions
- AgentHeaderInterceptor - Class in com.securenative.interceptors
- AgentHeaderInterceptor(String) - Constructor for class com.securenative.interceptors.AgentHeaderInterceptor
- AgentHeaderMiddleware - Class in com.securenative.middleware
- AgentHeaderMiddleware(String) - Constructor for class com.securenative.middleware.AgentHeaderMiddleware
- agentLogin() - Method in class com.securenative.SecureNative
- AgentLoginEvent - Class in com.securenative.events
- AgentLoginEvent(String, String, String) - Constructor for class com.securenative.events.AgentLoginEvent
- AgentLoginResponse - Class in com.securenative.models
- AgentLoginResponse() - Constructor for class com.securenative.models.AgentLoginResponse
- agentLogout() - Method in class com.securenative.SecureNative
- AgentLogoutEvent - Class in com.securenative.events
- AgentLogoutEvent() - Constructor for class com.securenative.events.AgentLogoutEvent
- ALLOW - com.securenative.models.ActionType
- ApiRoute - Enum in com.securenative.actions
- apply() - Method in class com.securenative.processors.BlacklistIp
- apply() - Method in class com.securenative.processors.DeleteBlacklistedIp
- apply() - Method in class com.securenative.processors.WhitelistIp
- apply(Session) - Method in class com.securenative.processors.BlockRequest
- apply(Session) - Method in class com.securenative.processors.ChallengeRequest
- applyAgentInterceptor(String) - Static method in class com.securenative.interceptors.InterceptorManager
- applyModuleInterceptors(ModuleManager, SecureNative) - Static method in class com.securenative.interceptors.InterceptorManager
- appName - Variable in class com.securenative.events.AgentLoginEvent
- ATTACK - com.securenative.models.EventTypes
- AUTH_CHALLENGE - com.securenative.models.EventTypes
- AUTH_CHALLENGE_FAILURE - com.securenative.models.EventTypes
- AUTH_CHALLENGE_SUCCESS - com.securenative.models.EventTypes
B
- blackList - Static variable in class com.securenative.actions.ActionList
- BLACKLIST_IP - com.securenative.processors.Processors
- BlacklistIp - Class in com.securenative.processors
- BlacklistIp(Action) - Constructor for class com.securenative.processors.BlacklistIp
- BLOCK - com.securenative.models.ActionType
- BLOCK_IP - com.securenative.models.ActionType
- BLOCK_REQUEST - com.securenative.processors.Processors
- BLOCK_USER - com.securenative.models.ActionType
- BlockRequest - Class in com.securenative.processors
- BlockRequest() - Constructor for class com.securenative.processors.BlockRequest
C
- calculateHash(String) - Static method in class com.securenative.utils.SnUtils
- CHALLENGE - com.securenative.models.ActionType
- CHALLENGE_REQUEST - com.securenative.processors.Processors
- ChallengeRequest - Class in com.securenative.processors
- ChallengeRequest() - Constructor for class com.securenative.processors.ChallengeRequest
- clean() - Static method in class com.securenative.rules.RuleManager
- com.securenative - package com.securenative
- com.securenative.actions - package com.securenative.actions
- com.securenative.configurations - package com.securenative.configurations
- com.securenative.events - package com.securenative.events
- com.securenative.exceptions - package com.securenative.exceptions
- com.securenative.interceptors - package com.securenative.interceptors
- com.securenative.middleware - package com.securenative.middleware
- com.securenative.models - package com.securenative.models
- com.securenative.module - package com.securenative.module
- com.securenative.packagemanager - package com.securenative.packagemanager
- com.securenative.processors - package com.securenative.processors
- com.securenative.rules - package com.securenative.rules
- com.securenative.session - package com.securenative.session
- com.securenative.utils - package com.securenative.utils
- config - Variable in class com.securenative.models.AgentLoginResponse
- CONFIG - com.securenative.actions.ApiRoute
- CONFIG - com.securenative.models.EventTypes
- ConfigurationManager - Class in com.securenative.configurations
- ConfigurationManager() - Constructor for class com.securenative.configurations.ConfigurationManager
- ConfigurationUpdaterRunnable - Class in com.securenative.configurations
- ConfigurationUpdaterRunnable(EventManager, String, Event, long) - Constructor for class com.securenative.configurations.ConfigurationUpdaterRunnable
- configure(HttpSecurity) - Method in class com.securenative.interceptors.AgentHeaderInterceptor
- configure(HttpSecurity) - Method in class com.securenative.interceptors.SpringInterceptor
- COOKIE_NAME - Variable in class com.securenative.utils.Utils
- COUNTRY - com.securenative.models.SetType
- createEvent(EventTypes, String...) - Static method in class com.securenative.events.EventFactory
D
- data - Variable in class com.securenative.rules.Rule
- debug(String) - Method in class com.securenative.ImpotentLogger
- debug(String, Object) - Method in class com.securenative.ImpotentLogger
- debug(String, Object...) - Method in class com.securenative.ImpotentLogger
- debug(String, Object, Object) - Method in class com.securenative.ImpotentLogger
- debug(String, Throwable) - Method in class com.securenative.ImpotentLogger
- debug(Marker, String) - Method in class com.securenative.ImpotentLogger
- debug(Marker, String, Object) - Method in class com.securenative.ImpotentLogger
- debug(Marker, String, Object...) - Method in class com.securenative.ImpotentLogger
- debug(Marker, String, Object, Object) - Method in class com.securenative.ImpotentLogger
- debug(Marker, String, Throwable) - Method in class com.securenative.ImpotentLogger
- decrypt(String, String) - Method in class com.securenative.utils.Utils
- delete(String, String, Long) - Method in class com.securenative.actions.ActionSet
- DELETE_BLACKLISTED - com.securenative.processors.Processors
- DELETE_HEADERS - com.securenative.processors.Processors
- DeleteBlacklistedIp - Class in com.securenative.processors
- DeleteBlacklistedIp(Action) - Constructor for class com.securenative.processors.DeleteBlacklistedIp
- DeleteHeaders - Class in com.securenative.processors
- DeleteHeaders(Rule) - Constructor for class com.securenative.processors.DeleteHeaders
- dependencies - Variable in class com.securenative.packagemanager.SnPackage
- dependenciesHash - Variable in class com.securenative.packagemanager.SnPackage
- Dependency - Class in com.securenative.models
- Dependency(String, String) - Constructor for class com.securenative.models.Dependency
- destroy() - Method in class com.securenative.middleware.AgentHeaderMiddleware
- destroy() - Method in class com.securenative.middleware.SpringVerifyRequestMiddleware
- destroy() - Method in class com.securenative.middleware.SpringVerifyWebhookMiddleware
- destroy() - Method in class com.securenative.processors.ModifyHeaders
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.securenative.middleware.AgentHeaderMiddleware
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.securenative.middleware.SpringVerifyRequestMiddleware
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.securenative.middleware.SpringVerifyWebhookMiddleware
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.securenative.processors.ModifyHeaders
E
- EMAIL_UPDATE - com.securenative.models.EventTypes
- encrypt(String, String) - Static method in class com.securenative.utils.Utils
- enforceActions(List<Action>) - Static method in class com.securenative.actions.ActionManager
- enforceRules(List<Rule>) - Static method in class com.securenative.rules.RuleManager
- error(Error) - Method in class com.securenative.SecureNative
- error(String) - Method in class com.securenative.ImpotentLogger
- error(String, Object) - Method in class com.securenative.ImpotentLogger
- error(String, Object...) - Method in class com.securenative.ImpotentLogger
- error(String, Object, Object) - Method in class com.securenative.ImpotentLogger
- error(String, Throwable) - Method in class com.securenative.ImpotentLogger
- error(Marker, String) - Method in class com.securenative.ImpotentLogger
- error(Marker, String, Object) - Method in class com.securenative.ImpotentLogger
- error(Marker, String, Object...) - Method in class com.securenative.ImpotentLogger
- error(Marker, String, Object, Object) - Method in class com.securenative.ImpotentLogger
- error(Marker, String, Throwable) - Method in class com.securenative.ImpotentLogger
- ERROR - com.securenative.actions.ApiRoute
- ERROR - com.securenative.models.EventTypes
- Event - Interface in com.securenative.events
- EventFactory - Class in com.securenative.events
- EventFactory() - Constructor for class com.securenative.events.EventFactory
- EventManager - Interface in com.securenative.events
- eventType - Variable in class com.securenative.events.AgentLoginEvent
- eventType - Variable in class com.securenative.events.AgentLogoutEvent
- EventTypes - Enum in com.securenative.models
F
- flow(long, Event) - Method in class com.securenative.SecureNative
- framework - Variable in class com.securenative.events.AgentLoginEvent
- framework - Variable in class com.securenative.module.ModuleManager
- frameworkVersion - Variable in class com.securenative.module.ModuleManager
G
- getActions() - Method in class com.securenative.configurations.AgentConfigOptions
- getAgentDisable() - Method in class com.securenative.configurations.SecureNativeOptions
- getApiKey() - Method in class com.securenative.configurations.SecureNativeOptions
- getApiKey() - Method in class com.securenative.SecureNative
- getApiUrl() - Method in class com.securenative.configurations.SecureNativeOptions
- getAppName() - Method in class com.securenative.configurations.SecureNativeOptions
- getAutoSend() - Method in class com.securenative.configurations.SecureNativeOptions
- getConfig() - Static method in class com.securenative.configurations.ConfigurationManager
- getConfig() - Method in class com.securenative.models.AgentLoginResponse
- getCountry() - Method in class com.securenative.actions.ActionSet
- getData() - Method in class com.securenative.rules.Rule
- getDebugMode() - Method in class com.securenative.configurations.SecureNativeOptions
- getDefaultCookieName() - Method in class com.securenative.SecureNative
- getDependencies() - Method in class com.securenative.packagemanager.SnPackage
- getDependenciesHash() - Method in class com.securenative.packagemanager.SnPackage
- getDependency(int) - Method in class com.securenative.packagemanager.SnPackage
- getEventType() - Method in class com.securenative.events.AgentLoginEvent
- getEventType() - Method in class com.securenative.events.AgentLogoutEvent
- getEventType() - Method in interface com.securenative.events.Event
- getFramework() - Method in class com.securenative.module.ModuleManager
- getFrameworkVersion() - Method in class com.securenative.module.ModuleManager
- getHeartBeatInterval() - Method in class com.securenative.configurations.SecureNativeOptions
- getHostId() - Method in class com.securenative.configurations.SecureNativeOptions
- getInterception() - Method in class com.securenative.rules.Rule
- getInterval() - Method in class com.securenative.configurations.SecureNativeOptions
- getIp() - Method in class com.securenative.actions.ActionSet
- getItem() - Method in class com.securenative.models.ActionItem
- getKey() - Method in class com.securenative.rules.RuleData
- getLogger() - Static method in class com.securenative.Logger
- getMaxEvents() - Method in class com.securenative.configurations.SecureNativeOptions
- getMethod() - Method in class com.securenative.rules.RuleInterception
- getMinSupportedVersion() - Method in class com.securenative.configurations.SecureNativeOptions
- getModule() - Method in class com.securenative.rules.RuleInterception
- getName() - Method in class com.securenative.actions.Action
- getName() - Method in class com.securenative.actions.ActionSet
- getName() - Method in class com.securenative.ImpotentLogger
- getName() - Method in class com.securenative.models.Dependency
- getName() - Method in class com.securenative.packagemanager.SnPackage
- getName() - Method in class com.securenative.rules.Rule
- getPackage(String) - Static method in class com.securenative.packagemanager.PackageManager
- getProcess() - Method in enum com.securenative.processors.Processors
- getProcessor() - Method in class com.securenative.rules.RuleInterception
- getRiskLevel() - Method in class com.securenative.models.RiskResult
- getRoute() - Method in enum com.securenative.actions.ApiRoute
- getRules() - Method in class com.securenative.configurations.AgentConfigOptions
- getRules(String, String) - Method in class com.securenative.rules.RuleManager
- getScore() - Method in class com.securenative.models.RiskResult
- getSdkEnabled() - Method in class com.securenative.configurations.SecureNativeOptions
- getSessionId() - Method in class com.securenative.models.AgentLoginResponse
- getSnEvent() - Method in class com.securenative.models.Message
- getTimeout() - Method in class com.securenative.configurations.SecureNativeOptions
- getTimeout() - Method in class com.securenative.models.ActionItem
- getTriggers() - Method in class com.securenative.models.RiskResult
- getTs() - Method in class com.securenative.actions.Action
- getTs() - Method in class com.securenative.configurations.AgentConfigOptions
- getTtl() - Method in class com.securenative.actions.Action
- getType() - Method in enum com.securenative.models.ActionType
- getType() - Method in enum com.securenative.models.EventTypes
- getType() - Method in enum com.securenative.models.SetType
- getUrl() - Method in class com.securenative.models.Message
- getUser() - Method in class com.securenative.actions.ActionSet
- getValue() - Method in class com.securenative.rules.RuleData
- getValues() - Method in class com.securenative.actions.Action
- getVersion() - Method in class com.securenative.models.Dependency
- getVersion() - Method in class com.securenative.packagemanager.SnPackage
H
- has(String, String, Long) - Method in class com.securenative.actions.ActionSet
- HEARTBEAT - com.securenative.actions.ApiRoute
- HEARTBEAT - com.securenative.models.EventTypes
- HeartBeatRunnable - Class in com.securenative.configurations
- HeartBeatRunnable(EventManager, String, Event, long) - Constructor for class com.securenative.configurations.HeartBeatRunnable
- high - com.securenative.models.RiskLevel
- HttpInterceptor - Class in com.securenative.interceptors
- HttpInterceptor(SecureNative) - Constructor for class com.securenative.interceptors.HttpInterceptor
- HttpsInterceptor - Class in com.securenative.interceptors
- HttpsInterceptor(SecureNative) - Constructor for class com.securenative.interceptors.HttpsInterceptor
I
- ImpotentLogger - Class in com.securenative
- ImpotentLogger() - Constructor for class com.securenative.ImpotentLogger
- info(String) - Method in class com.securenative.ImpotentLogger
- info(String, Object) - Method in class com.securenative.ImpotentLogger
- info(String, Object...) - Method in class com.securenative.ImpotentLogger
- info(String, Object, Object) - Method in class com.securenative.ImpotentLogger
- info(String, Throwable) - Method in class com.securenative.ImpotentLogger
- info(Marker, String) - Method in class com.securenative.ImpotentLogger
- info(Marker, String, Object) - Method in class com.securenative.ImpotentLogger
- info(Marker, String, Object...) - Method in class com.securenative.ImpotentLogger
- info(Marker, String, Object, Object) - Method in class com.securenative.ImpotentLogger
- info(Marker, String, Throwable) - Method in class com.securenative.ImpotentLogger
- init(FilterConfig) - Method in class com.securenative.middleware.AgentHeaderMiddleware
- init(FilterConfig) - Method in class com.securenative.middleware.SpringVerifyRequestMiddleware
- init(FilterConfig) - Method in class com.securenative.middleware.SpringVerifyWebhookMiddleware
- init(FilterConfig) - Method in class com.securenative.processors.ModifyHeaders
- intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class com.securenative.processors.DeleteHeaders
- interception - Variable in class com.securenative.rules.Rule
- InterceptorManager - Class in com.securenative.interceptors
- InterceptorManager() - Constructor for class com.securenative.interceptors.InterceptorManager
- interrupt() - Method in class com.securenative.configurations.ConfigurationUpdaterRunnable
- interrupt() - Method in class com.securenative.configurations.HeartBeatRunnable
- IP - com.securenative.models.SetType
- isAgentDisable() - Method in class com.securenative.configurations.SecureNativeOptions
- isAutoSend() - Method in class com.securenative.configurations.SecureNativeOptions
- isDebugEnabled() - Method in class com.securenative.ImpotentLogger
- isDebugEnabled(Marker) - Method in class com.securenative.ImpotentLogger
- isErrorEnabled() - Method in class com.securenative.ImpotentLogger
- isErrorEnabled(Marker) - Method in class com.securenative.ImpotentLogger
- isInfoEnabled() - Method in class com.securenative.ImpotentLogger
- isInfoEnabled(Marker) - Method in class com.securenative.ImpotentLogger
- isNullOrEmpty(String) - Static method in class com.securenative.utils.Utils
- isRunning() - Method in class com.securenative.configurations.ConfigurationUpdaterRunnable
- isRunning() - Method in class com.securenative.configurations.HeartBeatRunnable
- isStatus() - Method in class com.securenative.models.AgentLoginResponse
- isTraceEnabled() - Method in class com.securenative.ImpotentLogger
- isTraceEnabled(Marker) - Method in class com.securenative.ImpotentLogger
- isVerifiedSnRequest(String, String, String) - Method in class com.securenative.utils.Utils
- isWarnEnabled() - Method in class com.securenative.ImpotentLogger
- isWarnEnabled(Marker) - Method in class com.securenative.ImpotentLogger
K
L
- LOG_IN - com.securenative.models.EventTypes
- LOG_IN_CHALLENGE - com.securenative.models.EventTypes
- LOG_IN_FAILURE - com.securenative.models.EventTypes
- LOG_OUT - com.securenative.models.EventTypes
- Logger - Class in com.securenative
- Logger() - Constructor for class com.securenative.Logger
- LOGIN - com.securenative.actions.ApiRoute
- LOGOUT - com.securenative.actions.ApiRoute
- low - com.securenative.models.RiskLevel
M
- medium - com.securenative.models.RiskLevel
- Message - Class in com.securenative.models
- Message(Event, String) - Constructor for class com.securenative.models.Message
- method - Variable in class com.securenative.rules.RuleInterception
- METRIC - com.securenative.models.EventTypes
- MFA - com.securenative.models.ActionType
- MODIFY_HEADERS - com.securenative.processors.Processors
- ModifyHeaders - Class in com.securenative.processors
- ModifyHeaders(Rule) - Constructor for class com.securenative.processors.ModifyHeaders
- module - Variable in class com.securenative.rules.RuleInterception
- moduleManager - Variable in class com.securenative.SecureNative
- ModuleManager - Class in com.securenative.module
- ModuleManager(SnPackage) - Constructor for class com.securenative.module.ModuleManager
N
- name - Variable in class com.securenative.actions.Action
- name - Variable in class com.securenative.packagemanager.SnPackage
- name - Variable in class com.securenative.rules.Rule
O
- os - Variable in class com.securenative.events.AgentLoginEvent
P
- PackageManager - Class in com.securenative.packagemanager
- PackageManager() - Constructor for class com.securenative.packagemanager.PackageManager
- PAGE_VIEW - com.securenative.models.EventTypes
- PASSWORD_RESET - com.securenative.models.EventTypes
- PASSWORD_RESET_FAILURE - com.securenative.models.EventTypes
- PASSWORD_RESET_SUCCESS - com.securenative.models.EventTypes
- PASSWORD_UPDATE - com.securenative.models.EventTypes
- PATH - com.securenative.models.SetType
- PERFORMANCE - com.securenative.models.EventTypes
- premain(String, Instrumentation) - Static method in class com.securenative.SecureNativeAgent
- process - Variable in class com.securenative.events.AgentLoginEvent
- processor - Variable in class com.securenative.rules.RuleInterception
- Processors - Enum in com.securenative.processors
- PROFILE_UPDATE - com.securenative.models.EventTypes
R
- readConfigFile() - Static method in class com.securenative.configurations.ConfigurationManager
- REDIRECT - com.securenative.models.ActionType
- REDIRECT_IP - com.securenative.models.ActionType
- REDIRECT_USER - com.securenative.models.ActionType
- remoteIpFromRequest(Function<String, String>) - Method in class com.securenative.utils.Utils
- req - Variable in class com.securenative.session.Session
- REQUEST - com.securenative.models.EventTypes
- res - Variable in class com.securenative.session.Session
- RISK - com.securenative.actions.ApiRoute
- RiskLevel - Enum in com.securenative.models
- RiskResult - Class in com.securenative.models
- RiskResult() - Constructor for class com.securenative.models.RiskResult
- RiskResult(String, double, String[]) - Constructor for class com.securenative.models.RiskResult
- ROLE_UPDATE - com.securenative.models.EventTypes
- Rule - Class in com.securenative.rules
- Rule(RuleData, RuleInterception) - Constructor for class com.securenative.rules.Rule
- Rule(String, RuleData, RuleInterception) - Constructor for class com.securenative.rules.Rule
- RuleData - Class in com.securenative.rules
- RuleData(String, String) - Constructor for class com.securenative.rules.RuleData
- RuleInterception - Class in com.securenative.rules
- RuleInterception(String, String, String) - Constructor for class com.securenative.rules.RuleInterception
- RuleManager - Class in com.securenative.rules
- RuleManager() - Constructor for class com.securenative.rules.RuleManager
- rules - Variable in class com.securenative.configurations.AgentConfigOptions
- run() - Method in class com.securenative.configurations.ConfigurationUpdaterRunnable
- run() - Method in class com.securenative.configurations.HeartBeatRunnable
S
- SDK - com.securenative.models.EventTypes
- SecureNative - Class in com.securenative
- SecureNative(ModuleManager, SecureNativeOptions) - Constructor for class com.securenative.SecureNative
- SecureNativeAgent - Class in com.securenative
- SecureNativeAgent() - Constructor for class com.securenative.SecureNativeAgent
- SecureNativeOptions - Class in com.securenative.configurations
- SecureNativeOptions() - Constructor for class com.securenative.configurations.SecureNativeOptions
- SecureNativeOptions(String, int, long, int) - Constructor for class com.securenative.configurations.SecureNativeOptions
- SecureNativeOptions(String, Boolean, String, String, int, long, int, boolean, boolean, boolean, String, long) - Constructor for class com.securenative.configurations.SecureNativeOptions
- SecureNativeSDKException - Exception in com.securenative.exceptions
- SecureNativeSDKException(String) - Constructor for exception com.securenative.exceptions.SecureNativeSDKException
- sendAgentEvent(Event, String) - Method in interface com.securenative.events.EventManager
- sendAgentEvent(Event, String) - Method in class com.securenative.events.SnEventManager
- sendAsync(Event, String) - Method in interface com.securenative.events.EventManager
- sendAsync(Event, String) - Method in class com.securenative.events.SnEventManager
- sendSync(Event, String) - Method in interface com.securenative.events.EventManager
- sendSync(Event, String) - Method in class com.securenative.events.SnEventManager
- Session - Class in com.securenative.session
- Session() - Constructor for class com.securenative.session.Session
- sessionId - Variable in class com.securenative.models.AgentLoginResponse
- setAgentDisable(Boolean) - Method in class com.securenative.configurations.SecureNativeOptions
- setApiKey(String) - Method in class com.securenative.configurations.SecureNativeOptions
- setApiUrl(String) - Method in class com.securenative.configurations.SecureNativeOptions
- setAppName(String) - Method in class com.securenative.configurations.SecureNativeOptions
- setAutoSend(Boolean) - Method in class com.securenative.configurations.SecureNativeOptions
- setDebugMode(Boolean) - Method in class com.securenative.configurations.SecureNativeOptions
- setHeartBeatInterval(long) - Method in class com.securenative.configurations.SecureNativeOptions
- setHostId(String) - Method in class com.securenative.configurations.SecureNativeOptions
- setInterval(int) - Method in class com.securenative.configurations.SecureNativeOptions
- setItem(String) - Method in class com.securenative.models.ActionItem
- setLoggingEnable(boolean) - Static method in class com.securenative.Logger
- setMaxEvents(long) - Method in class com.securenative.configurations.SecureNativeOptions
- setMinSupportedVersion(String) - Method in class com.securenative.configurations.SecureNativeOptions
- setRiskLevel(String) - Method in class com.securenative.models.RiskResult
- setScore(double) - Method in class com.securenative.models.RiskResult
- setSdkEnabled(Boolean) - Method in class com.securenative.configurations.SecureNativeOptions
- setSnEvent(Event) - Method in class com.securenative.models.Message
- setTimeout(long) - Method in class com.securenative.configurations.SecureNativeOptions
- setTimeout(Long) - Method in class com.securenative.models.ActionItem
- setTriggers(String[]) - Method in class com.securenative.models.RiskResult
- SetType - Enum in com.securenative.models
- setUrl(String) - Method in class com.securenative.models.Message
- SIGN_UP - com.securenative.models.EventTypes
- SN_HEADER - Variable in class com.securenative.utils.Utils
- SnEventManager - Class in com.securenative.events
- SnEventManager(String, SecureNativeOptions) - Constructor for class com.securenative.events.SnEventManager
- snPackage - Variable in class com.securenative.events.AgentLoginEvent
- SnPackage - Class in com.securenative.packagemanager
- SnPackage(String, String, Dependency[], String) - Constructor for class com.securenative.packagemanager.SnPackage
- snRuntime - Variable in class com.securenative.events.AgentLoginEvent
- SnUtils - Class in com.securenative.utils
- SnUtils() - Constructor for class com.securenative.utils.SnUtils
- SpringInterceptor - Class in com.securenative.interceptors
- SpringInterceptor(SecureNative) - Constructor for class com.securenative.interceptors.SpringInterceptor
- SpringVerifyRequestMiddleware - Class in com.securenative.middleware
- SpringVerifyRequestMiddleware(SecureNative) - Constructor for class com.securenative.middleware.SpringVerifyRequestMiddleware
- SpringVerifyWebhookMiddleware - Class in com.securenative.middleware
- SpringVerifyWebhookMiddleware(SecureNative) - Constructor for class com.securenative.middleware.SpringVerifyWebhookMiddleware
- startAgent() - Method in class com.securenative.SecureNative
- status - Variable in class com.securenative.models.AgentLoginResponse
- stopAgent() - Method in class com.securenative.SecureNative
T
- trace(String) - Method in class com.securenative.ImpotentLogger
- trace(String, Object) - Method in class com.securenative.ImpotentLogger
- trace(String, Object...) - Method in class com.securenative.ImpotentLogger
- trace(String, Object, Object) - Method in class com.securenative.ImpotentLogger
- trace(String, Throwable) - Method in class com.securenative.ImpotentLogger
- trace(Marker, String) - Method in class com.securenative.ImpotentLogger
- trace(Marker, String, Object) - Method in class com.securenative.ImpotentLogger
- trace(Marker, String, Object...) - Method in class com.securenative.ImpotentLogger
- trace(Marker, String, Object, Object) - Method in class com.securenative.ImpotentLogger
- trace(Marker, String, Throwable) - Method in class com.securenative.ImpotentLogger
- track(Event) - Method in class com.securenative.SecureNative
- TRACK - com.securenative.actions.ApiRoute
- ts - Variable in class com.securenative.actions.Action
- ts - Variable in class com.securenative.configurations.AgentConfigOptions
- ts - Variable in class com.securenative.events.AgentLoginEvent
- ts - Variable in class com.securenative.events.AgentLogoutEvent
- ttl - Variable in class com.securenative.actions.Action
- TWO_FACTOR_DISABLE - com.securenative.models.EventTypes
U
- USER - com.securenative.models.SetType
- USER_INVITE - com.securenative.models.EventTypes
- USERAGENT_HEADER - Variable in class com.securenative.utils.Utils
- Utils - Class in com.securenative.utils
- Utils() - Constructor for class com.securenative.utils.Utils
V
- value - Variable in class com.securenative.rules.RuleData
- valueOf(String) - Static method in enum com.securenative.actions.ApiRoute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.securenative.models.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.securenative.models.EventTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.securenative.models.RiskLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.securenative.models.SetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.securenative.processors.Processors
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.securenative.actions.Action
- values() - Static method in enum com.securenative.actions.ApiRoute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.securenative.models.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.securenative.models.EventTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.securenative.models.RiskLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.securenative.models.SetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.securenative.processors.Processors
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verify(Event) - Method in class com.securenative.SecureNative
- VERIFY - com.securenative.actions.ApiRoute
- VERIFY - com.securenative.models.EventTypes
- version - Variable in class com.securenative.packagemanager.SnPackage
- versionCompare(String, String) - Static method in class com.securenative.utils.Utils
W
- warn(String) - Method in class com.securenative.ImpotentLogger
- warn(String, Object) - Method in class com.securenative.ImpotentLogger
- warn(String, Object...) - Method in class com.securenative.ImpotentLogger
- warn(String, Object, Object) - Method in class com.securenative.ImpotentLogger
- warn(String, Throwable) - Method in class com.securenative.ImpotentLogger
- warn(Marker, String) - Method in class com.securenative.ImpotentLogger
- warn(Marker, String, Object) - Method in class com.securenative.ImpotentLogger
- warn(Marker, String, Object...) - Method in class com.securenative.ImpotentLogger
- warn(Marker, String, Object, Object) - Method in class com.securenative.ImpotentLogger
- warn(Marker, String, Throwable) - Method in class com.securenative.ImpotentLogger
- whitelist - Static variable in class com.securenative.actions.ActionList
- WHITELIST_IP - com.securenative.processors.Processors
- WhitelistIp - Class in com.securenative.processors
- WhitelistIp() - Constructor for class com.securenative.processors.WhitelistIp
All Classes All Packages