Skip navigation links
A B C D E G H I K L M N O P R S T U V W 

A

AbstractAuthenticationProcessor<EndpointReq,EndpointResp> - Class in org.piangles.gateway.requests.processors
 
AbstractAuthenticationProcessor(Enum<?>, Class<EndpointReq>, Class<EndpointResp>) - Constructor for class org.piangles.gateway.requests.processors.AbstractAuthenticationProcessor
 
AbstractEventProcessor<T> - Class in org.piangles.gateway.events.processors
 
AbstractEventProcessor(String) - Constructor for class org.piangles.gateway.events.processors.AbstractEventProcessor
 
AbstractRequestProcessor<EndpointReq,EndpointResp> - Class in org.piangles.gateway.requests.processors
How do the implementing classes get access to 1.
AbstractRequestProcessor(Enum<?>, Class<EndpointReq>, Class<EndpointResp>) - Constructor for class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
AbstractRequestProcessor(Enum<?>, CommunicationPattern, Class<EndpointReq>, Class<EndpointResp>) - Constructor for class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
AbstractRequestValidator<EndpointReq> - Class in org.piangles.gateway.requests.validators
One of the checks here should be SessionId the client sends should be the same as the one assigned by the server.
AbstractRequestValidator(Enum<?>) - Constructor for class org.piangles.gateway.requests.validators.AbstractRequestValidator
 
AbstractStreamAcquirer<AppReq,SI> - Class in org.piangles.gateway.requests.processors
 
AbstractStreamAcquirer(Enum<?>, Class<AppReq>) - Constructor for class org.piangles.gateway.requests.processors.AbstractStreamAcquirer
 
acquireStream(AppReq) - Method in interface org.piangles.gateway.requests.processors.StreamAcquirer
 
addNewConsumer(KafkaConsumer<String, String>) - Method in class org.piangles.gateway.events.KafkaConsumerManager
 
AuthenticationDetails - Class in org.piangles.gateway.requests.dto
 
AuthenticationDetails() - Constructor for class org.piangles.gateway.requests.dto.AuthenticationDetails
 
AuthenticationDetails(boolean, boolean, boolean, String, String, String, long, long) - Constructor for class org.piangles.gateway.requests.dto.AuthenticationDetails
 
AutoSuggestRequestProcessor - Class in org.piangles.gateway.requests.processors
 
AutoSuggestRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.AutoSuggestRequestProcessor
 

B

BooleanResponse - Class in org.piangles.gateway.requests.dto
 
BooleanResponse() - Constructor for class org.piangles.gateway.requests.dto.BooleanResponse
 
BooleanResponse(boolean, String) - Constructor for class org.piangles.gateway.requests.dto.BooleanResponse
 

C

ChangePasswordRequest - Class in org.piangles.gateway.requests.dto
 
ChangePasswordRequest(String) - Constructor for class org.piangles.gateway.requests.dto.ChangePasswordRequest
 
ChangePasswordRequest(String, String) - Constructor for class org.piangles.gateway.requests.dto.ChangePasswordRequest
 
ChangePasswordRequestProcessor - Class in org.piangles.gateway.requests.processors
 
ChangePasswordRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.ChangePasswordRequestProcessor
 
ChangePasswordRequestValidator - Class in org.piangles.gateway.requests.validators
 
ChangePasswordRequestValidator() - Constructor for class org.piangles.gateway.requests.validators.ChangePasswordRequestValidator
 
clearRequestProcessors() - Method in class org.piangles.gateway.requests.RequestRouter
Clearning methods for the internal maps
clearRequestValidators() - Method in class org.piangles.gateway.requests.RequestRouter
 
ClientDetails - Class in org.piangles.gateway.client
 
ClientDetails(InetSocketAddress, ClientEndpoint, SessionDetails, long, long, Location) - Constructor for class org.piangles.gateway.client.ClientDetails
 
ClientEndpoint - Interface in org.piangles.gateway
 
ClientState - Enum in org.piangles.gateway.client
 
close() - Method in interface org.piangles.gateway.ClientEndpoint
 
closeAnyMarked() - Method in class org.piangles.gateway.events.KafkaConsumerManager
 
closeOrMarkForClose(KafkaConsumer<String, String>) - Method in class org.piangles.gateway.events.KafkaConsumerManager
 
CommunicationPattern - Enum in org.piangles.gateway
 
Communicator - Interface in org.piangles.gateway.requests
 
Constants - Class in org.piangles.gateway
 
Constants() - Constructor for class org.piangles.gateway.Constants
 
convert() - Method in class org.piangles.gateway.client.Location
 
convert(GeoLocation, boolean) - Static method in class org.piangles.gateway.client.Location
 
CreateUserProfileRequestProcessor - Class in org.piangles.gateway.requests.processors
 
CreateUserProfileRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.CreateUserProfileRequestProcessor
 

D

DEFAULT_HOST - Static variable in class org.piangles.gateway.GatewayConfiguration
 
DEFAULT_IDLE_TIMEOUT - Static variable in class org.piangles.gateway.GatewayConfiguration
 
DEFAULT_MAX_TEXT_MESSAGE_SIZE - Static variable in class org.piangles.gateway.GatewayConfiguration
 
DEFAULT_PORT - Static variable in class org.piangles.gateway.GatewayConfiguration
 
DefaultGatewayRequestValidator<EndpointReq> - Class in org.piangles.gateway.requests.validators
 
DefaultGatewayRequestValidator(Class<EndpointReq>) - Constructor for class org.piangles.gateway.requests.validators.DefaultGatewayRequestValidator
 
DefaultStreamRequestProcessor<AppReq,SI,SO> - Class in org.piangles.gateway.requests.processors
 
DefaultStreamRequestProcessor(StreamAcquirer<AppReq, SI>) - Constructor for class org.piangles.gateway.requests.processors.DefaultStreamRequestProcessor
 
