com.tintin.devcloud.web.AuthenticationResource Class Reference
List of all members.
Public Member Functions |
| Response | login (LoginModel loginModel) |
| | checks validity of user name and password and response
|
| Response | logout (@CookieParam(SID) String sessionID) |
| Response | getUser (@CookieParam(SID) String sessionID) |
| Response | registerUser (RegisterModel registerModel) |
Static Public Attributes |
| static final String | SID = "SID" |
Member Function Documentation
| Response com.tintin.devcloud.web.AuthenticationResource.getUser |
( |
@CookieParam(SID) String |
sessionID |
) |
|
- Parameters:
-
- Returns:
- Response
| Response com.tintin.devcloud.web.AuthenticationResource.login |
( |
LoginModel |
loginModel |
) |
|
checks validity of user name and password and response
- Parameters:
-
- Returns:
- Response
| Response com.tintin.devcloud.web.AuthenticationResource.logout |
( |
@CookieParam(SID) String |
sessionID |
) |
|
- Parameters:
-
- Returns:
- Response
| Response com.tintin.devcloud.web.AuthenticationResource.registerUser |
( |
RegisterModel |
registerModel |
) |
|
- Parameters:
-
- Returns:
- Response
Member Data Documentation
The documentation for this class was generated from the following file: