@FunctionalInterface public interface UserStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserStore.User
Representation of a single user.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<UserStore.User> |
user(String login)
Get user based on login.
|
Optional<UserStore.User> user(String login)
login - login of the user (as obtained from request)Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.