| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.process(ClientDetails clientDetails,
org.piangles.backbone.services.msg.Event event) |
| Constructor and Description |
|---|
EventListener(ClientDetails clientDetails,
org.piangles.core.resources.ConsumerProperties consumerProps,
EventDispatcher eventDispatcher) |
EventProcessingManager(ClientDetails clientDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
PassThruControlEventProcessor.process(ClientDetails clientDetails,
org.piangles.backbone.services.msg.Event event) |
void |
PassThruApplicationEventsProcessor.process(ClientDetails clientDetails,
org.piangles.backbone.services.msg.Event event) |
void |
AbstractEventProcessor.process(ClientDetails clientDetails,
org.piangles.backbone.services.msg.Event event) |
abstract void |
AbstractEventProcessor.processPayload(ClientDetails clientDetails,
T payload) |
| Modifier and Type | Method and Description |
|---|---|
Response |
RequestProcessor.processRequest(ClientDetails clientDetails,
Request request) |
void |
Communicator.sendMFASetupCommunication(ClientDetails clientDetails,
org.piangles.backbone.services.profile.BasicUserProfile basicUserProfile) |
void |
MFAManager.sendMFAToken(ClientDetails clientDetails) |
void |
Communicator.sendPasswordChangeAttemptCommunication(ClientDetails clientDetails,
org.piangles.backbone.services.auth.AuthenticationResponse authResponse) |
static void |
ResponseSender.sendResponse(ClientDetails clientDetails,
Response response) |
static void |
RequestValidator.validate(ClientDetails clientDetails,
Request request)
Client needs to send
1.
|
boolean |
MFAManager.validateMFAToken(ClientDetails clientDetails,
String token) |
| Constructor and Description |
|---|
RequestProcessingThread(ClientDetails clientDetails,
Request request,
RequestProcessor requestProcessor,
EventProcessingManager mpm) |
| Constructor and Description |
|---|
RequestResponseDetails(ClientDetails clientDetails,
Request request,
Response response)
README
------
Even though Request and Response are passed in as parameters,
they are only used to construct the RequestResponseDetails and nothing more.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostRequestProcessingHook.process(ClientDetails clientDetails,
RequestResponseDetails reqRespDetails,
Object epRequest,
Object epResponse) |
void |
PostAuthenticationHook.process(String endpoint,
ClientDetails clientDetails) |
void |
MidAuthenticationHook.process(String endpoint,
ClientDetails clientDetails) |
| 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) |
Response |
AbstractRequestProcessor.processRequest(ClientDetails clientDetails,
Request request) |
protected SimpleResponse |
DefaultStreamRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
AppReq appRequest) |
protected SimpleResponse |
SendMFATokenRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
org.piangles.backbone.services.profile.BasicUserProfile upRequest) |
protected SimpleResponse |
CreateUserProfileRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
org.piangles.backbone.services.profile.BasicUserProfile userProfile) |
protected org.piangles.backbone.services.profile.BasicUserProfile |
UpdateUserProfileRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
org.piangles.backbone.services.profile.BasicUserProfile userProfile) |
protected SimpleResponse |
ChangePasswordRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
ChangePasswordRequest chgPassRequest) |
protected Location |
GetLocationRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected List<String> |
ListEndpointsRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected Map<String,Object> |
GetUserPreferencesRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected SimpleResponse |
LogoutRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected SimpleResponse |
KeepSessionAliveRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected org.piangles.backbone.services.profile.BasicUserProfile |
GetUserProfileRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EmptyRequest emptyRequest) |
protected abstract EndpointResp |
AbstractRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
EndpointReq endpointRequest) |
protected SimpleResponse |
GeneratePasswordResetTokenRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
GeneratePasswordResetTokenRequest tokenRequest) |
protected BooleanResponse |
UserProfileExistsRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
GenericContactRequest userProfileExistsRequest) |
protected SimpleResponse |
SetLocationRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
LocationRequest locationRequest) |
protected LoginResponse |
LoginRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
LoginRequest loginRequest)
The user can login in 2 ways.
|
protected SimpleResponse |
UpdateUserPreferencesRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
Map<String,Object> nvPair) |
protected BooleanResponse |
MFASetupRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
MFASetupRequest mfaSetupRequest) |
protected SimpleResponse |
SignUpRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
SignUpRequest signupRequest) |
protected org.piangles.backbone.services.config.Configuration |
GetConfigRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
String configId) |
protected EndpointMetadata |
EndpointMetadataRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
String endpoint) |
SimpleResponse |
SubscriptionRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
SubscriptionRequest subscribeRequest) |
protected org.piangles.backbone.services.suggest.SuggestionResponse |
AutoSuggestRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
org.piangles.backbone.services.suggest.SuggestionRequest suggestionRequest) |
protected BooleanResponse |
ValidateMFATokenRequestProcessor.processRequest(ClientDetails clientDetails,
Request request,
ValidateMFATokenRequest validateMFARequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangePasswordRequestValidator.validate(ClientDetails clientDetails,
Request request,
ChangePasswordRequest cpRequest) |
abstract void |
AbstractRequestValidator.validate(ClientDetails clientDetails,
Request request,
EndpointReq epRequest) |
void |
GenericContactRequestValidator.validate(ClientDetails clientDetails,
Request request,
GenericContactRequest userProfileExistsRequest) |
void |
LoginRequestValidator.validate(ClientDetails clientDetails,
Request request,
LoginRequest loginRequest) |
void |
SignUpRequestValidator.validate(ClientDetails clientDetails,
Request request,
SignUpRequest signupRequest) |
void |
SubscriptionRequestValidator.validate(ClientDetails clientDetails,
Request request,
SubscriptionRequest subscriptionRequest) |
Copyright © 2022. All rights reserved.