- SecurityService - Class in com.slashandpair.desktop.service
-
Class that defines security utilities, it goes from generating pairing codes
until store it in Redis
- SecurityService() - Constructor for class com.slashandpair.desktop.service.SecurityService
-
- SecurityService - Class in com.slashandpair.mobile.service.security
-
Authentication of users is controlled in this class.
- SecurityService() - Constructor for class com.slashandpair.mobile.service.security.SecurityService
-
- sendClick(String, Principal) - Method in class com.slashandpair.mobile.web.MainApp
-
Send data from click sensor
- sendCode(Principal) - Method in class com.slashandpair.desktop.web.MainApp
-
sendCode method, receives petition to generate 4 digits code and returns
it to client-side
- sendGyroscope(String, Principal) - Method in class com.slashandpair.mobile.web.MainApp
-
Send data from gyroscope sensor
- sendMobileContent(String, String) - Method in class com.slashandpair.mobile.service.OutcomingExchangeService
-
This method sends information from the sensors data to the queue to
notify the desktop with the data
- storePairingToken(PairingToken) - Method in class com.slashandpair.exchange.TokenService
-
Stores token in Redis