| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
AuthenticatedUser.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
AuthenticationService.authenticate(AuthenticationRequest authenticationRequest) |
AuthenticatedUser |
SessionService.getUserFromSession(javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionService.putUserInSession(javax.servlet.http.HttpSession session,
AuthenticatedUser authenticatedUser) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
GoogleAuthenticationServiceImpl.authenticate(AuthenticationRequest authenticationRequest) |
AuthenticatedUser |
SessionServiceImpl.getUserFromSession(javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionServiceImpl.putUserInSession(javax.servlet.http.HttpSession session,
AuthenticatedUser authenticatedUser) |
Copyright © 2016. All rights reserved.