@Entity public class Authority extends Object implements Serializable
ROLE_ADMIN
or ROLE_USER
Constructor and Description |
---|
Authority() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthority() |
Long |
getId() |
User |
getUsername() |
void |
setAuthority(String authority) |
void |
setId(Long aId) |
void |
setUsername(User username) |
Copyright © 2012–2018. All rights reserved.