DefaultStreamRequestProcessor(StreamAcquirer<AppReq, SI>, StreamProcessor<SI, SO>) - Constructor for class org.piangles.gateway.requests.processors.DefaultStreamRequestProcessor
 
description() - Method in enum org.piangles.gateway.CommunicationPattern
 
dispatchAllEvents(Map<Event, Topic>) - Method in interface org.piangles.gateway.events.EventDispatcher
 
dispatchAllEvents(Map<Event, Topic>) - Method in class org.piangles.gateway.events.EventProcessingManager
 

E

EmptyRequest - Class in org.piangles.gateway.requests.dto
 
EmptyRequest() - Constructor for class org.piangles.gateway.requests.dto.EmptyRequest
 
enableAutomaticPassThru() - Method in class org.piangles.gateway.events.EventRouter
If we do not enable AutomaticPassThru for Events then for each type of Control & Notification we have to create and register Processor, like below EventRouter.getInstance().registerPassThruProcessor(EventType.Control, "TestMessage"); EventRouter.getInstance().registerPassThruProcessor(EventType.Notification, "com.pianglesdemo.services.news.NewsEvent"); OR process it specifically, like below EventRouter.getInstance().registerControlProcessor("TestMessage", new PassThruControlEventProcessor()); EventRouter.getInstance().registerNotificationProcessor(new PassThruNotificationEventProcessor("com.pianglesdemo.services.news.NewsEvent"));
EndpointMetadata - Class in org.piangles.gateway.requests.dto
 
EndpointMetadata(String, String, String, boolean, String, String) - Constructor for class org.piangles.gateway.requests.dto.EndpointMetadata
 
EndpointMetadataRequestProcessor - Class in org.piangles.gateway.requests.processors
 
EndpointMetadataRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.EndpointMetadataRequestProcessor
 
Endpoints - Enum in org.piangles.gateway.requests
 
EventDispatcher - Interface in org.piangles.gateway.events
 
EventListener - Class in org.piangles.gateway.events
 
EventListener(ClientDetails, ConsumerProperties, EventDispatcher) - Constructor for class org.piangles.gateway.events.EventListener
 
EventProcessingManager - Class in org.piangles.gateway.events
People only see what you allow them to see.
EventProcessingManager(ClientDetails) - Constructor for class org.piangles.gateway.events.EventProcessingManager
 
EventProcessor - Interface in org.piangles.gateway.events
 
EventRouter - Class in org.piangles.gateway.events
 

G

GatewayConfiguration - Class in org.piangles.gateway
Set the configuration here to overcome Errors like below.
GatewayConfiguration() - Constructor for class org.piangles.gateway.GatewayConfiguration
 
GatewayConfiguration(String, int, long, int) - Constructor for class org.piangles.gateway.GatewayConfiguration
 
GatewayDAO - Interface in org.piangles.gateway.requests.dao
 
GatewayDAOImpl - Class in org.piangles.gateway.requests.dao
 
GatewayDAOImpl() - Constructor for class org.piangles.gateway.requests.dao.GatewayDAOImpl
 
GatewayService - Interface in org.piangles.gateway
 
GatewayServiceImpl - Class in org.piangles.gateway.service.impl.jetty
 
GatewayServiceImpl() - Constructor for class org.piangles.gateway.service.impl.jetty.GatewayServiceImpl
 
GeneratePasswordResetTokenRequest - Class in org.piangles.gateway.requests.dto
 
GeneratePasswordResetTokenRequest(String) - Constructor for class org.piangles.gateway.requests.dto.GeneratePasswordResetTokenRequest
 
GeneratePasswordResetTokenRequestProcessor - Class in org.piangles.gateway.requests.processors
 
GeneratePasswordResetTokenRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.GeneratePasswordResetTokenRequestProcessor
 
GenericContactRequest - Class in org.piangles.gateway.requests.dto
 
GenericContactRequest(String, String) - Constructor for class org.piangles.gateway.requests.dto.GenericContactRequest
 
GenericContactRequestValidator - Class in org.piangles.gateway.requests.validators
 
GenericContactRequestValidator(Enum<?>) - Constructor for class org.piangles.gateway.requests.validators.GenericContactRequestValidator
 
getApplicationData() - Method in class org.piangles.gateway.client.ClientDetails
 
getAuthenticationType() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
getBrowserName() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 
getBrowserVersion() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 
getClientEndpoint() - Method in class org.piangles.gateway.client.ClientDetails
 
getCode() - Method in enum org.piangles.gateway.requests.dto.StatusCode
 
getCommunicationPattern() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 
getCommunicationPattern() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getCommunicationPattern() - Method in interface org.piangles.gateway.requests.RequestProcessor
 
getCommunicator() - Method in class org.piangles.gateway.requests.RequestRouter
 
GetConfigRequestProcessor - Class in org.piangles.gateway.requests.processors
 
GetConfigRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.GetConfigRequestProcessor
 
getDescription() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 
getEmailId() - Method in class org.piangles.gateway.requests.dto.GeneratePasswordResetTokenRequest
 
getEmailId() - Method in class org.piangles.gateway.requests.dto.GenericContactRequest
 
getEmailId() - Method in class org.piangles.gateway.requests.dto.SignUpRequest
 
getEndpoint() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getEndpoint() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 
getEndpoint() - Method in class org.piangles.gateway.requests.dto.Request
 
getEndpoint() - Method in class org.piangles.gateway.requests.dto.Response
 
getEndpoint() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getEndpoint() - Method in class org.piangles.gateway.requests.processors.AbstractStreamAcquirer
 
getEndpoint() - Method in interface org.piangles.gateway.requests.processors.StreamAcquirer
 
getEndpoint() - Method in interface org.piangles.gateway.requests.RequestProcessor
 
