ConfigUserStorepublic interface UserStore
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
UserStore.User |
Representation of a single user.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<UserStore.User> |
getUser(java.lang.String login) |
Get user based on login.
|
java.util.Optional<UserStore.User> getUser(java.lang.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.