
public class LogInResult extends Object
| Constructor and Description |
|---|
LogInResult() |
LogInResult(ActionType actionType,
CurrentUserDto currentUserDto,
String loggedInCookie) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
getActionType() |
CurrentUserDto |
getCurrentUserDto() |
String |
getLoggedInCookie() |
public LogInResult()
public LogInResult(ActionType actionType, CurrentUserDto currentUserDto, String loggedInCookie)
public CurrentUserDto getCurrentUserDto()
public String getLoggedInCookie()
public ActionType getActionType()
Copyright © 2010-2014 ArcBees. All Rights Reserved.