Method Summary |
|
public GrantedAuthority[] | getAllAuthorities() Returns all authorities known to the provider. |
public String[] | getAllUsernames() Returns all user names known to the provider. |
public GrantedAuthority[] | getAuthoritiesForUser(String username) Returns all authorities granted for a specified user.
Parameters: username - The name of the user to look up authorities for the authorities. |
public String[] | getUsernamesInRole(GrantedAuthority authority) Returns all known users in the specified role. |