| Package | Description |
|---|---|
| org.piangles.gateway.requests.dao | |
| org.piangles.gateway.requests.dto | |
| org.piangles.gateway.requests.processors |
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
UserDeviceInfo.getSystemInfo() |
| Constructor and Description |
|---|
UserDeviceInfo(String userId,
String hostName,
String ipAddress,
SystemInfo systemInfo) |
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
LoginRequest.getSystemInfo() |
| Constructor and Description |
|---|
LoginRequest(String authenticationType,
String id,
String password,
String sessionId,
SystemInfo systemInfo) |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
AbstractAuthenticationProcessor.processGuestLogin(String userId,
ClientDetails clientDetails,
SystemInfo systemInfo) |
LoginResponse |
AbstractAuthenticationProcessor.processRegularLogin(String userId,
boolean validatedByToken,
boolean loggedInAsGuest,
long lastLoggedInTimestamp,
ClientDetails clientDetails,
SystemInfo systemInfo) |
Copyright © 2022. All rights reserved.