getEndpointRequest() - Method in class org.piangles.gateway.requests.dto.Request
 
getEndpointRequestClass() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getEndpointRequestClass() - Method in interface org.piangles.gateway.requests.RequestProcessor
 
getEndpointResponse() - Method in class org.piangles.gateway.requests.dto.Response
 
getEndpointResponseClass() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getEndpointResponseClass() - Method in interface org.piangles.gateway.requests.RequestProcessor
 
getErrorMessage() - Method in class org.piangles.gateway.requests.dto.Response
 
getEventProcessingManager() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getFailureReason() - Method in class org.piangles.gateway.requests.dto.LoginResponse
 
getFirstName() - Method in class org.piangles.gateway.requests.dto.SignUpRequest
 
getGatewayDAO() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
getGatewayDAO() - Method in class org.piangles.gateway.requests.RequestRouter
 
getHost() - Method in class org.piangles.gateway.GatewayConfiguration
 
getHostName() - Method in class org.piangles.gateway.client.ClientDetails
 
getHostName() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getId() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
getId() - Method in class org.piangles.gateway.requests.dto.SubscriptionRequest
 
getIdleTimeout() - Method in class org.piangles.gateway.GatewayConfiguration
 
getInactivityExpiryTimeInSeconds() - Method in class org.piangles.gateway.client.ClientDetails
 
getInactivityExpiryTimeInSeconds() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
getInstance() - Static method in class org.piangles.gateway.events.EventRouter
 
getInstance() - Static method in class org.piangles.gateway.events.KafkaConsumerManager
 
getInstance() - Static method in class org.piangles.gateway.requests.RequestRouter
 
getInstance() - Static method in class org.piangles.gateway.requests.StatusCodeMapper
 
getIPAddress() - Method in class org.piangles.gateway.client.ClientDetails
 
getIpAddress() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getIssuedTime() - Method in class org.piangles.gateway.requests.dto.Request
 
getIssuedTime() - Method in class org.piangles.gateway.requests.dto.Response
 
getLastLoggedInTimestamp() - Method in class org.piangles.gateway.client.ClientDetails
 
getLastLoggedInTimestamp() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
getLastName() - Method in class org.piangles.gateway.requests.dto.SignUpRequest
 
getLatitude() - Method in class org.piangles.gateway.client.Location
 
getLocation() - Method in class org.piangles.gateway.client.ClientDetails
 
getLocation() - Method in class org.piangles.gateway.requests.dto.LocationRequest
 
GetLocationRequestProcessor - Class in org.piangles.gateway.requests.processors
 
GetLocationRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.GetLocationRequestProcessor
 
getLoggedInDate() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getLoggedInTimestamp() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getLongitude() - Method in class org.piangles.gateway.client.Location
 
getMaxTextMessageSize() - Method in class org.piangles.gateway.GatewayConfiguration
 
getMessage() - Method in class org.piangles.gateway.requests.dto.BooleanResponse
 
getMessage() - Method in class org.piangles.gateway.requests.dto.SimpleResponse
 
getMessage() - Method in enum org.piangles.gateway.requests.dto.StatusCode
 
getMessageProcessingManager() - Method in class org.piangles.gateway.requests.RequestProcessingThread
 
getMessageType() - Method in class org.piangles.gateway.Message
 
getMFAManager() - Method in class org.piangles.gateway.requests.RequestRouter
 
getMFAToken() - Method in class org.piangles.gateway.requests.dto.ValidateMFATokenRequest
 
getMidAuthenticationHook() - Method in class org.piangles.gateway.requests.RequestRouter
 
getName() - Method in class org.piangles.gateway.requests.validators.AbstractRequestValidator
 
getName() - Method in class org.piangles.gateway.requests.validators.DefaultGatewayRequestValidator
 
getNewPassword() - Method in class org.piangles.gateway.requests.dto.ChangePasswordRequest
 
getNoOfAttemptsRemaining() - Method in class org.piangles.gateway.requests.dto.LoginResponse
 
getOldPassword() - Method in class org.piangles.gateway.requests.dto.ChangePasswordRequest
 
getOsName() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 
getPassword() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
getPassword() - Method in class org.piangles.gateway.requests.dto.SignUpRequest
 
getPayload() - Method in class org.piangles.gateway.Message
 
getPhoneNo() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
getPhoneNo() - Method in class org.piangles.gateway.requests.dto.GenericContactRequest
 
getPhoneNo() - Method in class org.piangles.gateway.requests.dto.SignUpRequest
 
getPhoneNumber() - Method in class org.piangles.gateway.requests.dto.MFASetupRequest
 
getPhysicalAddress() - Method in class org.piangles.gateway.requests.dto.LocationRequest
 
getPingTimestamp() - Method in class org.piangles.gateway.requests.dto.Pong
 
getPort() - Method in class org.piangles.gateway.client.ClientDetails
 
getPort() - Method in class org.piangles.gateway.GatewayConfiguration
 
getPostAuthenticationHook() - Method in class org.piangles.gateway.requests.RequestRouter
 
getPostRequestProcessingHook() - Method in class org.piangles.gateway.requests.RequestRouter
 
getProcessor(Event) - Method in class org.piangles.gateway.events.EventRouter
 
getReceiptTime() - Method in class org.piangles.gateway.requests.dto.Request
 
getReceivedTimestamp() - Method in class org.piangles.gateway.requests.dto.Pong
 
getRegisteredEndpoints() - Method in class org.piangles.gateway.requests.RequestRouter
 
getRemoteAddress() - Method in class org.piangles.gateway.client.ClientDetails
 
getRequestClass() - Method in class org.piangles.gateway.requests.processors.AbstractStreamAcquirer
 
getRequestClass() - Method in interface org.piangles.gateway.requests.processors.StreamAcquirer
 
