| Modifier and Type | Method and Description |
|---|---|
List<? extends Authority> |
User.getAuthorities()
Get all authorities granted to this user
|
List<? extends Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Authority> |
User.getAuthorities(Class<? extends Authority> clazz)
Get authorities of the specified type granted to this user
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.