Skip navigation links
A B C D E F G I M P R S T U V 

A

ActionType - Class in models
 
ActionType() - Constructor for class models.ActionType
 
ActionType.type - Enum in models
 
AppConfig - Class in snlogic
 
AppConfig() - Constructor for class snlogic.AppConfig
 

B

base64decode(String) - Method in class snlogic.Utils
 
buildEvent(HttpServletRequest, EventOptions) - Method in interface snlogic.EventManager
 
buildEvent(HttpServletRequest, EventOptions) - Method in class snlogic.SnEventManager
 

C

calculateRFC2104HMAC(String, String) - Method in class snlogic.Utils
 
ClientFingurePrint - Class in models
 
ClientFingurePrint(String, String) - Constructor for class models.ClientFingurePrint
 
ClientFingurePrint() - Constructor for class models.ClientFingurePrint
 

D

destroy() - Method in class snlogic.VerifyRequestMiddleware
 
destroy() - Method in class snlogic.VerifyWebHookMiddleware
 
Device - Class in models
 
Device(String) - Constructor for class models.Device
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class snlogic.VerifyRequestMiddleware
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class snlogic.VerifyWebHookMiddleware
 

E

EventManager - Interface in snlogic
 
EventOptions - Class in models
 
EventOptions(String, String, String, Device, User, String, String, List<Pair<String, String>>) - Constructor for class models.EventOptions
 
EventOptions(String, String, String) - Constructor for class models.EventOptions
 
EventTypes - Enum in snlogic
 
exceptions - package exceptions
 

F

FetchOptions - Class in models
 
FetchOptions(String, String, String, List<BasicHeader>) - Constructor for class models.FetchOptions
 
flow(long, EventOptions, HttpServletRequest) - Method in interface snlogic.ISDK
 
flow(long, EventOptions, HttpServletRequest) - Method in class snlogic.SecureNative
 

G

getApiKey() - Method in class models.FetchOptions
 
getApiKey() - Method in interface snlogic.ISDK
 
getApiKey() - Method in class snlogic.SecureNative
 
getApiUrl() - Method in class models.SecureNativeOptions
 
getCid() - Method in class models.ClientFingurePrint
 
getCid() - Method in class models.SnEvent
 
getCookie(HttpServletRequest, String) - Method in class snlogic.Utils
 
getCookieName() - Method in class models.EventOptions
 
getDevice() - Method in class models.EventOptions
 
getDevice() - Method in class models.SnEvent
 
getEmail() - Method in class models.User
 
getEventType() - Method in class models.EventOptions
 
getEventType() - Method in class models.SnEvent
 
getFp() - Method in class models.ClientFingurePrint
 
getFp() - Method in class models.SnEvent
 
getHeaders() - Method in class models.FetchOptions
 
getId() - Method in class models.Device
 
getId() - Method in class models.User
 
getInterval() - Method in class models.SecureNativeOptions
 
getIp() - Method in class models.EventOptions
 
getIp() - Method in class models.SnEvent
 
getMaxEvents() - Method in class models.SecureNativeOptions
 
getMethod() - Method in class models.FetchOptions
 
getName() - Method in class models.User
 
getParams() - Method in class models.EventOptions
 
getRemoteIP() - Method in class models.EventOptions
 
getRemoteIP() - Method in class models.SnEvent
 
getRiskLevel() - Method in class models.RiskResult
 
getScore() - Method in class models.RiskResult
 
getSnEvent() - Method in class models.Message
 
getTimeout() - Method in class models.SecureNativeOptions
 
getTriggers() - Method in class models.RiskResult
 
getTs() - Method in class models.SnEvent
 
getType() - Method in enum snlogic.EventTypes
 
getUrl() - Method in class models.FetchOptions
 
getUrl() - Method in class models.Message
 
getUser() - Method in class models.EventOptions
 
getUser() - Method in class models.SnEvent
 
getUserAgent() - Method in class models.EventOptions
 
getUserAgent() - Method in class models.SnEvent
 
getVid() - Method in class models.SnEvent
 

I

init(FilterConfig) - Method in class snlogic.VerifyRequestMiddleware
 
init(FilterConfig) - Method in class snlogic.VerifyWebHookMiddleware
 
isAutoSend() - Method in class models.SecureNativeOptions
 
ISDK - Interface in snlogic
 

M

Message - Class in models
 
Message(SnEvent, String) - Constructor for class models.Message
 
models - package models
 

P

parseClientFP(String) - Method in class snlogic.Utils
 

R

remoteIpFromRequest(HttpServletRequest) - Method in class snlogic.Utils
 
RiskResult - Class in models
 