getRequestIssuedTime() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getRequestProcessingTime() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getRequestProcessingTime() - Method in class org.piangles.gateway.requests.dto.Response
 
getRequestProcessor(String) - Method in class org.piangles.gateway.requests.RequestRouter
 
getRequestReceiptTime() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getRequestSchema() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 
getRequestTransitTime() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getRequestTransitTime() - Method in class org.piangles.gateway.requests.dto.Response
 
getResponse() - Method in class org.piangles.gateway.requests.RequestProcessingThread
 
getResponseIssuedTime() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getResponseSchema() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 
getScreenHeightInPixels() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 
getScreenWidthInPixels() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 
getSequenceNo() - Method in class org.piangles.gateway.requests.dto.Ping
 
getSequenceNo() - Method in class org.piangles.gateway.requests.dto.Pong
 
getSessionDetails() - Method in class org.piangles.gateway.client.ClientDetails
 
getSessionDetails() - Method in class org.piangles.gateway.requests.HookProcessor
 
getSessionId() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getSessionId() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
getSessionId() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
getSessionId() - Method in class org.piangles.gateway.requests.dto.Request
 
getStatusCode() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getStatusCode() - Method in class org.piangles.gateway.requests.dto.Response
 
getStatusCode(ServiceRuntimeException) - Method in class org.piangles.gateway.requests.StatusCodeMapper
 
getSystemInfo() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getSystemInfo() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
getTClass() - Method in class org.piangles.gateway.requests.dao.RequestResponseDAOImpl
 
getTClass() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfoDAOImpl
 
getTimestamp() - Method in class org.piangles.gateway.requests.dto.Ping
 
getToken() - Method in class org.piangles.gateway.requests.dto.MFASetupRequest
 
getTopicAlias() - Method in class org.piangles.gateway.requests.dto.SubscriptionRequest
 
getTraceId() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getTraceId() - Method in class org.piangles.gateway.requests.dto.Request
 
getTraceId() - Method in class org.piangles.gateway.requests.dto.Response
 
getTraceId() - Method in class org.piangles.gateway.requests.HookProcessor
 
getTransitTime() - Method in class org.piangles.gateway.requests.dto.Request
 
getType() - Method in interface org.piangles.gateway.events.EventProcessor
 
getType() - Method in class org.piangles.gateway.events.processors.AbstractEventProcessor
 
getType() - Method in class org.piangles.gateway.events.processors.PassThruApplicationEventsProcessor
 
getType() - Method in class org.piangles.gateway.events.processors.PassThruControlEventProcessor
 
getUserId() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
getUserId() - Method in class org.piangles.gateway.requests.dao.UserDeviceInfo
 
getUserId() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
GetUserPreferencesRequestProcessor - Class in org.piangles.gateway.requests.processors
 
GetUserPreferencesRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.GetUserPreferencesRequestProcessor
 
GetUserProfileRequestProcessor - Class in org.piangles.gateway.requests.processors
 
GetUserProfileRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.GetUserProfileRequestProcessor
 
getZipCode() - Method in class org.piangles.gateway.requests.dto.LocationRequest
 

H

hasSessionExpired() - Method in class org.piangles.gateway.client.ClientDetails
 
HookProcessor - Class in org.piangles.gateway.requests
 
HookProcessor(UUID, SessionDetails, Runnable) - Constructor for class org.piangles.gateway.requests.HookProcessor
 

I

init(GatewayConfiguration) - Method in interface org.piangles.gateway.GatewayService
 
init(GatewayConfiguration) - Method in class org.piangles.gateway.service.impl.jetty.GatewayServiceImpl
 
insertRequestResponseDetails(RequestResponseDetails) - Method in interface org.piangles.gateway.requests.dao.GatewayDAO
 
insertRequestResponseDetails(RequestResponseDetails) - Method in class org.piangles.gateway.requests.dao.GatewayDAOImpl
 
insertRequestResponseDetails(RequestResponseDetails) - Method in class org.piangles.gateway.requests.dao.RequestResponseDAOImpl
 
insertUserDeviceInfo(UserDeviceInfo) - Method in interface org.piangles.gateway.requests.dao.GatewayDAO
 
insertUserDeviceInfo(UserDeviceInfo) - Method in class org.piangles.gateway.requests.dao.GatewayDAOImpl
 
insertUserDeviceInfo(UserDeviceInfo) - Method in class org.piangles.gateway.requests.dao.UserDeviceInfoDAOImpl
 
isAuthenticated() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
isAuthenticatedByToken() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
isAuthenticationEndpoint(String) - Method in class org.piangles.gateway.requests.RequestRouter
 
isAutomaticPassThru() - Method in class org.piangles.gateway.events.EventRouter
 
isCriteriaSatisfied() - Method in class org.piangles.gateway.requests.dto.BooleanResponse
 
isEnabled() - Method in class org.piangles.gateway.requests.dto.MFASetupRequest
 
isLoggedInAsGuest() - Method in class org.piangles.gateway.requests.dto.LoginResponse
 
isMFAEnabled() - Method in class org.piangles.gateway.requests.dto.AuthenticationDetails
 
isMidAuthenticationEndpoint(String) - Method in class org.piangles.gateway.requests.RequestRouter
 
isPreAuthenticationEndpoint(String) - Method in class org.piangles.gateway.requests.RequestRouter
Accessor methods and Helper methods for the above setters / registers
isPrecise() - Method in class org.piangles.gateway.client.Location
 
isRequestSuccessful() - Method in class org.piangles.gateway.requests.dao.RequestResponseDetails
 
isRequestSuccessful() - Method in class org.piangles.gateway.requests.dto.Response
 
isRequestSuccessful() - Method in class org.piangles.gateway.requests.dto.SimpleResponse
 
