Interface IUserPermissions

All Known Subinterfaces:
IUserInfo, IUserRole

public interface IUserPermissions
  • Method Details

    • getAllowList

      Collection<IPermissionPath> getAllowList()
      Returns:
      Read-only list of 'allow' permissions attached to the user or role
    • getDenyList

      Collection<IPermissionPath> getDenyList()
      Returns:
      Read-only list of 'deny' permissions attached to the user or role