Modifier and Type | Method and Description |
---|---|
UserDto |
CurrentUser.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentUser.setUser(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
UserDto |
Authenticator.authenticatCookie(String loggedInCookie) |
UserDto |
Authenticator.authenticateCredentials(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
UserDto |
UserSessionDao.getUserFromCookie(String loggedInCookie) |
Modifier and Type | Method and Description |
---|---|
String |
UserSessionDao.createSessionCookie(UserDto userDto) |
void |
UserSessionDao.removeLoggedInCookie(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
static UserDto |
User.createDto(User user) |
Modifier and Type | Method and Description |
---|---|
static User |
User.create(UserDto userDto) |
Modifier and Type | Method and Description |
---|---|
UserDto |
CurrentUserDto.getUser() |
Constructor and Description |
---|
CurrentUserDto(Boolean loggedIn,
UserDto user) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.