isValidSessionNeeded() - Method in class org.piangles.gateway.requests.dto.EndpointMetadata
 

K

KafkaConsumerManager - Class in org.piangles.gateway.events
 
KeepSessionAliveRequestProcessor - Class in org.piangles.gateway.requests.processors
 
KeepSessionAliveRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.KeepSessionAliveRequestProcessor
 

L

ListEndpointsRequestProcessor - Class in org.piangles.gateway.requests.processors
 
ListEndpointsRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.ListEndpointsRequestProcessor
 
Location - Class in org.piangles.gateway.client
 
Location(double, double, boolean) - Constructor for class org.piangles.gateway.client.Location
 
LocationRequest - Class in org.piangles.gateway.requests.dto
 
LocationRequest(PhysicalAddress) - Constructor for class org.piangles.gateway.requests.dto.LocationRequest
 
LocationRequest(ZipCode) - Constructor for class org.piangles.gateway.requests.dto.LocationRequest
 
LocationRequest(Location) - Constructor for class org.piangles.gateway.requests.dto.LocationRequest
 
logger - Variable in class org.piangles.gateway.events.processors.AbstractEventProcessor
 
logger - Variable in class org.piangles.gateway.requests.RequestProcessingThread
 
LoginRequest - Class in org.piangles.gateway.requests.dto
 
LoginRequest(String, String, String, String, SystemInfo) - Constructor for class org.piangles.gateway.requests.dto.LoginRequest
 
LoginRequestProcessor - Class in org.piangles.gateway.requests.processors
 
LoginRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.LoginRequestProcessor
 
LoginRequestValidator - Class in org.piangles.gateway.requests.validators
 
LoginRequestValidator() - Constructor for class org.piangles.gateway.requests.validators.LoginRequestValidator
 
LoginResponse - Class in org.piangles.gateway.requests.dto
 
LoginResponse(boolean, boolean, boolean, String, String, String, long, long) - Constructor for class org.piangles.gateway.requests.dto.LoginResponse
 
LoginResponse(int, FailureReason) - Constructor for class org.piangles.gateway.requests.dto.LoginResponse
 
LogoutRequestProcessor - Class in org.piangles.gateway.requests.processors
 
LogoutRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.LogoutRequestProcessor
 

M

markForStopping() - Method in class org.piangles.gateway.events.EventListener
 
markLastAccessed() - Method in class org.piangles.gateway.client.ClientDetails
 
markTransitTime() - Method in class org.piangles.gateway.requests.dto.Request
 
Message - Class in org.piangles.gateway
 
Message(MessageType, Object) - Constructor for class org.piangles.gateway.Message
 
MessageType - Enum in org.piangles.gateway
 
MFAManager - Interface in org.piangles.gateway.requests
 
MFASetupRequest - Class in org.piangles.gateway.requests.dto
 
MFASetupRequest(String, String, boolean) - Constructor for class org.piangles.gateway.requests.dto.MFASetupRequest
 
MFASetupRequestProcessor - Class in org.piangles.gateway.requests.processors
 
MFASetupRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.MFASetupRequestProcessor
 
MidAuthenticationHook - Interface in org.piangles.gateway.requests.hooks
 

N

NAME - Static variable in interface org.piangles.gateway.GatewayService
 

O

onClose(int, String) - Method in class org.piangles.gateway.requests.RequestProcessingManager
 
onClose(int, String) - Method in class org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler
 
onConnect(Session) - Method in class org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler
 
onError(Throwable) - Method in class org.piangles.gateway.requests.RequestProcessingManager
 
onError(Throwable) - Method in class org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler
 
onMessage(String) - Method in class org.piangles.gateway.requests.RequestProcessingManager
 
onMessage(String) - Method in class org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler
 
org.piangles.gateway - package org.piangles.gateway
 
org.piangles.gateway.client - package org.piangles.gateway.client
 
org.piangles.gateway.events - package org.piangles.gateway.events
 
org.piangles.gateway.events.processors - package org.piangles.gateway.events.processors
 
org.piangles.gateway.requests - package org.piangles.gateway.requests
 
org.piangles.gateway.requests.dao - package org.piangles.gateway.requests.dao
 
org.piangles.gateway.requests.dto - package org.piangles.gateway.requests.dto
 
org.piangles.gateway.requests.hooks - package org.piangles.gateway.requests.hooks
 
org.piangles.gateway.requests.processors - package org.piangles.gateway.requests.processors
 
org.piangles.gateway.requests.validators - package org.piangles.gateway.requests.validators
 
org.piangles.gateway.service.impl.jetty - package org.piangles.gateway.service.impl.jetty
 

P

PassThruApplicationEventsProcessor - Class in org.piangles.gateway.events.processors
 
PassThruApplicationEventsProcessor(String) - Constructor for class org.piangles.gateway.events.processors.PassThruApplicationEventsProcessor
 
PassThruControlEventProcessor - Class in org.piangles.gateway.events.processors
 
PassThruControlEventProcessor() - Constructor for class org.piangles.gateway.events.processors.PassThruControlEventProcessor
 
Ping - Class in org.piangles.gateway.requests.dto
 
Ping(long) - Constructor for class org.piangles.gateway.requests.dto.Ping
 
Pong - Class in org.piangles.gateway.requests.dto
 
Pong(long, long) - Constructor for class org.piangles.gateway.requests.dto.Pong
 
PostAuthenticationHook - Interface in org.piangles.gateway.requests.hooks
 
PostRequestProcessingHook - Interface in org.piangles.gateway.requests.hooks
 
process(ClientDetails, Event) - Method in interface org.piangles.gateway.events.EventProcessor
 
process(ClientDetails, Event) - Method in class org.piangles.gateway.events.processors.AbstractEventProcessor
 
