This service has one method that returns a large list of objects containing data about ALA users. This method has been split from the AuthService because it is an expensive call, and is used internally by other auth service methods, and so should be cached. Service methods called by other methods on the same service do not get cached (because the caching is implemented via proxy wrappers), so we stick it in a different service
| Type | Name and description |
|---|---|
java.lang.Object |
grailsApplication |
static java.lang.Object |
transactional |
au.org.ala.userdetails.UserDetailsClient |
userDetailsClient |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<au.org.ala.web.UserDetails> |
getFullUserList()@deprecated use the AuthService.getUserDetailsById instead |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |