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