process(ClientDetails, Event) - Method in class org.piangles.gateway.events.processors.PassThruApplicationEventsProcessor
 
process(ClientDetails, Event) - Method in class org.piangles.gateway.events.processors.PassThruControlEventProcessor
 
process(String, ClientDetails) - Method in interface org.piangles.gateway.requests.hooks.MidAuthenticationHook
 
process(String, ClientDetails) - Method in interface org.piangles.gateway.requests.hooks.PostAuthenticationHook
 
process(ClientDetails, RequestResponseDetails, Object, Object) - Method in interface org.piangles.gateway.requests.hooks.PostRequestProcessingHook
 
processGuestLogin(String, ClientDetails, SystemInfo) - Method in class org.piangles.gateway.requests.processors.AbstractAuthenticationProcessor
 
processPayload(ClientDetails, T) - Method in class org.piangles.gateway.events.processors.AbstractEventProcessor
 
processRegularLogin(String, boolean, boolean, long, ClientDetails, SystemInfo) - Method in class org.piangles.gateway.requests.processors.AbstractAuthenticationProcessor
 
processRequest(ClientDetails, Request) - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
processRequest(ClientDetails, Request, EndpointReq) - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
processRequest(ClientDetails, Request, SuggestionRequest) - Method in class org.piangles.gateway.requests.processors.AutoSuggestRequestProcessor
 
processRequest(ClientDetails, Request, ChangePasswordRequest) - Method in class org.piangles.gateway.requests.processors.ChangePasswordRequestProcessor
 
processRequest(ClientDetails, Request, BasicUserProfile) - Method in class org.piangles.gateway.requests.processors.CreateUserProfileRequestProcessor
 
processRequest(ClientDetails, Request, AppReq) - Method in class org.piangles.gateway.requests.processors.DefaultStreamRequestProcessor
 
processRequest(ClientDetails, Request, String) - Method in class org.piangles.gateway.requests.processors.EndpointMetadataRequestProcessor
 
processRequest(ClientDetails, Request, GeneratePasswordResetTokenRequest) - Method in class org.piangles.gateway.requests.processors.GeneratePasswordResetTokenRequestProcessor
 
processRequest(ClientDetails, Request, String) - Method in class org.piangles.gateway.requests.processors.GetConfigRequestProcessor
 
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.GetLocationRequestProcessor
 
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.GetUserPreferencesRequestProcessor
 
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.GetUserProfileRequestProcessor
 
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.KeepSessionAliveRequestProcessor
 
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.ListEndpointsRequestProcessor
 
processRequest(ClientDetails, Request, LoginRequest) - Method in class org.piangles.gateway.requests.processors.LoginRequestProcessor
The user can login in 2 ways.
processRequest(ClientDetails, Request, EmptyRequest) - Method in class org.piangles.gateway.requests.processors.LogoutRequestProcessor
 
processRequest(ClientDetails, Request, MFASetupRequest) - Method in class org.piangles.gateway.requests.processors.MFASetupRequestProcessor
 
processRequest(ClientDetails, Request, BasicUserProfile) - Method in class org.piangles.gateway.requests.processors.SendMFATokenRequestProcessor
 
processRequest(ClientDetails, Request, LocationRequest) - Method in class org.piangles.gateway.requests.processors.SetLocationRequestProcessor
 
processRequest(ClientDetails, Request, SignUpRequest) - Method in class org.piangles.gateway.requests.processors.SignUpRequestProcessor
 
processRequest(ClientDetails, Request, SubscriptionRequest) - Method in class org.piangles.gateway.requests.processors.SubscriptionRequestProcessor
 
processRequest(ClientDetails, Request, Map<String, Object>) - Method in class org.piangles.gateway.requests.processors.UpdateUserPreferencesRequestProcessor
 
processRequest(ClientDetails, Request, BasicUserProfile) - Method in class org.piangles.gateway.requests.processors.UpdateUserProfileRequestProcessor
 
processRequest(ClientDetails, Request, GenericContactRequest) - Method in class org.piangles.gateway.requests.processors.UserProfileExistsRequestProcessor
 
processRequest(ClientDetails, Request, ValidateMFATokenRequest) - Method in class org.piangles.gateway.requests.processors.ValidateMFATokenRequestProcessor
 
processRequest(ClientDetails, Request) - Method in interface org.piangles.gateway.requests.RequestProcessor
 

R

registerAuthenticationEndpoint(String, Enum<?>) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerCommunicator(Communicator) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerControlProcessor(String, EventProcessor) - Method in class org.piangles.gateway.events.EventRouter
 
registerDefaultAuthenticationEndpoints() - Method in class org.piangles.gateway.requests.RequestRouter
Register all authenticationEndpoints
registerDefaultMidAuthenticationEndpoints() - Method in class org.piangles.gateway.requests.RequestRouter
Register all MidAuthenticationEndpoints
registerDefaultPreAuthenticationEndpoints() - Method in class org.piangles.gateway.requests.RequestRouter
Register all preAuthenticationEndpoints
registerDefaultRequestProcessors() - Method in class org.piangles.gateway.requests.RequestRouter
Register all standard endpoints and request processors
registerDefaultRequestValidators() - Method in class org.piangles.gateway.requests.RequestRouter
 
registerMFAManager(MFAManager) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerMidAuthenticationEndpoint(String, Enum<?>) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerMidAuthenticationHook(MidAuthenticationHook) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerNotificationProcessor(EventProcessor) - Method in class org.piangles.gateway.events.EventRouter
 
registerPassThruProcessor(String, String) - Method in class org.piangles.gateway.events.EventRouter
 
registerPostAuthenticationHook(PostAuthenticationHook) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerPostRequestProcessingHook(PostRequestProcessingHook) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerPreAuthenticationEndpoint(String, Enum<?>) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerRequestProcessor(RequestProcessor) - Method in class org.piangles.gateway.requests.RequestRouter
 
