public static interface UserStore.User
| Modifier and Type | Method and Description |
|---|---|
String |
login()
Get login name.
|
char[] |
password()
Get password of the user.
|
default Collection<String> |
roles()
Get set of roles the user is in.
|
String login()
char[] password()
default Collection<String> roles()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.