Constructor and Description |
---|
UserAuthoritiesDTO()
Constructor for UserAuthoritiesDTO.
|
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
getAuthorities()
Getter for the field
authorities . |
List<GroupDTO> |
getGroups()
Getter for the field
groups . |
List<?> |
getItems()
Getter for the field
items . |
void |
setAuthorities(List<AuthorityDTO> authorities)
Setter for the field
authorities . |
void |
setGroups(List<GroupDTO> groups)
Setter for the field
groups . |
void |
setItems(List<?> items)
Setter for the field
items . |
getOldPassword, getPassword, setOldPassword, setPassword
getId, getUsername, isEnabled, isNew, setEnabled, setId, setUsername
public UserAuthoritiesDTO()
Constructor for UserAuthoritiesDTO.
public void setGroups(List<GroupDTO> groups)
Setter for the field groups
.
groups
- a List
object.public List<AuthorityDTO> getAuthorities()
Getter for the field authorities
.
AuthorityDTO
of a userpublic void setAuthorities(List<AuthorityDTO> authorities)
Setter for the field authorities
.
authorities
- a List
object.Copyright © 2015. All Rights Reserved.