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