List of permissions applied to this Node, including inherited.
Strings returned are of the format [ALLOWED|DENIED];[USERNAME|GROUPNAME];PERMISSION for example
ALLOWED;kevinr;Consumer so can be easily tokenized on the ';' character.
getDirectPermissions
public java.util.List getDirectPermissions()
Returns:
List of permissions applied to this Node (does not include inherited).
Strings returned are of the format [ALLOWED|DENIED];[USERNAME|GROUPNAME];PERMISSION for example
ALLOWED;kevinr;Consumer so can be easily tokenized on the ';' character.
getFullPermissions
public java.util.List getFullPermissions()
Returns:
List of permissions applied to this Node, including inherited.
Strings returned are of the format [ALLOWED|DENIED];[USERNAME|GROUPNAME];PERMISSION;[INHERITED|DIRECT] for example
ALLOWED;kevinr;Consumer so can be easily tokenized on the ';' character.