| Package | Description |
|---|---|
| org.duracloud.security | |
| org.duracloud.security.impl |
| Modifier and Type | Method and Description |
|---|---|
SecurityUserBean |
DuracloudUserDetailsService.getUserByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityUserBean> |
DuracloudUserDetailsService.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DuracloudUserDetailsService.setUsers(List<SecurityUserBean> users) |
| Modifier and Type | Method and Description |
|---|---|
SecurityUserBean |
UserDetailsServiceImpl.getUserByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityUserBean> |
UserDetailsServiceImpl.getUsers()
This method returns all of the non-system-defined users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDetailsServiceImpl.setUsers(List<SecurityUserBean> users)
This method re-initializes the existing usersTable, then adds the arg
users.
|
Copyright © 2009–2016 DuraSpace. All rights reserved.