public interface IGrantedAuthority
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.
|
java.lang.String getAuthority()
java.lang.String getDescription()
java.lang.String getParent()
boolean isGroup()