|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUserRoleListService
| Method Summary | |
|---|---|
GrantedAuthority[] |
getAllAuthorities()
Returns all authorities known to the provider. |
String[] |
getAllUsernames()
Returns all user names known to the provider. |
GrantedAuthority[] |
getAuthoritiesForUser(String username)
Returns all authorities granted for a specified user. |
String[] |
getUsernamesInRole(GrantedAuthority authority)
Returns all known users in the specified role. |
| Method Detail |
|---|
GrantedAuthority[] getAllAuthorities()
null
null)String[] getAllUsernames()
null
null)String[] getUsernamesInRole(GrantedAuthority authority)
null
authority - The authority to look users up by. Cannot be null
null)GrantedAuthority[] getAuthoritiesForUser(String username)
username - The name of the user to look up authorities for
null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||