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()
IGrantedAuthorityCreateRequest
getAuthority
in interface IGrantedAuthorityCreateRequest
public void setAuthority(java.lang.String authority)
public java.lang.String getDescription()
IGrantedAuthorityCreateRequest
getDescription
in interface IGrantedAuthorityCreateRequest
public void setDescription(java.lang.String description)
public java.lang.String getParent()
IGrantedAuthorityCreateRequest
getParent
in interface IGrantedAuthorityCreateRequest
public void setParent(java.lang.String parent)
public boolean isGroup()
IGrantedAuthorityCreateRequest
isGroup
in interface IGrantedAuthorityCreateRequest
public void setGroup(boolean group)