registerRequestValidator(Validator) - Method in class org.piangles.gateway.requests.RequestRouter
 
Request - Class in org.piangles.gateway.requests.dto
 
Request(String, String, String) - Constructor for class org.piangles.gateway.requests.dto.Request
 
RequestProcessingManager - Class in org.piangles.gateway.requests
This is the entry point for any communication related with client.
RequestProcessingManager(InetSocketAddress, ClientEndpoint) - Constructor for class org.piangles.gateway.requests.RequestProcessingManager
 
RequestProcessingThread - Class in org.piangles.gateway.requests
 
RequestProcessingThread(ClientDetails, Request, RequestProcessor, EventProcessingManager) - Constructor for class org.piangles.gateway.requests.RequestProcessingThread
 
RequestProcessor - Interface in org.piangles.gateway.requests
 
RequestResponseDAOImpl - Class in org.piangles.gateway.requests.dao
 
RequestResponseDAOImpl(MongoDataStore) - Constructor for class org.piangles.gateway.requests.dao.RequestResponseDAOImpl
 
RequestResponseDetails - Class in org.piangles.gateway.requests.dao
 
RequestResponseDetails(ClientDetails, Request, Response) - Constructor for class org.piangles.gateway.requests.dao.RequestResponseDetails
README ------ Even though Request and Response are passed in as parameters, they are only used to construct the RequestResponseDetails and nothing more.
RequestRouter - Class in org.piangles.gateway.requests
 
RequestValidator - Class in org.piangles.gateway.requests
One of the checks here should be SessionId the client sends should be the same as the one assigned by the server.
RequestValidator() - Constructor for class org.piangles.gateway.requests.RequestValidator
 
Response - Class in org.piangles.gateway.requests.dto
 
Response(StatusCode, String) - Constructor for class org.piangles.gateway.requests.dto.Response
 
Response(UUID, String, long, long, StatusCode, String) - Constructor for class org.piangles.gateway.requests.dto.Response
 
ResponseSender - Class in org.piangles.gateway.requests
 
ResponseSender() - Constructor for class org.piangles.gateway.requests.ResponseSender
 
run() - Method in class org.piangles.gateway.events.EventListener
 
run() - Method in class org.piangles.gateway.requests.HookProcessor
 
run() - Method in class org.piangles.gateway.requests.RequestProcessingThread
 

S

sendGeneratePasswordResetTokenCommunication(String, AuthenticationResponse) - Method in interface org.piangles.gateway.requests.Communicator
 
sendMessage(Message) - Method in interface org.piangles.gateway.ClientEndpoint
 
sendMFASetupCommunication(ClientDetails, BasicUserProfile) - Method in interface org.piangles.gateway.requests.Communicator
 
sendMFAToken(ClientDetails) - Method in interface org.piangles.gateway.requests.MFAManager
 
SendMFATokenRequestProcessor - Class in org.piangles.gateway.requests.processors
 
SendMFATokenRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.SendMFATokenRequestProcessor
 
sendPasswordChangeAttemptCommunication(ClientDetails, AuthenticationResponse) - Method in interface org.piangles.gateway.requests.Communicator
 
sendResponse(ClientDetails, Response) - Static method in class org.piangles.gateway.requests.ResponseSender
 
SERVICE_NAME - Static variable in class org.piangles.gateway.Constants
 
setApplicationData(Object) - Method in class org.piangles.gateway.client.ClientDetails
 
setGatewayDAO(GatewayDAO) - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
setGatewayDAO(GatewayDAO) - Method in interface org.piangles.gateway.requests.RequestProcessor
 
SetLocationRequestProcessor - Class in org.piangles.gateway.requests.processors
 
SetLocationRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.SetLocationRequestProcessor
 
setSessionDetails(SessionDetails) - Method in class org.piangles.gateway.requests.RequestProcessingThread
TODO : Remove this Hack, this was introduced because of SignUpRequestProcessor needing to setSessionDetails in Zuro.
setSessionForCurrentThread(SessionDetails) - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.AbstractAuthenticationProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.AbstractRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.EndpointMetadataRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.GeneratePasswordResetTokenRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.ListEndpointsRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.SignUpRequestProcessor
 
shouldValidateSession() - Method in class org.piangles.gateway.requests.processors.UserProfileExistsRequestProcessor
 
shouldValidateSession() - Method in interface org.piangles.gateway.requests.RequestProcessor
 
SignUpRequest - Class in org.piangles.gateway.requests.dto
 
SignUpRequest(String, String, String, String, String) - Constructor for class org.piangles.gateway.requests.dto.SignUpRequest
 
SignUpRequestProcessor - Class in org.piangles.gateway.requests.processors
 
SignUpRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.SignUpRequestProcessor
 
SignUpRequestValidator - Class in org.piangles.gateway.requests.validators
 
SignUpRequestValidator() - Constructor for class org.piangles.gateway.requests.validators.SignUpRequestValidator
 
SimpleResponse - Class in org.piangles.gateway.requests.dto
Only used for for Successful Responses.
SimpleResponse() - Constructor for class org.piangles.gateway.requests.dto.SimpleResponse
 
SimpleResponse(String) - Constructor for class org.piangles.gateway.requests.dto.SimpleResponse
 
startProcessingRequests() - Method in interface org.piangles.gateway.GatewayService
 
startProcessingRequests() - Method in class org.piangles.gateway.service.impl.jetty.GatewayServiceImpl
 
StatusCode - Enum in org.piangles.gateway.requests.dto
 
StatusCodeMapper - Class in org.piangles.gateway.requests
 
stop() - Method in class org.piangles.gateway.events.EventProcessingManager
Restart the notification processing manager to stop any previous event listeners and start a new one.
StreamAcquirer<AppReq,SI> - Interface in org.piangles.gateway.requests.processors
 
