Index

C D G H I L N O P Q S U 
All Classes and Interfaces|All Packages|Constant Field Values

C

close() - Method in class net.lightapi.portal.user.query.NonceQueryStreams
 
close() - Method in class net.lightapi.portal.user.query.NonceQueryStreams.NonceEventProcessor
 
close() - Method in class net.lightapi.portal.user.query.NotificationStreams
 
close() - Method in class net.lightapi.portal.user.query.NotificationStreams.NotificationEventProcessor
 
close() - Method in class net.lightapi.portal.user.query.UserQueryStreams
 
close() - Method in class net.lightapi.portal.user.query.UserQueryStreams.UserEventProcessor
 

D

dbProvider - Static variable in class net.lightapi.portal.user.query.handler.GetNotification
 
dbProvider - Static variable in class net.lightapi.portal.user.query.handler.GetUserLabel
 
dbProvider - Static variable in class net.lightapi.portal.user.query.handler.ListUserByHostId
 
dbProvider - Static variable in class net.lightapi.portal.user.query.UserQueryStreams
 

G

GetClientToken - Class in net.lightapi.portal.user.query.handler
This is an endpoint to get Braintree client token to start the drop-in interface on the UI.
GetClientToken() - Constructor for class net.lightapi.portal.user.query.handler.GetClientToken
 
GetCustomerOrder - Class in net.lightapi.portal.user.query.handler
 
GetCustomerOrder() - Constructor for class net.lightapi.portal.user.query.handler.GetCustomerOrder
 
GetMerchantOrder - Class in net.lightapi.portal.user.query.handler
 
GetMerchantOrder() - Constructor for class net.lightapi.portal.user.query.handler.GetMerchantOrder
 
GetNonceByUserId - Class in net.lightapi.portal.user.query.handler
This endpoint return the nonce of the user for the next transactions in the eventId.
GetNonceByUserId() - Constructor for class net.lightapi.portal.user.query.handler.GetNonceByUserId
 
GetNotification - Class in net.lightapi.portal.user.query.handler
 
GetNotification() - Constructor for class net.lightapi.portal.user.query.handler.GetNotification
 
getNotificationStore() - Method in class net.lightapi.portal.user.query.NotificationStreams
 
getNotificationStreamsMetadata(String) - Method in class net.lightapi.portal.user.query.NotificationStreams
 
GetPayment - Class in net.lightapi.portal.user.query.handler
Get payment from an email address.
GetPayment() - Constructor for class net.lightapi.portal.user.query.handler.GetPayment
 
GetPaymentById - Class in net.lightapi.portal.user.query.handler
This is to get a list of payment methods for merchant in the checkout payment page.
GetPaymentById() - Constructor for class net.lightapi.portal.user.query.handler.GetPaymentById
 
GetPrivateMessage - Class in net.lightapi.portal.user.query.handler
This is an endpoint to return a list of private messages received by the user.
GetPrivateMessage() - Constructor for class net.lightapi.portal.user.query.handler.GetPrivateMessage
 
GetReference - Class in net.lightapi.portal.user.query.handler
 
GetReference() - Constructor for class net.lightapi.portal.user.query.handler.GetReference
 
GetRolesByEmail - Class in net.lightapi.portal.user.query.handler
 
GetRolesByEmail() - Constructor for class net.lightapi.portal.user.query.handler.GetRolesByEmail
 
GetUserLabel - Class in net.lightapi.portal.user.query.handler
Get user label by user id and email within a host
GetUserLabel() - Constructor for class net.lightapi.portal.user.query.handler.GetUserLabel
 
getUserNonceStore() - Method in class net.lightapi.portal.user.query.NonceQueryStreams
 
getUserNonceStreamsMetadata(String) - Method in class net.lightapi.portal.user.query.NonceQueryStreams
 

H

handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetClientToken
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetCustomerOrder
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetMerchantOrder
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetNonceByUserId
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetNotification
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetPayment
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetPaymentById
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetPrivateMessage
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetReference
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetRolesByEmail
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.GetUserLabel
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.ListUserByHostId
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.LoginUser
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.QueryUserByEmail
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.QueryUserById
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.QueryUserByTypeEntityId
 
handle(HttpServerExchange, Object) - Method in class net.lightapi.portal.user.query.handler.QueryUserByWallet
 

I

init(ProcessorContext) - Method in class net.lightapi.portal.user.query.NonceQueryStreams.NonceEventProcessor
 
init(ProcessorContext) - Method in class net.lightapi.portal.user.query.NotificationStreams.NotificationEventProcessor
 
init(ProcessorContext) - Method in class net.lightapi.portal.user.query.UserQueryStreams.UserEventProcessor
 

L

