| Modifier and Type | Method and Description | 
|---|---|
Collection<User> | 
fetchAllWithAuthority(String authority)
Fetches all users with the given authority. 
 | 
Collection<User> | 
fetchAllWithRole(Role role)
Fetches all users with the given role. 
 | 
User | 
fetchByLogin(String login)
Fetches a  
User by the given login. | 
User fetchByLogin(String login)
User by the given login.login - Login nameUser that matches the name, or null if no such user was
         foundCollection<User> fetchAllWithRole(Role role)
Collection<User> fetchAllWithAuthority(String authority)
Copyright © 2009–2016. All rights reserved.