subscribeToTopics(Map<Topic, UUID>) - Method in class org.piangles.gateway.events.EventProcessingManager
 
SubscriptionRequest - Class in org.piangles.gateway.requests.dto
 
SubscriptionRequest(String) - Constructor for class org.piangles.gateway.requests.dto.SubscriptionRequest
 
SubscriptionRequest(String, String) - Constructor for class org.piangles.gateway.requests.dto.SubscriptionRequest
 
SubscriptionRequestProcessor - Class in org.piangles.gateway.requests.processors
 
SubscriptionRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.SubscriptionRequestProcessor
 
SubscriptionRequestValidator - Class in org.piangles.gateway.requests.validators
 
SubscriptionRequestValidator() - Constructor for class org.piangles.gateway.requests.validators.SubscriptionRequestValidator
 
SystemInfo - Class in org.piangles.gateway.requests.dto
 
SystemInfo(String, String, String) - Constructor for class org.piangles.gateway.requests.dto.SystemInfo
 
SystemInfo(String, String, String, int, int) - Constructor for class org.piangles.gateway.requests.dto.SystemInfo
 

T

toString() - Method in class org.piangles.gateway.client.ClientDetails
 
toString() - Method in class org.piangles.gateway.Message
 
toString() - Method in class org.piangles.gateway.requests.dto.BooleanResponse
 
toString() - Method in class org.piangles.gateway.requests.dto.EmptyRequest
 
toString() - Method in class org.piangles.gateway.requests.dto.GeneratePasswordResetTokenRequest
 
toString() - Method in class org.piangles.gateway.requests.dto.LoginRequest
 
toString() - Method in class org.piangles.gateway.requests.dto.LoginResponse
 
toString() - Method in class org.piangles.gateway.requests.dto.Request
 
toString() - Method in class org.piangles.gateway.requests.dto.Response
 
toString() - Method in class org.piangles.gateway.requests.dto.SimpleResponse
 
toString() - Method in enum org.piangles.gateway.requests.dto.StatusCode
 
toString() - Method in class org.piangles.gateway.requests.dto.SystemInfo
 

U

unsubscribeTopics(List<Topic>) - Method in class org.piangles.gateway.events.EventProcessingManager
 
UpdateUserPreferencesRequestProcessor - Class in org.piangles.gateway.requests.processors
 
UpdateUserPreferencesRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.UpdateUserPreferencesRequestProcessor
 
UpdateUserProfileRequestProcessor - Class in org.piangles.gateway.requests.processors
 
UpdateUserProfileRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.UpdateUserProfileRequestProcessor
 
UserDeviceInfo - Class in org.piangles.gateway.requests.dao
 
UserDeviceInfo(String, String, String, SystemInfo) - Constructor for class org.piangles.gateway.requests.dao.UserDeviceInfo
 
UserDeviceInfoDAOImpl - Class in org.piangles.gateway.requests.dao
 
UserDeviceInfoDAOImpl(MongoDataStore) - Constructor for class org.piangles.gateway.requests.dao.UserDeviceInfoDAOImpl
 
UserProfileExistsRequestProcessor - Class in org.piangles.gateway.requests.processors
 
UserProfileExistsRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.UserProfileExistsRequestProcessor
 

V

validate(ClientDetails, Request) - Static method in class org.piangles.gateway.requests.RequestValidator
Client needs to send 1.
validate(Object...) - Method in class org.piangles.gateway.requests.validators.AbstractRequestValidator
 
validate(ClientDetails, Request, EndpointReq) - Method in class org.piangles.gateway.requests.validators.AbstractRequestValidator
 
validate(ClientDetails, Request, ChangePasswordRequest) - Method in class org.piangles.gateway.requests.validators.ChangePasswordRequestValidator
 
validate(Object...) - Method in class org.piangles.gateway.requests.validators.DefaultGatewayRequestValidator
 
validate(ClientDetails, Request, GenericContactRequest) - Method in class org.piangles.gateway.requests.validators.GenericContactRequestValidator
 
validate(ClientDetails, Request, LoginRequest) - Method in class org.piangles.gateway.requests.validators.LoginRequestValidator
 
validate(ClientDetails, Request, SignUpRequest) - Method in class org.piangles.gateway.requests.validators.SignUpRequestValidator
 
validate(ClientDetails, Request, SubscriptionRequest) - Method in class org.piangles.gateway.requests.validators.SubscriptionRequestValidator
 
validateMFAToken(ClientDetails, String) - Method in interface org.piangles.gateway.requests.MFAManager
 
ValidateMFATokenRequest - Class in org.piangles.gateway.requests.dto
 
ValidateMFATokenRequest(String) - Constructor for class org.piangles.gateway.requests.dto.ValidateMFATokenRequest
 
ValidateMFATokenRequestProcessor - Class in org.piangles.gateway.requests.processors
 
ValidateMFATokenRequestProcessor() - Constructor for class org.piangles.gateway.requests.processors.ValidateMFATokenRequestProcessor
 
valueOf(String) - Static method in enum org.piangles.gateway.client.ClientState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.piangles.gateway.CommunicationPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.piangles.gateway.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.piangles.gateway.requests.dto.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.piangles.gateway.requests.Endpoints
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.piangles.gateway.client.ClientState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.piangles.gateway.CommunicationPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.piangles.gateway.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.piangles.gateway.requests.dto.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.piangles.gateway.requests.Endpoints
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocketLifecycleEventHandler - Class in org.piangles.gateway.service.impl.jetty
 
WebSocketLifecycleEventHandler(GatewayConfiguration, Map<String, List<String>>) - Constructor for class org.piangles.gateway.service.impl.jetty.WebSocketLifecycleEventHandler
 
A B C D E G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.