public class GrantedAuthorityCreateRequest extends java.lang.Object implements IGrantedAuthorityCreateRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
GrantedAuthorityCreateRequest.Builder |
| Constructor and Description |
|---|
GrantedAuthorityCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthority()
Get the authority name.
|
java.lang.String |
getDescription()
Get the description.
|
java.lang.String |
getParent()
Get parent authority.
|
boolean |
isGroup()
Indicates if the authority is a group.
|
void |
setAuthority(java.lang.String authority) |
void |
setDescription(java.lang.String description) |
void |
setGroup(boolean group) |
void |
setParent(java.lang.String parent) |
public java.lang.String getAuthority()
IGrantedAuthorityCreateRequestgetAuthority in interface IGrantedAuthorityCreateRequestpublic void setAuthority(java.lang.String authority)
public java.lang.String getDescription()
IGrantedAuthorityCreateRequestgetDescription in interface IGrantedAuthorityCreateRequestpublic void setDescription(java.lang.String description)
public java.lang.String getParent()
IGrantedAuthorityCreateRequestgetParent in interface IGrantedAuthorityCreateRequestpublic void setParent(java.lang.String parent)
public boolean isGroup()
IGrantedAuthorityCreateRequestisGroup in interface IGrantedAuthorityCreateRequestpublic void setGroup(boolean group)