| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
AuthenticatedUser.Builder.build() |
AuthenticatedUser |
AuthenticationResponse.getAuthenticatedUser() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse.Builder |
AuthenticationResponse.Builder.withAuthenticatedUser(AuthenticatedUser authenticatedUser) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
AuthenticationService.authenticate(AuthenticationRequest authenticationRequest) |
| Modifier and Type | Method and Description |
|---|---|
Optional<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) |
| Modifier and Type | Method and Description |
|---|---|
Optional<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 © 2017. All rights reserved.