| Package | Description |
|---|---|
| net.codestory.http | |
| net.codestory.http.filters.auth | |
| net.codestory.http.filters.ssl | |
| net.codestory.http.routes | |
| net.codestory.http.security |
| Modifier and Type | Method and Description |
|---|---|
User |
Context.currentUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setCurrentUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CookieAuthFilter.buildCookie(User user,
String redirectUrl) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserMapper.map(Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RouteCollection.isAuthorized(Roles roles,
User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersList.find(String login) |
User |
Users.find(String login) |
User |
UsersList.find(String login,
String password) |
User |
Users.find(String login,
String password) |
static User |
User.forLogin(String login) |
static User |
User.forLoginAndRoles(String login,
String... roles) |
Copyright © 2015. All Rights Reserved.