Index

A C F G H I L M O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

A

AuthController - Class in com.MedilaboSolutions.gateway.controller
 
AuthController() - Constructor for class com.MedilaboSolutions.gateway.controller.AuthController
 
AuthFilter - Class in com.MedilaboSolutions.gateway.filters
 
AuthFilter() - Constructor for class com.MedilaboSolutions.gateway.filters.AuthFilter
 
AuthRequest - Class in com.MedilaboSolutions.gateway.dto
 
AuthRequest() - Constructor for class com.MedilaboSolutions.gateway.dto.AuthRequest
 
AuthResponse - Class in com.MedilaboSolutions.gateway.dto
 
AuthResponse() - Constructor for class com.MedilaboSolutions.gateway.dto.AuthResponse
 
AuthUtil - Class in com.MedilaboSolutions.gateway.utils
 
AuthUtil() - Constructor for class com.MedilaboSolutions.gateway.utils.AuthUtil
 

C

com.MedilaboSolutions.gateway - package com.MedilaboSolutions.gateway
 
com.MedilaboSolutions.gateway.controller - package com.MedilaboSolutions.gateway.controller
 
com.MedilaboSolutions.gateway.dto - package com.MedilaboSolutions.gateway.dto
 
com.MedilaboSolutions.gateway.exception - package com.MedilaboSolutions.gateway.exception
 
com.MedilaboSolutions.gateway.filters - package com.MedilaboSolutions.gateway.filters
 
com.MedilaboSolutions.gateway.model - package com.MedilaboSolutions.gateway.model
 
com.MedilaboSolutions.gateway.repository - package com.MedilaboSolutions.gateway.repository
 
com.MedilaboSolutions.gateway.security - package com.MedilaboSolutions.gateway.security
 
com.MedilaboSolutions.gateway.service - package com.MedilaboSolutions.gateway.service
 
com.MedilaboSolutions.gateway.utils - package com.MedilaboSolutions.gateway.utils
 
commence(ServerWebExchange, AuthenticationException) - Method in class com.MedilaboSolutions.gateway.security.UnauthorizedEntryPoint
 
CORRELATION_ID_HEADER - Static variable in class com.MedilaboSolutions.gateway.utils.TraceUtil
 
customRoutes(RouteLocatorBuilder) - Method in class com.MedilaboSolutions.gateway.GatewayApplication
 

F

filter(ServerWebExchange, GatewayFilterChain) - Method in class com.MedilaboSolutions.gateway.filters.RequestTraceFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class com.MedilaboSolutions.gateway.filters.AuthFilter
 
findByEmail(String) - Method in interface com.MedilaboSolutions.gateway.repository.UserRepository
 
findByUsername(String) - Method in interface com.MedilaboSolutions.gateway.repository.UserRepository
 
findByUsername(String) - Method in class com.MedilaboSolutions.gateway.security.UserDetailsServiceImpl
 
findByUsername(String) - Method in class com.MedilaboSolutions.gateway.service.UserService
 
fromGoogleAttributes(Map<String, Object>) - Static method in class com.MedilaboSolutions.gateway.dto.OAuth2UserInfo
 

G

GatewayApplication - Class in com.MedilaboSolutions.gateway
 
GatewayApplication() - Constructor for class com.MedilaboSolutions.gateway.GatewayApplication
 
generateAccessToken(String, String, String) - Method in class com.MedilaboSolutions.gateway.utils.AuthUtil
 
generateRefreshToken(String) - Method in class com.MedilaboSolutions.gateway.utils.AuthUtil
 
getAllClaimsFromToken(String) - Method in class com.MedilaboSolutions.gateway.utils.AuthUtil
 
getCorrelationId(HttpHeaders) - Method in class com.MedilaboSolutions.gateway.utils.TraceUtil
 
GlobalExceptionHandler - Class in com.MedilaboSolutions.gateway.exception
 
GlobalExceptionHandler() - Constructor for class com.MedilaboSolutions.gateway.exception.GlobalExceptionHandler
 

H

handleBadCredentials(ServerWebExchange, BadCredentialsException) - Method in class com.MedilaboSolutions.gateway.exception.GlobalExceptionHandler
 
handleGeneral(Exception, ServerWebExchange) - Method in class com.MedilaboSolutions.gateway.exception.GlobalExceptionHandler
 

I

isValidRefreshTokenType(String) - Method in class com.MedilaboSolutions.gateway.utils.AuthUtil
 
isValidToken(String) - Method in class com.MedilaboSolutions.gateway.utils.AuthUtil
 

L

login(AuthRequest, ServerHttpResponse) - Method in class com.MedilaboSolutions.gateway.controller.AuthController
 

M

main(String[]) - Static method in class com.MedilaboSolutions.gateway.GatewayApplication
 

O

OAuth2Controller - Class in com.MedilaboSolutions.gateway.controller
 
OAuth2Controller() - Constructor for class com.MedilaboSolutions.gateway.controller.OAuth2Controller
 
OAuth2FailureHandler - Class in com.MedilaboSolutions.gateway.security
 
OAuth2FailureHandler() - Constructor for class com.MedilaboSolutions.gateway.security.OAuth2FailureHandler
 
OAuth2Response - Class in com.MedilaboSolutions.gateway.dto
 
OAuth2Response() - Constructor for class com.MedilaboSolutions.gateway.dto.OAuth2Response
 
OAuth2SuccessHandler - Class in com.MedilaboSolutions.gateway.security
 
OAuth2SuccessHandler() - Constructor for class com.MedilaboSolutions.gateway.security.OAuth2SuccessHandler
 
OAuth2UserInfo - Class in com.MedilaboSolutions.gateway.dto
 
OAuth2UserInfo() - Constructor for class com.MedilaboSolutions.gateway.dto.OAuth2UserInfo
 
onAuthenticationFailure(WebFilterExchange, AuthenticationException) - Method in class com.MedilaboSolutions.gateway.security.OAuth2FailureHandler
 
onAuthenticationSuccess(WebFilterExchange, Authentication) - Method in class com.MedilaboSolutions.gateway.security.OAuth2SuccessHandler
 

P

passwordEncoder() - Method in class com.MedilaboSolutions.gateway.security.SecurityConfig
 
postGlobalFilter() - Method in class com.MedilaboSolutions.gateway.filters.ResponseTraceFilter
 

R

reactiveUserDetailsService() - Method in class com.MedilaboSolutions.gateway.security.SecurityConfig
 
redirectToGoogle() - Method in class com.MedilaboSolutions.gateway.controller.OAuth2Controller
 
refresh(ServerWebExchange) - Method in class com.MedilaboSolutions.gateway.controller.AuthController
 
RequestTraceFilter - Class in com.MedilaboSolutions.gateway.filters
 
RequestTraceFilter() - Constructor for class com.MedilaboSolutions.gateway.filters.RequestTraceFilter
 
ResponseTraceFilter - Class in com.MedilaboSolutions.gateway.filters
 
ResponseTraceFilter() - Constructor for class com.MedilaboSolutions.gateway.filters.ResponseTraceFilter
 

S

SecurityConfig - Class in com.MedilaboSolutions.gateway.security
 
SecurityConfig() - Constructor for class com.MedilaboSolutions.gateway.security.SecurityConfig
 
securityWebFilterChain(ServerHttpSecurity) - Method in class com.MedilaboSolutions.gateway.security.SecurityConfig
 
setCorrelationId(ServerWebExchange, String) - Method in class com.MedilaboSolutions.gateway.utils.TraceUtil
 
setRequestHeader(ServerWebExchange, String, String) - Method in class com.MedilaboSolutions.gateway.utils.TraceUtil
 

T

TraceUtil - Class in com.MedilaboSolutions.gateway.utils
 
TraceUtil() - Constructor for class com.MedilaboSolutions.gateway.utils.TraceUtil
 

U

UnauthorizedEntryPoint - Class in com.MedilaboSolutions.gateway.security
 
UnauthorizedEntryPoint() - Constructor for class com.MedilaboSolutions.gateway.security.UnauthorizedEntryPoint
 
updateUserPicture(User, String) - Method in class com.MedilaboSolutions.gateway.service.UserService
 
User - Class in com.MedilaboSolutions.gateway.model
 
User() - Constructor for class com.MedilaboSolutions.gateway.model.User
 
UserDetailsServiceImpl - Class in com.MedilaboSolutions.gateway.security
 
UserDetailsServiceImpl() - Constructor for class com.MedilaboSolutions.gateway.security.UserDetailsServiceImpl
 
UserRepository - Interface in com.MedilaboSolutions.gateway.repository
 
UserService - Class in com.MedilaboSolutions.gateway.service
 
UserService() - Constructor for class com.MedilaboSolutions.gateway.service.UserService
 
A C F G H I L M O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values