RiskResult() - Constructor for class models.RiskResult
 
RiskResult(String, double, String[]) - Constructor for class models.RiskResult
 

S

SecureNative - Class in snlogic
 
SecureNative(String, SecureNativeOptions) - Constructor for class snlogic.SecureNative
 
SecureNativeOptions - Class in models
 
SecureNativeOptions() - Constructor for class models.SecureNativeOptions
 
SecureNativeOptions(String, int, long, int, boolean) - Constructor for class models.SecureNativeOptions
 
SecureNativeOptions(String, int, long, int) - Constructor for class models.SecureNativeOptions
 
SecureNativeSDKException - Exception in exceptions
 
SecureNativeSDKException(String) - Constructor for exception exceptions.SecureNativeSDKException
 
sendAsync(SnEvent, String) - Method in interface snlogic.EventManager
 
sendAsync(SnEvent, String) - Method in class snlogic.SnEventManager
 
sendSync(SnEvent, String) - Method in interface snlogic.EventManager
 
sendSync(SnEvent, String) - Method in class snlogic.SnEventManager
 
setApiKey(String) - Method in class models.FetchOptions
 
setApiUrl(String) - Method in class models.SecureNativeOptions
 
setAutoSend(Boolean) - Method in class models.SecureNativeOptions
 
setCid(String) - Method in class models.ClientFingurePrint
 
setCid(String) - Method in class models.SnEvent
 
setCookieName(String) - Method in class models.EventOptions
 
setDevice(Device) - Method in class models.EventOptions
 
setDevice(Device) - Method in class models.SnEvent
 
setEmail(String) - Method in class models.User
 
setEventType(String) - Method in class models.EventOptions
 
setEventType(String) - Method in class models.SnEvent
 
setFp(String) - Method in class models.ClientFingurePrint
 
setFp(String) - Method in class models.SnEvent
 
setHeaders(List<BasicHeader>) - Method in class models.FetchOptions
 
setId(String) - Method in class models.Device
 
setId(String) - Method in class models.User
 
setInterval(int) - Method in class models.SecureNativeOptions
 
setIp(String) - Method in class models.EventOptions
 
setIp(String) - Method in class models.SnEvent
 
setMaxEvents(long) - Method in class models.SecureNativeOptions
 
setMethod(String) - Method in class models.FetchOptions
 
setName(String) - Method in class models.User
 
setParams(List<Pair<String, String>>) - Method in class models.EventOptions
 
setRemoteIP(String) - Method in class models.EventOptions
 
setRemoteIP(String) - Method in class models.SnEvent
 
setRiskLevel(String) - Method in class models.RiskResult
 
setScore(double) - Method in class models.RiskResult
 
setSnEvent(SnEvent) - Method in class models.Message
 
setTimeout(long) - Method in class models.SecureNativeOptions
 
setTriggers(String[]) - Method in class models.RiskResult
 
setTs(long) - Method in class models.SnEvent
 
setUrl(String) - Method in class models.FetchOptions
 
setUrl(String) - Method in class models.Message
 
setUser(User) - Method in class models.EventOptions
 
setUser(User) - Method in class models.SnEvent
 
setUserAgent(String) - Method in class models.EventOptions
 
setUserAgent(String) - Method in class models.SnEvent
 
setVid(String) - Method in class models.SnEvent
 
SnEvent - Class in models
 
SnEvent(String, String, String, String, String, String, String, User, long, Device) - Constructor for class models.SnEvent
 
SnEventManager - Class in snlogic
 
SnEventManager(String, SecureNativeOptions) - Constructor for class snlogic.SnEventManager
 
snlogic - package snlogic
 

T

track(EventOptions, HttpServletRequest) - Method in interface snlogic.ISDK
 
track(EventOptions, HttpServletRequest) - Method in class snlogic.SecureNative
 

U

User - Class in models
 
User(String, String, String) - Constructor for class models.User
 
Utils - Class in snlogic
 
Utils() - Constructor for class snlogic.Utils
 

V

valueOf(String) - Static method in enum models.ActionType.type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum snlogic.EventTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum models.ActionType.type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum snlogic.EventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
verify(EventOptions, HttpServletRequest) - Method in interface snlogic.ISDK
 
verify(EventOptions, HttpServletRequest) - Method in class snlogic.SecureNative
 
VerifyRequestMiddleware - Class in snlogic
 
VerifyRequestMiddleware(SecureNative) - Constructor for class snlogic.VerifyRequestMiddleware
 
VerifyWebHookMiddleware - Class in snlogic
 
VerifyWebHookMiddleware(String) - Constructor for class snlogic.VerifyWebHookMiddleware
 
A B C D E F G I M P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.