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