ListUserByHostId - Class in net.lightapi.portal.user.query.handler
List all users by hostId.
ListUserByHostId() - Constructor for class net.lightapi.portal.user.query.handler.ListUserByHostId
 
LoginUser - Class in net.lightapi.portal.user.query.handler
This endpoint is called from a customized authenticator from light-oauth2.
LoginUser() - Constructor for class net.lightapi.portal.user.query.handler.LoginUser
 

N

net.lightapi.portal.user.query - package net.lightapi.portal.user.query
 
net.lightapi.portal.user.query.handler - package net.lightapi.portal.user.query.handler
 
NonceEventProcessor() - Constructor for class net.lightapi.portal.user.query.NonceQueryStreams.NonceEventProcessor
 
NonceQueryStreams - Class in net.lightapi.portal.user.query
 
NonceQueryStreams() - Constructor for class net.lightapi.portal.user.query.NonceQueryStreams
 
NonceQueryStreams.NonceEventProcessor - Class in net.lightapi.portal.user.query
 
nonceStreams - Static variable in class net.lightapi.portal.user.query.UserQueryStartup
 
NotificationEventProcessor() - Constructor for class net.lightapi.portal.user.query.NotificationStreams.NotificationEventProcessor
 
notificationStreams - Static variable in class net.lightapi.portal.user.query.UserQueryStartup
 
NotificationStreams - Class in net.lightapi.portal.user.query
 
NotificationStreams() - Constructor for class net.lightapi.portal.user.query.NotificationStreams
 
NotificationStreams.NotificationEventProcessor - Class in net.lightapi.portal.user.query
 

O

OBJECT_NOT_FOUND - Static variable in class net.lightapi.portal.user.query.handler.ListUserByHostId
 
onShutdown() - Method in class net.lightapi.portal.user.query.UserQueryShutdown
 
onStartup() - Method in class net.lightapi.portal.user.query.UserQueryStartup
 

P

process(byte[], byte[]) - Method in class net.lightapi.portal.user.query.NonceQueryStreams.NonceEventProcessor
 
process(byte[], byte[]) - Method in class net.lightapi.portal.user.query.NotificationStreams.NotificationEventProcessor
 
process(byte[], byte[]) - Method in class net.lightapi.portal.user.query.UserQueryStreams.UserEventProcessor
 

Q

QueryUserByEmail - Class in net.lightapi.portal.user.query.handler
This endpoint will be called from the UI with a logged-in user to get his/her profile.
QueryUserByEmail() - Constructor for class net.lightapi.portal.user.query.handler.QueryUserByEmail
 
QueryUserById - Class in net.lightapi.portal.user.query.handler
This endpoint will be called from the user-command to check if the userId exists in the system when creating a new user.
QueryUserById() - Constructor for class net.lightapi.portal.user.query.handler.QueryUserById
 
QueryUserByTypeEntityId - Class in net.lightapi.portal.user.query.handler
This endpoint will be called from the user-command to check if the userType and entityId exists in the system when creating a new user.
QueryUserByTypeEntityId() - Constructor for class net.lightapi.portal.user.query.handler.QueryUserByTypeEntityId
 
QueryUserByWallet - Class in net.lightapi.portal.user.query.handler
This is the endpoint used to get the email address from the Taiji wallet address.
QueryUserByWallet() - Constructor for class net.lightapi.portal.user.query.handler.QueryUserByWallet
 

S

start(String, int) - Method in class net.lightapi.portal.user.query.NonceQueryStreams
 
start(String, int) - Method in class net.lightapi.portal.user.query.NotificationStreams
 
start(String, int) - Method in class net.lightapi.portal.user.query.UserQueryStreams
 

U

UserEventProcessor() - Constructor for class net.lightapi.portal.user.query.UserQueryStreams.UserEventProcessor
 
UserQueryShutdown - Class in net.lightapi.portal.user.query
This is the shutdown hook for user-query service to shutdown the streams processing.
UserQueryShutdown() - Constructor for class net.lightapi.portal.user.query.UserQueryShutdown
 
UserQueryStartup - Class in net.lightapi.portal.user.query
This is the startup hook for user-query to start the UserQueryStreams.
UserQueryStartup() - Constructor for class net.lightapi.portal.user.query.UserQueryStartup
 
UserQueryStreams - Class in net.lightapi.portal.user.query
 
UserQueryStreams() - Constructor for class net.lightapi.portal.user.query.UserQueryStreams
 
UserQueryStreams.UserEventProcessor - Class in net.lightapi.portal.user.query
 
userStreams - Static variable in class net.lightapi.portal.user.query.UserQueryStartup
 
C D G H I L N O P Q S U 
All Classes and Interfaces|All Packages|Constant Field Values